rpms/anaconda/F-7 anaconda.spec,1.547,1.548

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue May 22 22:40:23 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/anaconda/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16352

Modified Files:
	anaconda.spec 
Log Message:
* Tue May 22 2007 Jeremy Katz <katzj at redhat.com> - 11.2.0.63-2
- fix unicode shenanigans in the build



Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/F-7/anaconda.spec,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -r1.547 -r1.548
--- anaconda.spec	22 May 2007 22:27:02 -0000	1.547
+++ anaconda.spec	22 May 2007 22:39:49 -0000	1.548
@@ -2,7 +2,7 @@
 
 Name: anaconda
 Version: 11.2.0.63
-Release: 1
+Release: 2
 License: GPL
 Summary: Graphical system installer
 Group: Applications/System
@@ -85,7 +85,7 @@
 
 %build
 make depend
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+LANG=en_US.UTF-8 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -142,6 +142,9 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Tue May 22 2007 Jeremy Katz <katzj at redhat.com> - 11.2.0.63-2
+- fix unicode shenanigans in the build
+
 * Tue May 22 2007 Jeremy Katz <katzj at redhat.com> - 11.2.0.63-1
 - Avoid a few potential tracebacks with partitioning (dcantrell)
 - A few more network bringup fixes  (dcantrell, #240804)




More information about the fedora-extras-commits mailing list