Search
j0ke.net Open Build Service
>
Projects
>
server:routing
>
bird
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
bird.spec
@@ -1,7 +1,7 @@ #!BuildIgnore: post-build-checks Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.0.14 +Version: 1.1.0 Release: 1 License: GPL Group: Networking/Daemons @@ -34,7 +34,7 @@ %install rm -rf $RPM_BUILD_ROOT/* make install prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc localstatedir=$RPM_BUILD_ROOT/var -install bird6 $RPM_BUILD_ROOT/usr/sbin +install -s bird6 $RPM_BUILD_ROOT/usr/sbin cd $RPM_BUILD_ROOT %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} @@ -58,12 +58,14 @@ /sbin/chkconfig --del bird fi +%postun +%insserv_cleanup %files %defattr(-,root,root) %doc doc/*.html %doc NEWS README TODO -%attr(644,root,root) /etc/bird.conf +%config(noreplace) %attr(644,root,root) /etc/bird.conf %attr(755,root,root) /usr/sbin/bird %attr(755,root,root) /usr/sbin/bird6 %attr(755,root,root) /usr/sbin/birdc @@ -74,3 +76,7 @@ %if 0%{?suse_version} || 0%{?sles_version} %attr(755,root,root) /etc/init.d/bird %endif + +%changelog +* Sun Jul 05 2009 Carsten Schoene <cs@linux-administrator.com> - 1.1.0-1 +- build release 1.1.0
Added
bird-1.1.0.tar.bz2
^