Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keyutils for openSUSE:Factory checked in at 2023-01-07 17:15:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keyutils (Old) and /work/SRC/openSUSE:Factory/.keyutils.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keyutils" Sat Jan 7 17:15:46 2023 rev:42 rq:1055976 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes 2022-06-22 16:18:46.396582129 +0200 +++ /work/SRC/openSUSE:Factory/.keyutils.new.1563/keyutils.changes 2023-01-07 17:15:53.324786575 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 12:37:34 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keyutils.spec ++++++ --- /var/tmp/diff_new_pack.0AABN1/_old 2023-01-07 17:15:54.964796359 +0100 +++ /var/tmp/diff_new_pack.0AABN1/_new 2023-01-07 17:15:54.972796407 +0100 @@ -79,7 +79,7 @@ %install make install NO_ARLIB=1 DESTDIR=%{buildroot} BINDIR=/%{_bindir} SBINDIR=/%{_sbindir} LIBDIR=/%{_libdir} USRLIBDIR=%{_libdir} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/bin %{buildroot}/sbin ln -s /%{_bindir}/keyctl %{buildroot}/bin ln -s /%{_sbindir}/key.dns_resolver %{buildroot}/sbin @@ -100,7 +100,7 @@ %files %license LICENCE.GPL %doc README -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/* /bin/* %endif
