From 8cb6c16887f06931f83b03ced20d09061600cf78 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Tue, 19 Aug 2014 13:00:57 +0200 Subject: [PATCH] spec: don't mark tmpfiles dropin as executable Resolves: #1131293 --- ppp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ppp.spec b/ppp.spec index 5b8a3a4..a82fe12 100644 --- a/ppp.spec +++ b/ppp.spec @@ -3,7 +3,7 @@ Summary: The Point-to-Point Protocol daemon Name: ppp Version: 2.4.7 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD and LGPLv2+ and GPLv2+ and Public Domain Group: System Environment/Daemons URL: http://www.samba.org/ppp @@ -99,7 +99,7 @@ install -p %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/ppp # install tmpfiles drop-in install -d %{buildroot}%{_tmpfilesdir} -install -p %{SOURCE3} %{buildroot}%{_tmpfilesdir}/ppp.conf +install -m 644 -p %{SOURCE3} %{buildroot}%{_tmpfilesdir}/ppp.conf # install scripts (previously owned by initscripts package) install -d %{buildroot}%{_sysconfdir}/ppp @@ -166,6 +166,9 @@ install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdo %doc PLUGINS %changelog +* Tue Aug 19 2014 Michal Sekletar - 2.4.7-3 +- don't mark tmpfiles dropin as executable (#1131293) + * Sun Aug 17 2014 Fedora Release Engineering - 2.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild