]> git.pld-linux.org Git - packages/bird.git/blobdiff - bird.spec
- rel 3; fix conf perm/group
[packages/bird.git] / 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.028378 seconds and 4 git commands to generate.