Hello community, here is the log from the commit of package hylafax+ for openSUSE:Factory checked in at 2018-03-05 13:43:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old) and /work/SRC/openSUSE:Factory/.hylafax+.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hylafax+" Mon Mar 5 13:43:55 2018 rev:18 rq:582383 version:5.5.9 Changes: -------- --- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes 2018-02-27 17:00:57.037554026 +0100 +++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes 2018-03-05 13:44:34.165370489 +0100 @@ -1,0 +2,6 @@ +Sun Mar 4 12:19:04 UTC 2018 - [email protected] + +- Remove uucp user creation for pre-1500: aaa_base provides + this user/group already. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hylafax+.spec ++++++ --- /var/tmp/diff_new_pack.GHRPOE/_old 2018-03-05 13:44:35.069337778 +0100 +++ /var/tmp/diff_new_pack.GHRPOE/_new 2018-03-05 13:44:35.073337633 +0100 @@ -1,7 +1,7 @@ # # spec file for package hylafax+ # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,6 +59,8 @@ %if 0%{?suse_version} >= 1500 Requires(pre): group(uucp) Requires(pre): user(uucp) +%else +Requires(pre): aaa_base %endif Conflicts: hylafax < 30.0.0 Conflicts: mgetty-sendfax @@ -183,13 +185,6 @@ rm -f %{buildroot}%{faxspool}/COPYRIGHT %pre -%if 0%{?suse_version} < 1500 -getent group uucp > /dev/null || %{_sbindir}/groupadd -r uucp -getent passwd uucp > /dev/null || %{_sbindir}/useradd -r -g uucp \ - -d %{_localstatedir}/lib/%{name} -s /sbin/nologin \ - -c 'Hylafax dialout' uucp -%endif - %service_add_pre hylafax-faxq.service %service_add_pre hylafax-faxgetty-ttyS0.service %service_add_pre hylafax-hfaxd.service
