Project

General

Profile

Bug #44964

Updated by Nathan Cutler about 4 years ago

We recently started building ceph with RPM 4.15.1 and this has uncovered some minor issues: 

 <pre> 
 [     50s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' --define 'disturl obs://build.opensuse.org/filesystems:ceph:octopus:upstream/openSUSE_Tumbleweed/1064c1c198eb419ac208179797f1baf0-ceph' /home/abuild/rpmbuild/SOURCES/ceph.spec 
 [     50s] warning: line 939: It's not recommended to have unversioned Obsoletes: Obsoletes: 	 libcephfs1 
 [     51s] warning: extra tokens at the end of %endif directive in line 2329:    %endif # with selinux 
 </pre> 

 Though these are warnings only, -they they cause the build to fail in the OBS, so- so they still need to be fixed.

Back