diff --git a/ppp.spec b/ppp.spec index b1dd30a..1f0b5d4 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,7 +1,7 @@ %define dialout_groupid 10 Name: ppp -Version: 2.4.7 +Version: 2.4.8 Release: 1mamba Summary: Point to Point Protocol Group: System/Servers @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.samba.org/ppp -Source0: ftp://ftp.samba.org/pub/ppp/%{name}-%{version}.tar.gz +Source0: https://download.samba.org/pub/ppp/ppp-%{version}.tar.gz Source1: ppp-options-atm Source2: ppp-options Source3: ppp-ip-up @@ -51,6 +51,8 @@ The PPP protocol provides a method for transmitting datagrams over serial point- This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q %patch1 -p1 @@ -60,7 +62,7 @@ This package contains static libraries and header files need for development. rm -f include/linux/if_pppol2tp.h -%ifarch x86_64 +%ifarch x86_64 aarch64 sed -i "s|/lib/pppd|/%{_lib}/pppd|" pppd/pathnames.h pppd/plugins/Makefile.linux pppd/plugins/*/Makefile.linux %endif @@ -154,6 +156,9 @@ exit 0 %{_includedir}/pppd %changelog +* Sat Apr 18 2020 Silvan Calarco 2.4.8-1mamba +- update to 2.4.8 + * Sun Aug 10 2014 Automatic Build System 2.4.7-1mamba - automatic version update by autodist @@ -224,7 +229,7 @@ exit 0 - added ip-up and ip-down script for automatic resolv.conf configuration - added /usr/share/ppp/scripts dir containing a lot of sample scripts -* Fri Aug 17 2004 Silvan Calarco 2.4.2-5qilnx +* Tue Aug 17 2004 Silvan Calarco 2.4.2-5qilnx - reverted back to the previous pppoatm patch that seems to be working better - added /etc/ppp/options-atm default configuration file @@ -243,5 +248,5 @@ exit 0 * Mon Nov 03 2003 Silvan Calarco 2.4.1-2qilnx - added configuration files -* Tue Apr 18 2003 Luca Tinelli 2.4.1-1qilnx +* Fri Apr 18 2003 Luca Tinelli 2.4.1-1qilnx - First Build