rpms/firstboot/devel firstboot.spec, 1.113, 1.114 sources, 1.110, 1.111

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Mon Jan 28 20:13:31 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/firstboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15141

Modified Files:
	firstboot.spec sources 
Log Message:
New version.



Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- firstboot.spec	2 Jan 2008 19:35:46 -0000	1.113
+++ firstboot.spec	28 Jan 2008 20:12:54 -0000	1.114
@@ -1,10 +1,10 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
 Version: 1.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -38,7 +38,7 @@
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} SITELIB=%{python_sitelib} install
 %find_lang %{name}
 
 %clean
@@ -69,6 +69,9 @@
 %{_datadir}/firstboot/themes/default/*
 
 %changelog
+* Mon Jan 28 2008 Chris Lumens <clumens at redhat.com> 1.91-2
+- Put module in /usr/lib64 on 64-bit platforms.
+
 * Wed Jan 02 2008 Chris Lumens <clumens at redhat.com> 1.91-1
 - Reorganize to provide a python module.
 - Provide real help output for the firstboot program.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- sources	2 Jan 2008 19:35:46 -0000	1.110
+++ sources	28 Jan 2008 20:12:54 -0000	1.111
@@ -1 +1 @@
-88bb2b6028f97afc04541fe575b9e91f  firstboot-1.91.tar.bz2
+135d8b57649fef8fccf7bb3ac279fd71  firstboot-1.91.tar.bz2




More information about the fedora-extras-commits mailing list