Skip to content

Commit 14b7ada

Browse files
author
Omkar Deshpande
committed
change version to v2.8.1
1 parent f698988 commit 14b7ada

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-rpm.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Verify tarball name
4141
working-directory: ${{ github.workspace }}
4242
run: |
43-
ls -lh virt-v2v-2.7.13.tar.gz
43+
ls -lh virt-v2v-2.8.1.tar.gz
4444
4545
- name: Download & extract upstream SRPM
4646
run: |
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Copy patched tarball to SOURCES
6363
run: |
64-
cp /__w/virt-v2v/virt-v2v/virt-v2v-2.7.13.tar.gz /root/rpmbuild/SOURCES/
64+
cp /__w/virt-v2v/virt-v2v/virt-v2v-2.8.1.tar.gz /root/rpmbuild/SOURCES/
6565
6666
- name: Patch spec file
6767
run: |
@@ -71,8 +71,8 @@ jobs:
7171
sed -i 's/^\([[:space:]]*\)%{gpgverify}/#\1%{gpgverify}/' $SPEC_FILE
7272
sed -i 's/%global verify_tarball_signature 1/%global verify_tarball_signature 0/' $SPEC_FILE || true
7373
74-
# 2. Force Version to 2.7.13
75-
sed -i 's/^Version:.*/Version: 2.7.13/' $SPEC_FILE
74+
# 2. Force Version to 2.8.1
75+
sed -i 's/^Version:.*/Version: 2.8.1/' $SPEC_FILE
7676
sed -i 's/^Release:.*/Release: 1.fc42/' $SPEC_FILE
7777
7878
# 3. Remove files that are missing in our build (oVirt support)
@@ -92,5 +92,5 @@ jobs:
9292
- name: Upload built RPMs
9393
uses: actions/upload-artifact@v4
9494
with:
95-
name: virt-v2v-2.7.13-rpm
95+
name: virt-v2v-2.8.1-rpm
9696
path: /root/rpmbuild/RPMS/x86_64/*.rpm

0 commit comments

Comments
 (0)