diff --git a/.cvsignore b/.cvsignore index a21c6a8..1d84ede 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pptp-1.7.0.tar.gz +pptp-1.7.1.tar.gz diff --git a/pptp.spec b/pptp.spec index ba8e490..39ffee1 100644 --- a/pptp.spec +++ b/pptp.spec @@ -1,6 +1,6 @@ Name: pptp -Version: 1.7.0 -Release: 2%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet @@ -21,20 +21,20 @@ by employers and some cable and ADSL service providers. %{__sed} -i -e 's/install -o root -m 555 pptp/install -m 755 pptp/' Makefile %build -%{__make} %{?_smp_mflags} CFLAGS="-Wall $RPM_OPT_FLAGS" +%{__make} %{?_smp_mflags} CFLAGS="-Wall %{optflags}" %install -%{__rm} -rf $RPM_BUILD_ROOT -%{__make} DESTDIR=$RPM_BUILD_ROOT install -%{__install} -d -m 750 $RPM_BUILD_ROOT%{_localstatedir}/run/pptp +%{__rm} -rf %{buildroot} +%{__make} DESTDIR=%{buildroot} install +%{__install} -d -m 750 %{buildroot}%{_localstatedir}/run/pptp %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,0755) %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING -%doc ChangeLog Documentation/DESIGN.PPTP +%doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY %{_sbindir}/pptp %{_mandir}/man8/pptp.8* %dir %attr(750,root,root) %{_localstatedir}/run/pptp @@ -43,6 +43,11 @@ by employers and some cable and ADSL service providers. %config(noreplace) /etc/ppp/options.pptp %changelog +* Mon Feb 13 2006 Paul Howarth 1.7.1-1 +- new upstream version 1.7.1 (fixes #166394) +- include new document PROTOCOL-SECURITY +- cosmetic change: replace variables with macros + * Wed Aug 10 2005 Paul Howarth 1.7.0-2 - own directory %{_localstatedir}/run/pptp diff --git a/sources b/sources index c58c1ad..7492164 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bc7dbd1c265e4263008fa7883de58dd pptp-1.7.0.tar.gz +b47735ba5d6d37dfdbccb85afc044ede pptp-1.7.1.tar.gz