rpms/xmlto/devel xmlto.spec,1.51,1.52

Ondrej Vasik ovasik at fedoraproject.org
Thu Sep 24 15:24:11 UTC 2009


Author: ovasik

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

Modified Files:
	xmlto.spec 
Log Message:
ensure the default shell is /bin/bash instead of /bin/sh


Index: xmlto.spec
===================================================================
RCS file: /cvs/extras/rpms/xmlto/devel/xmlto.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- xmlto.spec	21 Sep 2009 13:51:15 -0000	1.51
+++ xmlto.spec	24 Sep 2009 15:24:09 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: A tool for converting XML files to various formats
 Name: xmlto
 Version: 0.0.23
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 #Older versions up to xmlto-0.0.20
@@ -60,7 +60,7 @@ xhtml1 source format.
 %setup -q
 
 %build
-%configure
+%configure BASH=/bin/bash
 make %{?_smp_mflags}
 
 %check
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 24 2009 Ondrej Vasik <ovasik at redhat.com> - 0.0.23-2
+- ensure the default shell is /bin/bash instead of /bin/sh
+
 * Mon Sep 21 2009 Ondrej Vasik <ovasik at redhat.com> - 0.0.23-1
 - New version 0.0.23
 - added autodetection for more common tools like




More information about the fedora-extras-commits mailing list