Hello community, here is the log from the commit of package inn for openSUSE:Factory checked in at 2013-09-09 13:06:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inn (Old) and /work/SRC/openSUSE:Factory/.inn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inn" Changes: -------- --- /work/SRC/openSUSE:Factory/inn/inn.changes 2013-01-17 15:10:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.inn.new/inn.changes 2013-09-09 13:06:15.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Sep 9 10:58:57 CEST 2013 - [email protected] + +- make /usr/lib/news/bin owned by root + +------------------------------------------------------------------- +Thu Sep 5 17:40:15 CEST 2013 - [email protected] + +- add libperl_requires, as we link against libperl and thus + need a specific version of perl + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn.spec ++++++ --- /var/tmp/diff_new_pack.eU8tAc/_old 2013-09-09 13:06:16.000000000 +0200 +++ /var/tmp/diff_new_pack.eU8tAc/_new 2013-09-09 13:06:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package inn # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ Conflicts: cnews nntpd mininews PreReq: perl %fillup_prereq %insserv_prereq permissions Requires: perl-MIME-tools +%{?libperl_requires} Version: 2.5.2 Release: 0 %define PatchVersion -%{version} @@ -196,6 +197,7 @@ $0 == "/usr/lib/news/include" { next } $0 == "/usr/lib/news/include/inn" { next } { pfx="" } +$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) "} /\/news/ { @@ -288,7 +290,7 @@ %files -n mininews %defattr(-,root,root) %config(noreplace) /etc/news/inn.conf -%dir %attr(-,news,news) /usr/lib/news/bin +%dir /usr/lib/news/bin %attr(4550,news,uucp) /usr/lib/news/bin/rnews %attr(2555,news,news) /usr/lib/news/bin/inews /usr/bin/[ri]news -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
