Fix CI failure

This commit is contained in:
Björn Esser 2023-09-14 21:34:36 +02:00
parent dadba242b0
commit 1ca25b2fbc
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
2 changed files with 6 additions and 2 deletions

View File

@ -72,7 +72,7 @@
%global patch_version 4
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 7
%global baserelease 8
# Set to RC version if building RC, else comment out.
#global rcsuf rc1
@ -559,6 +559,9 @@ popd
%changelog
* Thu Sep 14 2023 Björn Esser <besser82@fedoraproject.org> - 3.27.4-8
- Fix CI failure
* Thu Sep 14 2023 Björn Esser <besser82@fedoraproject.org> - 3.27.4-7
- Add upstream patches from milestone to cmake-3.27.5

View File

@ -56,7 +56,8 @@ rlJournalStart
rlRun "dnf builddep -y $TmpDir/SPECS/*.spec"
rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER"
rlRun "rlFileSubmit $TmpDir/rpmbuild.log"
rlRun "cd $TmpDir/BUILD/cmake*"
rlRun "CMakeDir=`ls $TmpDir/BUILD/cmake* | tail -n 1`"
rlRun "cd $TmpDir/BUILD/$CMakeDir"
rlRun "su -c './bootstrap &>$TmpDir/bootstrap.log' $BUILD_USER"
rlRun "rlFileSubmit $TmpDir/bootstrap.log"
rlRun "ln -s /usr/bin/cmake bin/cmake"