Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcap for openSUSE:Factory checked in at 2025-12-10 15:28:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcap (Old) and /work/SRC/openSUSE:Factory/.libcap.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcap" Wed Dec 10 15:28:45 2025 rev:64 rq:1321570 version:2.75 Changes: -------- --- /work/SRC/openSUSE:Factory/libcap/libcap.changes 2025-03-26 21:16:09.296438325 +0100 +++ /work/SRC/openSUSE:Factory/.libcap.new.1939/libcap.changes 2025-12-10 15:29:09.762776820 +0100 @@ -1,0 +2,6 @@ +Thu Oct 16 19:34:43 UTC 2025 - Callum Farmer <[email protected]> + +- Move utils to bindir and then provide symlinks under sbindir + as needed by Steam (bsc#1252129) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcap.spec ++++++ --- /var/tmp/diff_new_pack.vzleCb/_old 2025-12-10 15:29:10.622813203 +0100 +++ /var/tmp/diff_new_pack.vzleCb/_new 2025-12-10 15:29:10.622813203 +0100 @@ -95,7 +95,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -%global buildvariables RAISE_SETFCAP=no prefix=%{_prefix} lib=%{_lib} SHARED=yes LIBDIR=%{_libdir} SBINDIR=%{_sbindir} PKGCONFIGDIR=%{_libdir}/pkgconfig/ INCDIR=%{_includedir} MANDIR=%{_mandir} SHARED=yes COPTS="%{optflags}" +%global buildvariables RAISE_SETFCAP=no prefix=%{_prefix} lib=%{_lib} SHARED=yes LIBDIR=%{_libdir} SBINDIR=%{_bindir} PKGCONFIGDIR=%{_libdir}/pkgconfig/ INCDIR=%{_includedir} MANDIR=%{_mandir} SHARED=yes COPTS="%{optflags}" %make_build %{buildvariables} @@ -105,6 +105,10 @@ # do not provide static libs rm %{buildroot}%{_libdir}/libcap.a +# symlinks for sbindir +mkdir -p %{buildroot}%{_sbindir} +ln -s %{_bindir}/{capsh,getcap,getpcaps,setcap} %{buildroot}%{_sbindir} + %fdupes -s %{buildroot} %check @@ -131,7 +135,14 @@ %license License %{_mandir}/man1/* %{_mandir}/man8/* -%{_sbindir}/* +%{_bindir}/capsh +%{_bindir}/getcap +%{_bindir}/getpcaps +%{_bindir}/setcap +%{_sbindir}/capsh +%{_sbindir}/getcap +%{_sbindir}/getpcaps +%{_sbindir}/setcap %files devel %license License
