rpms/apg/devel apg.spec,1.14,1.15

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Aug 12 00:28:15 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/apg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25665

Modified Files:
	apg.spec 
Log Message:
Fix permissions. Fixes #453621



Index: apg.spec
===================================================================
RCS file: /cvs/extras/rpms/apg/devel/apg.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- apg.spec	10 Feb 2008 17:29:05 -0000	1.14
+++ apg.spec	12 Aug 2008 00:27:45 -0000	1.15
@@ -2,7 +2,7 @@
 Name:			apg
 
 Version:		2.3.0b
-Release:		6%{?dist}
+Release:		7%{?dist}
 License:		BSD
 Group:			System Environment/Base
 URL:			http://www.adel.nursat.kz/%{name}/
@@ -34,11 +34,11 @@
 install -D apg %{buildroot}%{_bindir}/apg
 install -D apgbfm %{buildroot}%{_bindir}/apgbfm
 install -D apgd %{buildroot}%{_sbindir}/apgd
-install -D doc/man/apg.1 %{buildroot}%{_mandir}/man1/apg.1
-install -D doc/man/apgbfm.1 %{buildroot}%{_mandir}/man1/apgbfm.1
-install -D doc/man/apgd.8 %{buildroot}%{_mandir}/man8/apgd.8
+install -D -m 644 doc/man/apg.1 %{buildroot}%{_mandir}/man1/apg.1
+install -D -m 644 doc/man/apgbfm.1 %{buildroot}%{_mandir}/man1/apgbfm.1
+install -D -m 644 doc/man/apgd.8 %{buildroot}%{_mandir}/man8/apgd.8
 
-install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/apgd
+install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/apgd
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -60,6 +60,9 @@
 %{_sysconfdir}/xinetd.d/apgd
 
 %changelog
+* Mon Aug 11 2008 Kevin Fenzi <kevin at tummy.com> - 2.3.0b-7
+- Fix permissions. Fixes #453621
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 2.3.0b-6
 - Rebuild for gcc43
 




More information about the scm-commits mailing list