Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fillup for openSUSE:Factory checked 
in at 2024-01-31 23:54:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fillup (Old)
 and      /work/SRC/openSUSE:Factory/.fillup.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fillup"

Wed Jan 31 23:54:01 2024 rev:31 rq:1142423 version:1.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/fillup/fillup.changes    2023-01-15 
17:57:45.698058864 +0100
+++ /work/SRC/openSUSE:Factory/.fillup.new.1815/fillup.changes  2024-01-31 
23:54:13.578020103 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 17:32:18 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- remove bin symlink for non-suse distributions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fillup.spec ++++++
--- /var/tmp/diff_new_pack.LUuZKu/_old  2024-01-31 23:54:14.070037857 +0100
+++ /var/tmp/diff_new_pack.LUuZKu/_new  2024-01-31 23:54:14.074038002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillup
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,7 +65,7 @@
 install -d %{buildroot}/%{_mandir}/man8
 install -m 644 SGML/fillup.8.gz %{buildroot}/%{_mandir}/man8
 
-%if 0%{?suse_version} < 1550
+%if 0%{?suse_version} && 0%{?suse_version} < 1550
 # There are literally hundreds of rpm scritps referencing /bin/fillup (suse 
macro)
 # So let's at least keep the symlink there for now (DimStar - 2014-10-31)
 install -d -m 755 $RPM_BUILD_ROOT/bin
@@ -79,7 +79,7 @@
 %files
 %defattr(-,root,root)
 # rpm scriptlets still use this, based on %*fillup* macros
-%if 0%{?suse_version} < 1550
+%if 0%{?suse_version} && 0%{?suse_version} < 1550
 /bin/fillup
 %endif
 %{_bindir}/fillup

Reply via email to