From b2a9d37f21670e6db9c12da43035d29fcbf966d9 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 14 Apr 2014 17:31:01 +0200 Subject: [PATCH] spec: remove executable flag for all scripts We ship them only as %doc anyway and we want to prune some dependencies otherwise added by automatic RPM dependency finding, e.g. Perl. Resolves: #1086846 --- ppp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ppp.spec b/ppp.spec index d192218..eb74e32 100644 --- a/ppp.spec +++ b/ppp.spec @@ -3,7 +3,7 @@ Summary: The Point-to-Point Protocol daemon Name: ppp Version: 2.4.6 -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 @@ -69,6 +69,7 @@ make %{?_smp_mflags} %install make INSTROOT=%{buildroot} install install-etcppp +find scripts -type f | xargs chmod a-x # create log files dir install -d %{buildroot}%{_localstatedir}/log/ppp @@ -127,6 +128,9 @@ install -p %{SOURCE3} %{buildroot}%{_tmpfilesdir}/ppp.conf %doc PLUGINS %changelog +* Mon Apr 14 2014 Michal Sekletar - 2.4.6-3 +- don't require perl and expect (#1086846) + * Thu Apr 10 2014 Michal Sekletar - 2.4.6-2 - rebase to 2.4.6