- added pppoe-discovery(8)
This commit is contained in:
parent
c62ef93c39
commit
9197d9a22a
9
ppp.spec
9
ppp.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The Point-to-Point Protocol daemon
|
Summary: The Point-to-Point Protocol daemon
|
||||||
Name: ppp
|
Name: ppp
|
||||||
Version: 2.4.5
|
Version: 2.4.5
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: BSD and LGPLv2+ and GPLv2+ and Public Domain
|
License: BSD and LGPLv2+ and GPLv2+ and Public Domain
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.samba.org/ppp
|
URL: http://www.samba.org/ppp
|
||||||
@ -25,6 +25,7 @@ Patch22: ppp-2.4.4-cbcp.patch
|
|||||||
Patch23: ppp-2.4.2-dontwriteetc.patch
|
Patch23: ppp-2.4.2-dontwriteetc.patch
|
||||||
Patch24: ppp-2.4.4-fd_leak.patch
|
Patch24: ppp-2.4.4-fd_leak.patch
|
||||||
Patch25: ppp-2.4.5-var_run_ppp.patch
|
Patch25: ppp-2.4.5-var_run_ppp.patch
|
||||||
|
Patch26: ppp-2.4.5-manpg.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pam-devel, libpcap-devel
|
BuildRequires: pam-devel, libpcap-devel
|
||||||
@ -65,6 +66,7 @@ This package contains the header files for building plugins for ppp.
|
|||||||
%patch23 -p1 -b .dontwriteetc
|
%patch23 -p1 -b .dontwriteetc
|
||||||
%patch24 -p1 -b .fd_leak
|
%patch24 -p1 -b .fd_leak
|
||||||
%patch25 -p1 -b .var_run_ppp
|
%patch25 -p1 -b .var_run_ppp
|
||||||
|
%patch26 -p1 -b .manpg
|
||||||
|
|
||||||
rm -f scripts/*.local
|
rm -f scripts/*.local
|
||||||
rm -f scripts/*.change_resolv_conf
|
rm -f scripts/*.change_resolv_conf
|
||||||
@ -128,7 +130,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/pppd
|
%{_includedir}/pppd
|
||||||
%doc PLUGINS
|
%doc PLUGINS
|
||||||
|
|
||||||
%changelog
|
%changeloga
|
||||||
|
* Wed Apr 07 2010 Jiri Skala <jskala@redhat.com> - 2.4.5-8
|
||||||
|
- added pppoe-discovery(8)
|
||||||
|
|
||||||
* Fri Mar 05 2010 Jiri Skala <jskala@redhat.com> - 2.4.5-7
|
* Fri Mar 05 2010 Jiri Skala <jskala@redhat.com> - 2.4.5-7
|
||||||
- removed duplicities from patches (ip-*.local.add)
|
- removed duplicities from patches (ip-*.local.add)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user