rpms/kbd/devel kbd-1.12-resizecon-man.patch, NONE, 1.1 kbd.spec, 1.29, 1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 27 14:57:07 UTC 2006


Author: mitr

Update of /cvs/dist/rpms/kbd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23803

Modified Files:
	kbd.spec 
Added Files:
	kbd-1.12-resizecon-man.patch 
Log Message:
* Mon Mar 27 2006 Miloslav Trmac <mitr at redhat.com> - 1.12-14
- Don't install resizecons.8 on non-x86 (#186877, patch by Keiichi Mori
  <kmori at redhat.com>)


kbd-1.12-resizecon-man.patch:
 Makefile |    5 +++++
 1 files changed, 5 insertions(+)

--- NEW FILE kbd-1.12-resizecon-man.patch ---
Patch by Keiichi Mori <kmori at redhat.com>.

--- kbd-1.12/man/Makefile.orig	2002-10-12 07:12:53.000000000 +0900
+++ kbd-1.12/man/Makefile	2006-03-27 09:17:54.000000000 +0900
@@ -1,3 +1,5 @@
+include ../make_include
+
 # Generated files
 GEN1=man1/dumpkeys.1 man1/loadkeys.1
 GEN8=man8/setfont.8 man8/loadunimap.8 man8/mapscrn.8
@@ -8,6 +10,9 @@
 		install -m 644 $$i/*.[0-9] $(MANDIR)/$$i; \
 	done
 	rm -f $(MANDIR)/man5/keytables.5
+	if [ $(ARCH) != i386 ]; then \
+		rm -f $(MANDIR)/man8/resizecons.8; \
+	fi
 
 clean:
 	rm -f $(GEN1) $(GEN8)


Index: kbd.spec
===================================================================
RCS file: /cvs/dist/rpms/kbd/devel/kbd.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kbd.spec	11 Feb 2006 03:43:33 -0000	1.29
+++ kbd.spec	27 Mar 2006 14:57:05 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
 Name: kbd
 Version: 1.12
-Release: 13.2
+Release: 14
 License: GPL
 Group: System Environment/Base
 Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
@@ -21,6 +21,7 @@
 Patch7: kbd-1.12-alias.patch
 Patch8: kbd-1.12-dir.patch
 Patch9: kbd-1.12-no-user-map.patch
+Patch10: kbd-1.12-resizecon-man.patch
 Obsoletes: console-tools
 Provides: console-tools
 Conflicts: util-linux < 2.11r-9
@@ -45,6 +46,7 @@
 %patch7 -p1 -b .alias
 %patch8 -p1 -b .dir
 %patch9 -p1 -b .no-user-map
+%patch10 -p1 -b .resizecon-man
 
 # 7-bit maps are obsolete; so are non-euro maps
 pushd data/keymaps/i386
@@ -121,6 +123,10 @@
 %config %{_sysconfdir}/pam.d/*
 
 %changelog
+* Mon Mar 27 2006 Miloslav Trmac <mitr at redhat.com> - 1.12-14
+- Don't install resizecons.8 on non-x86 (#186877, patch by Keiichi Mori
+  <kmori at redhat.com>)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.12-13.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list