This commit is contained in:
parent
66ae7d4bf1
commit
0185b2b962
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 09:32:31 CEST 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
- fix wrong permissions of pppol2tp.so
|
||||||
|
- fix invalid interpreter in secure-card script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 13:29:59 CEST 2008 - hvogel@suse.de
|
Fri Sep 12 13:29:59 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
10
ppp.spec
10
ppp.spec
@ -22,7 +22,7 @@ Name: ppp
|
|||||||
BuildRequires: libpcap-devel linux-atm-devel pam-devel
|
BuildRequires: libpcap-devel linux-atm-devel pam-devel
|
||||||
Url: http://www.samba.org/ppp/
|
Url: http://www.samba.org/ppp/
|
||||||
Version: 2.4.5.git
|
Version: 2.4.5.git
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSD 3-Clause; LGPL v2.1 or later
|
License: BSD 3-Clause; LGPL v2.1 or later
|
||||||
Group: Productivity/Networking/PPP
|
Group: Productivity/Networking/PPP
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -136,6 +136,7 @@ Authors:
|
|||||||
%patch21
|
%patch21
|
||||||
%endif
|
%endif
|
||||||
%patch22
|
%patch22
|
||||||
|
sed -i -e '1s/local\///' scripts/secure-card
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export MY_CFLAGS="$RPM_OPT_FLAGS -fPIC $SP"
|
export MY_CFLAGS="$RPM_OPT_FLAGS -fPIC $SP"
|
||||||
@ -180,13 +181,18 @@ rm -rf %{buildroot}
|
|||||||
/usr/sbin/pppdump
|
/usr/sbin/pppdump
|
||||||
/usr/sbin/pppstats
|
/usr/sbin/pppstats
|
||||||
/usr/sbin/pppoe-discovery
|
/usr/sbin/pppoe-discovery
|
||||||
%_libdir/pppd
|
%dir %_libdir/pppd
|
||||||
|
%dir %_libdir/pppd/2.4.5
|
||||||
|
%attr(0755,root,root) %_libdir/pppd/2.4.5/*.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
/usr/include/pppd
|
/usr/include/pppd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 23 2008 lnussel@suse.de
|
||||||
|
- fix wrong permissions of pppol2tp.so
|
||||||
|
- fix invalid interpreter in secure-card script
|
||||||
* Fri Sep 12 2008 hvogel@suse.de
|
* Fri Sep 12 2008 hvogel@suse.de
|
||||||
- update to 2.4.5 (git:07bcc935f7a10bc5d78325fc53a6ac9bdf2aad6a)
|
- update to 2.4.5 (git:07bcc935f7a10bc5d78325fc53a6ac9bdf2aad6a)
|
||||||
* pppd can now operate in a mode where it doesn't request
|
* pppd can now operate in a mode where it doesn't request
|
||||||
|
Loading…
Reference in New Issue
Block a user