- removed undesired files from the package (#241753)

This commit is contained in:
Martin Nagy 2007-11-09 09:49:07 +00:00
parent 0e5c45a889
commit 3d8e44fdb0

View File

@ -1,7 +1,7 @@
Summary: The PPP (Point-to-Point Protocol) daemon. Summary: The PPP (Point-to-Point Protocol) daemon.
Name: ppp Name: ppp
Version: 2.4.4 Version: 2.4.4
Release: 2 Release: 3
License: distributable License: distributable
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@ -56,6 +56,9 @@ organization over a modem and phone line.
%patch21 -p1 -b .usepeerdns-var_run_ppp_resolv %patch21 -p1 -b .usepeerdns-var_run_ppp_resolv
%patch22 -p1 -b .cbcp %patch22 -p1 -b .cbcp
rm -f scripts/*.local
rm -f scripts/*.change_resolv_conf
rm -f scripts/*.usepeerdns-var_run_ppp_resolv
find . -type f -name "*.sample" | xargs rm -f find . -type f -name "*.sample" | xargs rm -f
%build %build
@ -113,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Nov 09 2007 Martin Nagy <mnagy@redhat.com> 2.4.4-3
- removed undesired files from the package (#241753)
* Fri Dec 1 2006 Thomas Woerner <twoerner@redhat.com> 2.4.4-2 * Fri Dec 1 2006 Thomas Woerner <twoerner@redhat.com> 2.4.4-2
- fixed build requirement for libpcap (#217661) - fixed build requirement for libpcap (#217661)