- upgrade to new upstream 0.99.6
- Resolves: #233909: quagga: unowned directory - removed redundant patches (#226352)
This commit is contained in:
parent
7709fc05db
commit
ccf1ac71d0
23
quagga.spec
23
quagga.spec
@ -31,19 +31,15 @@
|
||||
|
||||
Summary: Routing daemon
|
||||
Name: quagga
|
||||
Version: 0.98.6
|
||||
Release: 3%{?dist}
|
||||
Version: 0.99.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 0
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz
|
||||
Source1: quagga-filter-perl-requires.sh
|
||||
#Patch0: quagga-0.96.2-lib64.patch
|
||||
Patch1: quagga-0.96.3-netlink.patch
|
||||
Patch2: quagga-0.96.5-nostart.patch
|
||||
Patch4: quagga-0.98.2-gcc4.patch
|
||||
Patch5: quagga-0.98.5-pam.patch
|
||||
Patch6: quagga-0.98.5-pie.patch
|
||||
#Patch6: quagga-0.98.5-pie.patch
|
||||
|
||||
URL: http://www.quagga.net
|
||||
%if %with_snmp
|
||||
@ -96,12 +92,9 @@ developing OSPF-API and quagga applications.
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .lib64
|
||||
%patch1 -p1 -b .netlink
|
||||
%patch2 -p1 -b .nostart
|
||||
%patch4 -p1 -b .gcc4
|
||||
%patch5 -p1 -b .pam
|
||||
# This creates a .diff file that we apply after configuring
|
||||
%patch6 -p1
|
||||
#%patch6 -p1
|
||||
|
||||
%build
|
||||
# FC5+ automatic -fstack-protector-all switch
|
||||
@ -334,6 +327,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%dir %{_includedir}/quagga
|
||||
@ -346,7 +340,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.98.6-3.fc7
|
||||
* Wed Mar 28 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.99.6-1
|
||||
- upgrade to new upstream 0.99.6
|
||||
- Resolves: #233909: quagga: unowned directory
|
||||
- removed redundant patches (#226352)
|
||||
|
||||
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 0.98.6-3
|
||||
- Resolves: #172548 - quagga.spec defines with_vtysh 1 but vtysh is not enabled in the build
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.98.6-2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user