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
This commit is contained in:
parent
41861128f2
commit
b2a9d37f21
6
ppp.spec
6
ppp.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: The Point-to-Point Protocol daemon
|
Summary: The Point-to-Point Protocol daemon
|
||||||
Name: ppp
|
Name: ppp
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: BSD and LGPLv2+ and GPLv2+ and Public Domain
|
License: BSD and LGPLv2+ and GPLv2+ and Public Domain
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.samba.org/ppp
|
URL: http://www.samba.org/ppp
|
||||||
@ -69,6 +69,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make INSTROOT=%{buildroot} install install-etcppp
|
make INSTROOT=%{buildroot} install install-etcppp
|
||||||
|
find scripts -type f | xargs chmod a-x
|
||||||
|
|
||||||
# create log files dir
|
# create log files dir
|
||||||
install -d %{buildroot}%{_localstatedir}/log/ppp
|
install -d %{buildroot}%{_localstatedir}/log/ppp
|
||||||
@ -127,6 +128,9 @@ install -p %{SOURCE3} %{buildroot}%{_tmpfilesdir}/ppp.conf
|
|||||||
%doc PLUGINS
|
%doc PLUGINS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 14 2014 Michal Sekletar <msekleta@redhat.com> - 2.4.6-3
|
||||||
|
- don't require perl and expect (#1086846)
|
||||||
|
|
||||||
* Thu Apr 10 2014 Michal Sekletar <msekleta@redhat.com> - 2.4.6-2
|
* Thu Apr 10 2014 Michal Sekletar <msekleta@redhat.com> - 2.4.6-2
|
||||||
- rebase to 2.4.6
|
- rebase to 2.4.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user