]> git.pld-linux.org Git - packages/bird.git/commitdiff
- rel 3; fix conf perm/group auto/th/bird-1_3_4-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2011 21:01:33 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.65

bird.spec

index bf6f2c9298fdc7fcd75de7788b488cddb6c8b190..0ed256e2cf12da28f1227ece3b3c4ac45f616885 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -10,7 +10,7 @@ Summary:      The BIRD Internet Routing Daemon
 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
@@ -190,6 +190,10 @@ if [ "$1" = "0" ]; then
        /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
This page took 0.05067 seconds and 4 git commands to generate.