Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2023-01-07 17:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findutils (Old)
 and      /work/SRC/openSUSE:Factory/.findutils.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findutils"

Sat Jan  7 17:15:38 2023 rev:70 rq:1055021 version:4.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/findutils/findutils.changes      2022-02-04 
21:48:42.596666487 +0100
+++ /work/SRC/openSUSE:Factory/.findutils.new.1563/findutils.changes    
2023-01-07 17:15:39.928706656 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 10:36:38 UTC 2022 - Ludwig Nussel <[email protected]>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ findutils.spec ++++++
--- /var/tmp/diff_new_pack.XvtkKa/_old  2023-01-07 17:15:43.204726200 +0100
+++ /var/tmp/diff_new_pack.XvtkKa/_new  2023-01-07 17:15:43.212726248 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package findutils
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -88,7 +88,7 @@
 
 rm -f %{buildroot}%{_infodir}/find-maint*
 %find_lang %{name}
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 mkdir -p %{buildroot}/bin
 ln -sf %{_bindir}/find %{buildroot}/bin
 %endif
@@ -103,7 +103,7 @@
 %files
 %license COPYING
 %doc AUTHORS NEWS README THANKS TODO
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/find
 %endif
 %{_bindir}/find

Reply via email to