Hello community, here is the log from the commit of package wvdial for openSUSE:Factory checked in at 2017-07-02 13:38:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wvdial (Old) and /work/SRC/openSUSE:Factory/.wvdial.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wvdial" Sun Jul 2 13:38:36 2017 rev:25 rq:507549 version:1.61 Changes: -------- --- /work/SRC/openSUSE:Factory/wvdial/wvdial.changes 2014-05-13 20:49:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wvdial.new/wvdial.changes 2017-07-02 13:38:41.574706760 +0200 @@ -1,0 +2,11 @@ +Sat Jul 1 08:28:01 UTC 2017 - [email protected] + +- Sync permissions of /etc/ppp (750) and /etc/ppp/peers (755) with + the ones used in other packages. + +------------------------------------------------------------------- +Thu Jun 29 14:06:00 UTC 2017 - [email protected] + +- Own /etc/ppp (mode 750, like other packages too). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wvdial.spec ++++++ --- /var/tmp/diff_new_pack.rWr6rZ/_old 2017-07-02 13:38:42.170622726 +0200 +++ /var/tmp/diff_new_pack.rWr6rZ/_new 2017-07-02 13:38:42.170622726 +0200 @@ -1,7 +1,7 @@ # # spec file for package wvdial # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -68,8 +68,9 @@ make -j1 %install -make ROOT=%{buildroot} prefix=%{buildroot}/usr install -mkdir -p %{buildroot}%{_sysconfdir}/ppp/peers +make ROOT=%{buildroot} prefix=%{buildroot}%{_prefix} install +mkdir -p -m 750 %{buildroot}%{_sysconfdir}/ppp +mkdir -m 755 %{buildroot}%{_sysconfdir}/ppp/peers install -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/wvdial.conf install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/ppp/peers/wvdial @@ -77,12 +78,13 @@ %defattr (-, root, root) %{_bindir}/wvdial %{_bindir}/wvdialconf +%dir %{_sysconfdir}/ppp %dir %{_sysconfdir}/ppp/peers %config(noreplace) %{_sysconfdir}/ppp/peers/wvdial %config(noreplace) %attr (-, root, dialout) %{_sysconfdir}/wvdial.conf %doc COPYING.LIB CHANGES README FAQ -%doc %{_mandir}/man1/wvdial.1.gz -%doc %{_mandir}/man1/wvdialconf.1.gz -%doc %{_mandir}/man5/wvdial.conf.5.gz +%{_mandir}/man1/wvdial.1.gz +%{_mandir}/man1/wvdialconf.1.gz +%{_mandir}/man5/wvdial.conf.5.gz %changelog
