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

Than Ngo than at fedoraproject.org
Fri Apr 10 08:24:08 UTC 2009


Author: than

Update of /cvs/extras/rpms/qt3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6189

Modified Files:
	qt3.spec 
Log Message:
unneeded executable permissions for profile.d scripts 



Index: qt3.spec
===================================================================
RCS file: /cvs/extras/rpms/qt3/devel/qt3.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- qt3.spec	25 Feb 2009 18:09:15 -0000	1.14
+++ qt3.spec	10 Apr 2009 08:23:36 -0000	1.15
@@ -2,7 +2,7 @@
 
 Summary: The shared library for the Qt 3 GUI toolkit
 Version: 3.3.8b
-Release: 23%{?dist}
+Release: 24%{?dist}
 %if 0%{?fedora} > 8
 Name: qt3
 Obsoletes: qt < 1:%{version}-%{release}
@@ -521,7 +521,7 @@
 done
 
 mkdir -p %{buildroot}/etc/profile.d
-install -m 755 %{SOURCE2} %{SOURCE3} %{buildroot}/etc/profile.d/
+install -m 644 %{SOURCE2} %{SOURCE3} %{buildroot}/etc/profile.d/
 
 # Add desktop files
 mkdir -p %{buildroot}%{_datadir}/applications
@@ -570,7 +570,7 @@
 %if %{immodule}
 %{qtdir}/plugins/inputmethods
 %endif
-%attr(0755,root,root) %config /etc/profile.d/*
+%config /etc/profile.d/*
 /etc/ld.so.conf.d/*
 %{qtdir}/lib/libqui.so.*
 %{qtdir}/lib/libqt*.so.*
@@ -644,6 +644,9 @@
 
 
 %changelog
+* Fri Apr 10 2009 Than Ngo <than at redhat.com> - 3.3.8b-24
+- unneeded executable permissions for profile.d scripts 
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.8b-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list