Upgrade to 0.98.0 Closes bz#143796 Closes bz#140894
This commit is contained in:
parent
d66861b2d7
commit
80eed1d5c9
@ -1,5 +1 @@
|
||||
quagga-0.96.5.tar.gz
|
||||
quagga-0.97.0.tar.gz
|
||||
quagga-0.97.1.tar.gz
|
||||
quagga-0.97.2.tar.gz
|
||||
quagga-0.97.3.tar.gz
|
||||
quagga-0.98.0.tar.gz
|
||||
|
30
quagga.spec
30
quagga.spec
@ -31,8 +31,8 @@
|
||||
|
||||
Summary: Routing daemon
|
||||
Name: quagga
|
||||
Version: 0.97.3
|
||||
Release: 3
|
||||
Version: 0.98.0
|
||||
Release: 2
|
||||
Epoch: 0
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -142,7 +142,7 @@ CFLAGS=-fPIE ; LDFLAGS=-pie ; %configure \
|
||||
--enable-vty-group=%vty_group \
|
||||
%endif
|
||||
%if %with_rtadv
|
||||
--with-rtadv \
|
||||
--enable-rtadv \
|
||||
%endif
|
||||
--with-cflags="-O2" \
|
||||
--enable-netlink
|
||||
@ -304,10 +304,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%if %with_vtysh
|
||||
%{_bindir}/*
|
||||
%endif
|
||||
%dir %{_libdir}
|
||||
%{_libdir}/*.so*
|
||||
%config /etc/quagga/[!v]*
|
||||
%config /etc/rc.d/init.d/*
|
||||
%config(noreplace) /etc/pam.d/quagga
|
||||
%config(noreplace) %attr(640,root,root) /etc/logrotate.d/*
|
||||
%config(noreplace) %attr(640,root,root) /etc/logrotate.d/quagga
|
||||
%config(noreplace) /etc/sysconfig/quagga
|
||||
|
||||
|
||||
@ -317,15 +319,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/*
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%dir %{_includedir}/quagga
|
||||
%{_includedir}/quagga/*.h
|
||||
%dir %{_includedir}/quagga/ospfd/*
|
||||
%dir %{_includedir}/quagga/ospfd
|
||||
%{_includedir}/quagga/ospfd/*.h
|
||||
%if %with_ospfapi
|
||||
%dir %{_includedir}/quagga/ospfapi/*
|
||||
%dir %{_includedir}/quagga/ospfapi
|
||||
%{_includedir}/quagga/ospfapi/*.h
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jan 16 2005 Jay Fenlason <fenlason@redhat.com> 0.98.0-2
|
||||
- New upstream version. This fixes bz#143796
|
||||
- --with-rtadv needs to be --enable-rtadv according to configure.
|
||||
(but it was enabled by default, so this is a cosmetic change only)
|
||||
Change /etc/logrotate.d/* to /etc/logrotate.d/quagga in this spec file.
|
||||
- Modify this spec file to move the .so files to the base package
|
||||
and close bz#140894
|
||||
- Modify this spec file to separate out %{_includedir}/quagga/ospfd
|
||||
from .../*.h and %{_includedir}/quagga/ospfapi from .../*.h
|
||||
Rpmbuild probably shouldn't allow %dir of a plain file.
|
||||
|
||||
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.97.3-3
|
||||
- Rebuilt for new readline.
|
||||
- Don't explicitly require readline. The correct dependency is automatically
|
||||
|
Loading…
Reference in New Issue
Block a user