Upgrade to 0.98.0 Closes bz#143796 Closes bz#140894

This commit is contained in:
fenlason 2005-01-17 19:36:43 +00:00
parent d66861b2d7
commit 80eed1d5c9
3 changed files with 25 additions and 13 deletions

View File

@ -1,5 +1 @@
quagga-0.96.5.tar.gz quagga-0.98.0.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

View File

@ -31,8 +31,8 @@
Summary: Routing daemon Summary: Routing daemon
Name: quagga Name: quagga
Version: 0.97.3 Version: 0.98.0
Release: 3 Release: 2
Epoch: 0 Epoch: 0
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -142,7 +142,7 @@ CFLAGS=-fPIE ; LDFLAGS=-pie ; %configure \
--enable-vty-group=%vty_group \ --enable-vty-group=%vty_group \
%endif %endif
%if %with_rtadv %if %with_rtadv
--with-rtadv \ --enable-rtadv \
%endif %endif
--with-cflags="-O2" \ --with-cflags="-O2" \
--enable-netlink --enable-netlink
@ -304,10 +304,12 @@ rm -rf $RPM_BUILD_ROOT
%if %with_vtysh %if %with_vtysh
%{_bindir}/* %{_bindir}/*
%endif %endif
%dir %{_libdir}
%{_libdir}/*.so*
%config /etc/quagga/[!v]* %config /etc/quagga/[!v]*
%config /etc/rc.d/init.d/* %config /etc/rc.d/init.d/*
%config(noreplace) /etc/pam.d/quagga %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 %config(noreplace) /etc/sysconfig/quagga
@ -317,15 +319,29 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_libdir}/* %{_libdir}/*.a
%{_libdir}/*.la
%dir %{_includedir}/quagga %dir %{_includedir}/quagga
%{_includedir}/quagga/*.h %{_includedir}/quagga/*.h
%dir %{_includedir}/quagga/ospfd/* %dir %{_includedir}/quagga/ospfd
%{_includedir}/quagga/ospfd/*.h
%if %with_ospfapi %if %with_ospfapi
%dir %{_includedir}/quagga/ospfapi/* %dir %{_includedir}/quagga/ospfapi
%{_includedir}/quagga/ospfapi/*.h
%endif %endif
%changelog %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 * Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.97.3-3
- Rebuilt for new readline. - Rebuilt for new readline.
- Don't explicitly require readline. The correct dependency is automatically - Don't explicitly require readline. The correct dependency is automatically

View File

@ -1 +1 @@
51d1020edcba2c8b334261c766142574 quagga-0.97.3.tar.gz 938cdf15f0ff79f797fc08316b94f449 quagga-0.98.0.tar.gz