packages: bird/bird.spec - rel 2; allow reading own config (right now it so...
arekm
arekm at pld-linux.org
Sat Oct 22 19:57:35 CEST 2011
Author: arekm Date: Sat Oct 22 17:57:35 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; allow reading own config (right now it sometimes can read bird.conf but that's only due to luck)
---- Files affected:
packages/bird:
bird.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: packages/bird/bird.spec
diff -u packages/bird/bird.spec:1.63 packages/bird/bird.spec:1.64
--- packages/bird/bird.spec:1.63 Fri Oct 14 21:03:22 2011
+++ packages/bird/bird.spec Sat Oct 22 19:57:30 2011
@@ -11,7 +11,7 @@
Summary(pl.UTF-8): Demon BIRD Internetowego Routingu Dynamicznego
Name: bird
Version: 1.3.4
-Release: 1
+Release: 2
License: GPL v2+
Group: Networking/Daemons
Source0: ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
@@ -202,7 +202,7 @@
%attr(755,root,root) %{_sbindir}/bird
%attr(754,root,root) /etc/rc.d/init.d/bird-ipv4
%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bird-ipv4
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird.conf
+%attr(640,root,bird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird.conf
%endif
%if %{with ipv6}
@@ -212,7 +212,7 @@
%attr(755,root,root) %{_sbindir}/birdc-6
%attr(754,root,root) /etc/rc.d/init.d/bird-ipv6
%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bird-ipv6
-#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird-6.conf
+#%attr(640,root,bird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird-6.conf
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -221,6 +221,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2011/10/22 17:57:30 arekm
+- rel 2; allow reading own config (right now it sometimes can read bird.conf but that's only due to luck)
+
Revision 1.63 2011/10/14 19:03:22 arekm
- fix bcond/processnames
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bird/bird.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list