File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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 : |
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)
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
You can’t perform that action at this time.
0 commit comments