rpms/gallery2/FC-5 gallery2.spec,1.8,1.9

John Berninger (jwb) fedora-extras-commits at redhat.com
Sun May 13 13:35:53 UTC 2007


Author: jwb

Update of /cvs/pkgs/rpms/gallery2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8662

Modified Files:
	gallery2.spec 
Log Message:
Correct shell syntax bug in post scriptlet


Index: gallery2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/FC-5/gallery2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gallery2.spec	10 May 2007 03:37:00 -0000	1.8
+++ gallery2.spec	13 May 2007 13:35:18 -0000	1.9
@@ -7,7 +7,7 @@
 Name: gallery2
 Version: 2.2
 Group: Applications/Publishing
-Release: 0.3.svn20070506%{?dist}
+Release: 0.4.svn20070506%{?dist}
 License: GPL
 # Source0: http://dl.sf.net/gallery/gallery-2.2-developer.tar.gz
 # Using SVN tarball for source to resolve provides issues sanely
@@ -700,7 +700,7 @@
 %post
 if [[ -f %{installprefix}/gallery2/config.php.rpmnew ]]
 then
-	echo Your old configuration file (config.php) has not been replaced.
+	echo Your old configuration file \(config.php\) has not been replaced.
 	echo Please move it to /etc/gallery2/config.php and rename the
 	echo config.php.rpmnew symlink to config.php.
 fi
@@ -1047,6 +1047,9 @@
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Sun May 13 2007 John Benringer <johnw at berningeronline dot net> - 2.2-0.4.svn20070506
+- Correct shell syntax in post scriptlet
+
 * Wed May  9 2007 John Berninger <johnw at berningeronline dot net> - 2.2-0.3.svn20070506
 - Mark the config.php symlink as a config file so that the config.php from 2.1
   installs doesn't get overwritten.  Yes, I did a Bad Thing.




More information about the fedora-extras-commits mailing list