rpms/rt3/devel rt3.spec,1.10,1.11

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Jul 22 04:11:26 UTC 2006


Author: corsepiu

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

Modified Files:
	rt3.spec 
Log Message:
* Sat Jul 21 2006 Ralf Corsépius <rc040203 at freenet.de> - 3.6.0-4
- Install etc/upgrade to %{_sysconfdir}/rt3/upgrade.
- Add rt-3.6.0-Makefile.diff.



Index: rt3.spec
===================================================================
RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rt3.spec	19 Jul 2006 03:41:28 -0000	1.10
+++ rt3.spec	22 Jul 2006 04:11:25 -0000	1.11
@@ -13,7 +13,7 @@
 
 Name:		rt3
 Version:	3.6.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Request tracker 3
 
 Group:		Applications/Internet
@@ -25,6 +25,7 @@
 
 Patch0:		rt-3.4.1-config.diff
 Patch1:		rt-3.4.1-I18N.diff
+Patch2:		rt-3.6.0-Makefile.diff
 
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,9 +73,11 @@
 find . \( -name '*.pm' -o -name '*.pm.in' -o -name '*.po' -o -name '*.pod' \) \
   -exec chmod a-x {} \;
 chmod -x UPGRADING README C* aclocal.* config.* *.ac *.in
+find etc -type f -exec chmod a-x {} \;
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Patch backups added by rpm disturb
 find -name '*.orig' -exec rm -f {} \;
@@ -216,9 +219,10 @@
 %{RT3_LOGDIR}
 
 %dir %{_sysconfdir}/rt3
-%attr(0644,root,root)%{_sysconfdir}/rt3/acl*
-%attr(0644,root,root)%{_sysconfdir}/rt3/schema*
-%attr(0644,root,root)%{_sysconfdir}/rt3/init*
+%attr(-,root,root)%{_sysconfdir}/rt3/upgrade
+%attr(-,root,root)%{_sysconfdir}/rt3/acl*
+%attr(-,root,root)%{_sysconfdir}/rt3/schema*
+%attr(-,root,root)%{_sysconfdir}/rt3/init*
 %config(noreplace) %attr(0640,root,root) %{_sysconfdir}/rt3/RT_*
 
 %dir %{_datadir}/rt3
@@ -237,6 +241,10 @@
 %ghost %{_prefix}/local/etc/rt3
 
 %changelog
+* Sat Jul 21 2006 Ralf Corsépius <rc040203 at freenet.de> - 3.6.0-4
+- Install etc/upgrade to %{_sysconfdir}/rt3/upgrade.
+- Add rt-3.6.0-Makefile.diff.
+
 * Mon Jul 19 2006 Ralf Corsépius <rc040203 at freenet.de> - 3.6.0-3
 - Move /var/www/rt3 to %%{_datadir}/rt3/html
 




More information about the fedora-extras-commits mailing list