Hello community,

here is the log from the commit of package rpm-config-SUSE for openSUSE:Factory 
checked in at 2018-10-22 11:04:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm-config-SUSE (Old)
 and      /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm-config-SUSE"

Mon Oct 22 11:04:31 2018 rev:4 rq:641703 version:0.g8

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm-config-SUSE/rpm-config-SUSE.changes  
2018-10-02 19:42:59.854102196 +0200
+++ /work/SRC/openSUSE:Factory/.rpm-config-SUSE.new/rpm-config-SUSE.changes     
2018-10-22 11:05:38.148157563 +0200
@@ -1,0 +2,7 @@
+Fri Oct 12 14:17:05 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new snapshot 0.g8
+  * %lang_package: fix "empty Requires:" being emitted
+  * %user_group_add: do not ignore errors from useradd
+
+-------------------------------------------------------------------

Old:
----
  rpm-config-SUSE-0.g5.tar.xz

New:
----
  rpm-config-SUSE-0.g8.tar.xz

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

Other differences:
------------------
++++++ rpm-config-SUSE.spec ++++++
--- /var/tmp/diff_new_pack.82nIzL/_old  2018-10-22 11:05:40.644155456 +0200
+++ /var/tmp/diff_new_pack.82nIzL/_new  2018-10-22 11:05:40.648155453 +0200
@@ -13,12 +13,12 @@
 # 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/
 #
 
 
 Name:           rpm-config-SUSE
-Version:        0.g5
+Version:        0.g8
 Release:        0
 Summary:        SUSE specific RPM configuration files
 License:        GPL-2.0-or-later

++++++ rpm-config-SUSE-0.g5.tar.xz -> rpm-config-SUSE-0.g8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpm-config-SUSE-0.g5/macros.d/macros.obs 
new/rpm-config-SUSE-0.g8/macros.d/macros.obs
--- old/rpm-config-SUSE-0.g5/macros.d/macros.obs        2018-09-03 
15:56:21.000000000 +0200
+++ new/rpm-config-SUSE-0.g8/macros.d/macros.obs        2018-10-12 
11:31:03.000000000 +0200
@@ -13,8 +13,8 @@
 %service_add() %{fillup_and_insserv %{1}}
 
 %user_group_add() \
-/usr/sbin/groupadd -r %{1} 2>/dev/null || :\
-/usr/sbin/useradd -r -g %{1} -d %{2} -s %{3} -c %{4} %{1} 2>/dev/null || :\
+getent group %{1} >/dev/null || /usr/sbin/groupadd -r %{1} \
+getent passwd %{1} >/dev/null || /usr/sbin/useradd -r -g %{1} -d %{2} -s %{3} 
-c %{4} %{1} \
 %{nil}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpm-config-SUSE-0.g5/suse_macros.in 
new/rpm-config-SUSE-0.g8/suse_macros.in
--- old/rpm-config-SUSE-0.g5/suse_macros.in     2018-09-03 15:56:21.000000000 
+0200
+++ new/rpm-config-SUSE-0.g8/suse_macros.in     2018-10-12 11:31:03.000000000 
+0200
@@ -263,7 +263,8 @@
 %package %{-n:-n %{-n*}-}lang \
 Summary: Translations for package %{name} \
 Group: System/Localization \
-Requires: %{-n:%{-n*} = %{version}} %{!-n:%{!-r:%{name} = %{version}}} \
+%{-n:Requires: %{-n*} = %{version}} \
+%{!-n:%{!-r:Requires: %{name} = %{version}}} \
 %{-r:Requires: %{-r*}} \
 Provides: %{-n:%{-n*}}%{!-n:%{name}}-lang-all = %{version} \
 Supplements: %{-n:%{-n*}}%{!-n:%{name}} \


Reply via email to