Fix CI failure
This commit is contained in:
		
							parent
							
								
									dadba242b0
								
							
						
					
					
						commit
						1ca25b2fbc
					
				| @ -72,7 +72,7 @@ | |||||||
| %global patch_version 4 | %global patch_version 4 | ||||||
| 
 | 
 | ||||||
| # For handling bump release by rpmdev-bumpspec and mass rebuild | # 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. | # Set to RC version if building RC, else comment out. | ||||||
| #global rcsuf rc1 | #global rcsuf rc1 | ||||||
| @ -559,6 +559,9 @@ popd | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| %changelog | %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 | * Thu Sep 14 2023 Björn Esser <besser82@fedoraproject.org> - 3.27.4-7 | ||||||
| - Add upstream patches from milestone to cmake-3.27.5 | - Add upstream patches from milestone to cmake-3.27.5 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -56,7 +56,8 @@ rlJournalStart | |||||||
|     rlRun "dnf builddep -y $TmpDir/SPECS/*.spec" |     rlRun "dnf builddep -y $TmpDir/SPECS/*.spec" | ||||||
|     rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER" |     rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER" | ||||||
|     rlRun "rlFileSubmit $TmpDir/rpmbuild.log" |     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 "su -c './bootstrap &>$TmpDir/bootstrap.log' $BUILD_USER" | ||||||
|     rlRun "rlFileSubmit $TmpDir/bootstrap.log" |     rlRun "rlFileSubmit $TmpDir/bootstrap.log" | ||||||
|     rlRun "ln -s /usr/bin/cmake bin/cmake" |     rlRun "ln -s /usr/bin/cmake bin/cmake" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user