Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ppp for openSUSE:Factory checked in at 2021-01-19 16:00:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ppp (Old) and /work/SRC/openSUSE:Factory/.ppp.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ppp" Tue Jan 19 16:00:25 2021 rev:45 rq:863670 version:2.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/ppp/ppp.changes 2020-10-29 09:22:14.406683949 +0100 +++ /work/SRC/openSUSE:Factory/.ppp.new.28504/ppp.changes 2021-01-19 16:00:28.863224582 +0100 @@ -1,0 +2,6 @@ +Mon Nov 9 07:21:55 UTC 2020 - ???????? ???????????? <[email protected]> + +- Refresh spec-file via spec-cleaner and manual optimizations. + * Removed obsolete constructs (creating dialout group via shadow). + +------------------------------------------------------------------- @@ -974 +979,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ppp.spec ++++++ --- /var/tmp/diff_new_pack.V92Hng/_old 2021-01-19 16:00:29.895226143 +0100 +++ /var/tmp/diff_new_pack.V92Hng/_new 2021-01-19 16:00:29.899226148 +0100 @@ -77,12 +77,8 @@ BuildRequires: linux-atm-devel BuildRequires: openssl-devel BuildRequires: pam-devel -%if 0%{?suse_version} >= 1330 Requires: group(%{_group}) Requires(pre): group(%{_group}) -%else -Requires(pre): shadow -%endif %description The ppp package contains the PPP (Point-to-Point Protocol) daemon, @@ -104,9 +100,9 @@ %package modem Summary: Automatic redial for any USB modem supported by the kernel Group: System/Kernel +Requires: group(dialout) Requires: ppp Requires: udev -Requires: group(dialout) BuildArch: noarch %description modem @@ -151,7 +147,7 @@ %build export MY_CFLAGS="%{optflags} -fno-strict-aliasing -fPIC $SP" %configure -make %{?_smp_mflags} CHAPMS=y CBCP=y HAS_SHADOW=y USE_PAM=y FILTER=y HAVE_INET6=y HAVE_LOGWTMP=y +%make_build CHAPMS=y CBCP=y HAS_SHADOW=y USE_PAM=y FILTER=y HAVE_INET6=y HAVE_LOGWTMP=y %install make install DESTDIR=%{buildroot}%{_prefix} @@ -176,13 +172,8 @@ install -Dm 644 %{SOURCE15} %{buildroot}%{_unitdir}/[email protected] install -Dm 644 %{SOURCE16} %{buildroot}%{_udevrulesdir}/90-modem.rules -%if 0%{?suse_version} < 1330 -%pre -getent group %{_group} >/dev/null || %{_sbindir}/groupadd -r %{_group} -%endif - %files -%attr(750, root, root) %dir %{_sysconfdir}/ppp +%attr(0750,root,root) %dir %{_sysconfdir}/ppp %dir %{_sysconfdir}/ppp/peers %config(noreplace) %{_sysconfdir}/ppp/options %config(noreplace) %{_sysconfdir}/ppp/filters @@ -192,7 +183,7 @@ %config(noreplace) %{_sysconfdir}/pam.d/ppp %doc FAQ README* SETUP scripts PLUGINS %{_mandir}/man?/*.?%{ext_man} -%attr (-, root, dialout) %{_sbindir}/pppd +%attr(-,root,%{_group}) %{_sbindir}/pppd %{_sbindir}/chat %{_sbindir}/pppdump %{_sbindir}/pppstats
