Hello community,

here is the log from the commit of package inn for openSUSE:Factory checked in 
at 2017-04-07 13:55:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inn (Old)
 and      /work/SRC/openSUSE:Factory/.inn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inn"

Fri Apr  7 13:55:39 2017 rev:34 rq:483142 version:2.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/inn/inn.changes  2016-10-31 09:55:41.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.inn.new/inn.changes     2017-04-07 
13:55:41.127317596 +0200
@@ -1,0 +2,7 @@
+Tue Feb 21 10:15:45 CET 2017 - [email protected]
+
+- Add directories formerly owned by filesystem
+- Require group and user news
+- Require group uucp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inn.spec ++++++
--- /var/tmp/diff_new_pack.g8qz5w/_old  2017-04-07 13:55:42.875070712 +0200
+++ /var/tmp/diff_new_pack.g8qz5w/_new  2017-04-07 13:55:42.879070147 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package inn
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -29,6 +29,9 @@
 Provides:       nntp_daemon
 Conflicts:      cnews nntpd mininews
 PreReq:         perl %fillup_prereq %insserv_prereq permissions
+PreReq:         group(uucp)
+PreReq:         user(news)
+PreReq:         group(news)
 Requires:       perl-MIME-tools
 %{?libperl_requires}
 Version:        2.5.4
@@ -65,6 +68,9 @@
 Group:          Productivity/Networking/News/Utilities
 Provides:       nntp_daemon
 PreReq:         permissions
+PreReq:         group(uucp)
+PreReq:         user(news)
+PreReq:         group(news)
 
 %description -n mininews
 Rich Salz's InterNetNews news transport system.
@@ -200,12 +206,12 @@
 find %{buildroot} -type d -printf "/%%P\n" | awk '
 ! /^\/(etc|usr\/lib|var\/lib|var\/log|var\/spool|var\/run)\/news/ { next }
 $0 == "/etc/news"     { next }
-$0 == "/usr/lib/news" { next }
-$0 == "/var/lib/news" { next }
 $0 == "/usr/lib/news/include" { next }
 $0 == "/usr/lib/news/include/inn" { next }
 $0 == "/var/run/news" { next }
 { pfx="" }
+$0 == "/usr/lib/news" { pfx = "%%attr(755,root,root) " }
+$0 == "/var/lib/news" { pfx = "%%attr(755,news,news) " }
 $0 == "/usr/lib/news/bin" { pfx = "%%attr(755,root,root) " }
 $0 == "/var/spool/news" { pfx = "%%attr(775,news,news) " }
 $0 == "/var/run/news" { pfx = "%ghost %%attr(750,news,news) "}




Reply via email to