From 263e9bd4daff23e1aaa7f7935372ae3bec2b7e52 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 27 Nov 2012 12:46:25 +0000 Subject: [PATCH] Don't hard-code /etc (#880574) --- pptp.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pptp.spec b/pptp.spec index 3fd1c61..322bb3c 100644 --- a/pptp.spec +++ b/pptp.spec @@ -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 1.7.2-18 +- Don't hard-code /etc (#880574) + * Fri Aug 31 2012 Paul Howarth 1.7.2-17 - Add note in options.pptp about MPPE not being available in FIPS mode (#845112)