From a0a2499adc8a94b09c7e042e8e08760964a8eb3e Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sat, 11 Jan 2020 15:20:24 -0500 Subject: [PATCH] - fixup tmpfile to use /run instead of /var/run --- pptp-tmpfs.conf | 2 +- pptp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pptp-tmpfs.conf b/pptp-tmpfs.conf index c71938d..b449147 100644 --- a/pptp-tmpfs.conf +++ b/pptp-tmpfs.conf @@ -1 +1 @@ -d /var/run/pptp 0750 +d /run/pptp 0750 diff --git a/pptp.spec b/pptp.spec index d27f9d9..2792c23 100644 --- a/pptp.spec +++ b/pptp.spec @@ -1,6 +1,6 @@ Name: pptp Version: 1.10.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client License: GPLv2+ URL: http://pptpclient.sourceforge.net/ @@ -57,6 +57,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf %{_mandir}/man8/pptpsetup.8* %changelog +* Sat Jan 11 2020 Paul Wouters - 1.10.0-8 +- fixup tmpfile to use /run instead of /var/run + * Fri Jul 26 2019 Fedora Release Engineering - 1.10.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild