rpms/phpMyAdmin/FC-6 phpMyAdmin.spec,1.1,1.2

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Nov 15 15:02:51 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/phpMyAdmin/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26706/FC-6

Modified Files:
	phpMyAdmin.spec 
Log Message:
Fixes for bug 215159


Index: phpMyAdmin.spec
===================================================================
RCS file: /cvs/extras/rpms/phpMyAdmin/FC-6/phpMyAdmin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phpMyAdmin.spec	10 Nov 2006 16:15:50 -0000	1.1
+++ phpMyAdmin.spec	15 Nov 2006 15:02:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name: phpMyAdmin
 Version: 2.9.1
-Release: 1alpha
+Release: 2alpha
 Summary: Web based MySQL browser written in php
 
 Group:	Applications/Internet
@@ -40,7 +40,8 @@
 ln -s %{_sysconfdir}/%{name}/config.inc.php %{buildroot}/%{_datadir}/%{name}/config.inc.php
 
 %{__rm} -f %{buildroot}/%{_datadir}/%{name}/*txt
-%{__rm} -f %{buildroot}/%{_datadir}/%{name}/[IRLCT]*
+%{__rm} -f %{buildroot}/%{_datadir}/%{name}/[IRLT]*
+%{__rm} -f %{buildroot}/%{_datadir}/%{name}/CREDITS
 %{__rm} -f %{buildroot}/%{_datadir}/%{name}/libraries/.htaccess
 
 %clean
@@ -60,6 +61,9 @@
 %config(noreplace) %{_sysconfdir}/%{name}
 
 %changelog
+* Wed Nov 15 2006 Mike McGrath <imlinux at gmail.com> 2.9.1-2alpha
+- Fixed 215159
+
 * Fri Nov 10 2006 Mike McGrath <imlinux at gmail.com> 2.9.1-1alpha
 - Added alpha tag since this is a release candidate
 




More information about the fedora-extras-commits mailing list