[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/ppp/devel ppp.spec,1.28,1.29
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/ppp/devel ppp.spec,1.28,1.29
- Date: Tue, 19 Jul 2005 08:46:17 -0400
Author: twoerner
Update of /cvs/dist/rpms/ppp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32614
Modified Files:
ppp.spec
Log Message:
[tw]
- dropped all executable bits in scripts directory to prevent rpm requiring
programs used in there
Index: ppp.spec
===================================================================
RCS file: /cvs/dist/rpms/ppp/devel/ppp.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ppp.spec 18 Jul 2005 11:55:02 -0000 1.28
+++ ppp.spec 19 Jul 2005 12:46:15 -0000 1.29
@@ -1,7 +1,7 @@
Summary: The PPP (Point-to-Point Protocol) daemon.
Name: ppp
Version: 2.4.3
-Release: 1
+Release: 2
License: distributable
Group: System Environment/Daemons
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@@ -70,8 +70,8 @@
## it shouldn't be SUID root be default
#chmod 755 $RPM_BUILD_ROOT/usr/sbin/pppd
-chmod go+r scripts/*
-chmod ugo-x scripts/autopppd
+chmod -R a+rX scripts
+find scripts -type f | xargs chmod a-x
chmod 0755 $RPM_BUILD_ROOT/%{_libdir}/pppd/%{version}/*.so
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/ppp
@@ -114,6 +114,10 @@
%changelog
+* Tue Jul 19 2005 Thomas Woerner <twoerner redhat com> 2.4.3-2
+- dropped all executable bits in scripts directory to prevent rpm requiring
+ programs used in there
+
* Mon Jul 18 2005 Thomas Woerner <twoerner redhat com> 2.4.3-1
- new version 2.4.3
- updated patches: make, lib64, dontwriteetc, fix, fix64, no_strip,
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]