Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingetty for openSUSE:Factory 
checked in at 2021-10-04 18:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingetty (Old)
 and      /work/SRC/openSUSE:Factory/.mingetty.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingetty"

Mon Oct  4 18:39:04 2021 rev:28 rq:922334 version:1.0.8s

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingetty/mingetty.changes        2015-07-20 
11:20:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mingetty.new.2443/mingetty.changes      
2021-10-04 18:39:27.390007966 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 10:12:28 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Move to /usr for UsrMerge (boo#1191077)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingetty.spec ++++++
--- /var/tmp/diff_new_pack.TB3LqZ/_old  2021-10-04 18:39:27.930008843 +0200
+++ /var/tmp/diff_new_pack.TB3LqZ/_new  2021-10-04 18:39:27.934008850 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingetty
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.0.8s
 Release:        0
 Summary:        Minimal Getty for Virtual Consoles Only
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Base
-Url:            http://mingetty.sourceforge.net
+URL:            http://mingetty.sourceforge.net
 Source:         mingetty-1.0.8s.tar.bz2
 Patch0:         mingetty-1.0.8s.dif
 Provides:       sysvinit:/sbin/mingetty
@@ -51,12 +51,21 @@
   DEFTERM=${DEFTERM}
 
 %install
+%if !0%{?usrmerged}
 mkdir -p ${RPM_BUILD_ROOT}{/sbin,%{_mandir}/man8}
 make install MANPATH=%{_mandir} DESTDIR=%{buildroot}
+%else
+mkdir -p ${RPM_BUILD_ROOT}{%{_sbindir},%{_mandir}/man8}
+make install MANPATH=%{_mandir} DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
+%endif
 
 %files
 %defattr(-,root,root,755)
+%if !0%{?usrmerged}
 /sbin/mingetty
+%else
+%{_sbindir}/mingetty
+%endif
 %{_mandir}/man8/mingetty.8.gz
 
 %changelog

Reply via email to