Don't hard-code /etc (#880574)

This commit is contained in:
Paul Howarth 2012-11-27 12:46:25 +00:00
parent 6f7a619b06
commit 263e9bd4da

View File

@ -1,6 +1,6 @@
Name: pptp
Version: 1.7.2
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
Group: Applications/Internet
License: GPLv2+
@ -152,9 +152,7 @@ rm -rf %{buildroot}
%{_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 ppp package hardcodes the directory name
%config(noreplace) /etc/ppp/options.pptp
%config(noreplace) %{_sysconfdir}/ppp/options.pptp
%files setup
%defattr(-,root,root,-)
@ -162,6 +160,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/pptpsetup.8*
%changelog
* Tue Nov 27 2012 Paul Howarth <paul@city-fan.org> 1.7.2-18
- Don't hard-code /etc (#880574)
* Fri Aug 31 2012 Paul Howarth <paul@city-fan.org> 1.7.2-17
- Add note in options.pptp about MPPE not being available in FIPS mode
(#845112)