Author: arekm Date: Wed Dec 21 21:01:38 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3; fix conf perm/group
---- Files affected: packages/bird: bird.spec (1.64 -> 1.65) ---- Diffs: ================================================================ Index: packages/bird/bird.spec diff -u packages/bird/bird.spec:1.64 packages/bird/bird.spec:1.65 --- packages/bird/bird.spec:1.64 Sat Oct 22 19:57:30 2011 +++ packages/bird/bird.spec Wed Dec 21 22:01:33 2011 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Demon BIRD Internetowego Routingu Dynamicznego Name: bird Version: 1.3.4 -Release: 2 +Release: 3 License: GPL v2+ Group: Networking/Daemons Source0: ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz @@ -191,6 +191,10 @@ /sbin/chkconfig --del %{name}-ipv6 fi +%triggerpostun ipv4 -- bird-ipv4 < 1.3.4-3 +chown 0640 /etc/bird.conf +chgrp bird /etc/bird.conf + %files %defattr(644,root,root,755) %doc doc/*.html doc/reply_codes %{name}-doc-%{version}/doc/*.ps ChangeLog NEWS README TODO @@ -221,6 +225,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65 2011/12/21 21:01:33 arekm +- rel 3; fix conf perm/group + 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) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bird/bird.spec?r1=1.64&r2=1.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
