Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hostname for openSUSE:Factory 
checked in at 2023-03-22 22:29:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hostname (Old)
 and      /work/SRC/openSUSE:Factory/.hostname.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hostname"

Wed Mar 22 22:29:21 2023 rev:12 rq:1073275 version:3.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/hostname/hostname.changes        2021-02-07 
15:13:40.965364871 +0100
+++ /work/SRC/openSUSE:Factory/.hostname.new.31432/hostname.changes     
2023-03-22 22:29:26.977833230 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 12:26:47 UTC 2022 - Ludwig Nussel <lnus...@suse.com>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hostname.spec ++++++
--- /var/tmp/diff_new_pack.6I9i6Q/_old  2023-03-22 22:29:27.625836490 +0100
+++ /var/tmp/diff_new_pack.6I9i6Q/_new  2023-03-22 22:29:27.629836510 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hostname
 #
-# Copyright (c) 2020 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
@@ -44,13 +44,13 @@
 
 %install
 install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 install -d -m 755 %{buildroot}/bin/
 ln -sf %{_bindir}/%{name} %{buildroot}/bin/%{name}
 %endif
 install -D -p -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 for prog in dnsdomainname domainname ypdomainname nisdomainname; do
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
     ln -sf %{_bindir}/%{name} %{buildroot}/bin/$prog
 %endif
     ln -sf %{_bindir}/%{name} %{buildroot}%{_bindir}/$prog
@@ -71,7 +71,7 @@
 %files
 %license COPYRIGHT
 %doc debian/changelog
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/%{name}
 /bin/domainname
 /bin/dnsdomainname

Reply via email to