diff --git a/pptp.spec b/pptp.spec index 2b274f2..ba8e490 100644 --- a/pptp.spec +++ b/pptp.spec @@ -1,6 +1,6 @@ Name: pptp Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet @@ -26,6 +26,7 @@ by employers and some cable and ADSL service providers. %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install +%{__install} -d -m 750 $RPM_BUILD_ROOT%{_localstatedir}/run/pptp %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -36,11 +37,15 @@ by employers and some cable and ADSL service providers. %doc ChangeLog Documentation/DESIGN.PPTP %{_sbindir}/pptp %{_mandir}/man8/pptp.8* +%dir %attr(750,root,root) %{_localstatedir}/run/pptp # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the # Fedora Core ppp package hardcodes the directory name %config(noreplace) /etc/ppp/options.pptp %changelog +* Wed Aug 10 2005 Paul Howarth 1.7.0-2 +- own directory %{_localstatedir}/run/pptp + * Thu Jul 28 2005 Paul Howarth 1.7.0-1 - new upstream version 1.7.0 - remove patch, included upstream