rpms/kexec-tools/devel .cvsignore, 1.4, 1.5 kexec-tools.spec, 1.87, 1.88 sources, 1.5, 1.6

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Mon Jul 9 18:56:29 UTC 2007


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13461

Modified Files:
	.cvsignore kexec-tools.spec sources 
Log Message:
Resolves: bz 246508


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Mar 2007 21:09:57 -0000	1.4
+++ .cvsignore	9 Jul 2007 18:55:53 -0000	1.5
@@ -1,3 +1,4 @@
 kexec-tools-1.101.tar.gz
 makedumpfile.tar.gz
 makedumpfile-1.1.1.tar.gz
+kexec-tools-po.tar.gz


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- kexec-tools.spec	5 Jul 2007 16:46:27 -0000	1.87
+++ kexec-tools.spec	9 Jul 2007 18:55:53 -0000	1.88
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 1.101
-Release: 72%{?dist}
+Release: 73%{?dist}
 License: GPL
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -17,7 +17,7 @@
 Source10: kexec-kdump-howto.txt
 Source11: firstboot_kdump.py
 Source12: mkdumprd.8
-Source13: pofiles.tar.gz
+Source13: kexec-tools-po.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(pre): coreutils chkconfig sed 
 Requires: busybox >= 1.2.0
@@ -158,12 +158,11 @@
 %ifarch %{ix86} x86_64 ia64 ppc64 ppc
 make -C makedumpfile
 %endif
-make -C po
+make -C kexec-tools-po
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install %{?archdef} DESTDIR=$RPM_BUILD_ROOT
-make -C po install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
 mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
 mkdir -p -m755 $RPM_BUILD_ROOT%{_localstatedir}/crash
@@ -185,8 +184,8 @@
 install -m 755 makedumpfile/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile
 install -m 755 makedumpfile/makedumpfile-R.pl $RPM_BUILD_ROOT/sbin/makedumpfile-reasm
 %endif
-CHOMP_SIZE=`echo $RPM_BUILD_ROOT | wc -c`
-find $RPM_BUILD_ROOT -name '*.mo' | cut -b $CHOMP_SIZE- >> %{name}.lang
+make -C kexec-tools-po install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -251,6 +250,9 @@
 %doc kexec-kdump-howto.txt
 
 %changelog
+* Mon Jul 09 2007 Neil Horman <nhorman at redhat.com> - 1.101-73%{dist}
+- Fix up language files for kexec (bz 246508)
+
 * Thu Jul 05 2007 Neil Horman <nhorman at redhat.com> - 1.101-72%{dist}
 - Fixing up initscript for LSB (bz 246967)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	6 Mar 2007 21:09:57 -0000	1.5
+++ sources	9 Jul 2007 18:55:53 -0000	1.6
@@ -1,2 +1,3 @@
 b4f7ffcc294d41a6a4c40d6e44b7734d  kexec-tools-1.101.tar.gz
 41c919e362e7fb0e0fbe2b6d9be0de91  makedumpfile-1.1.1.tar.gz
+541e0e9813719d65a19b8cf2fb9bbaf9  kexec-tools-po.tar.gz




More information about the scm-commits mailing list