rpms/petitboot/devel petitboot-0.0.1-build-limits_h.patch, 1.1, 1.2 petitboot.spec, 1.10, 1.11

Matt Domsch mdomsch at fedoraproject.org
Thu Sep 18 18:14:53 UTC 2008


Author: mdomsch

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

Modified Files:
	petitboot-0.0.1-build-limits_h.patch petitboot.spec 
Log Message:
Build fix: include <linux/limits.h> in devices/udev-helper.c.  FTBFS BZ#434110

petitboot-0.0.1-build-limits_h.patch:

Index: petitboot-0.0.1-build-limits_h.patch
===================================================================
RCS file: /cvs/extras/rpms/petitboot/devel/petitboot-0.0.1-build-limits_h.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- petitboot-0.0.1-build-limits_h.patch	23 Apr 2008 01:59:23 -0000	1.1
+++ petitboot-0.0.1-build-limits_h.patch	18 Sep 2008 18:14:23 -0000	1.2
@@ -1,10 +1,11 @@
 --- petitboot-0.0.1/devices/udev-helper.c~	2008-04-23 02:54:05.000000000 +0100
 +++ petitboot-0.0.1/devices/udev-helper.c	2008-04-23 02:55:28.000000000 +0100
-@@ -12,6 +12,7 @@
+@@ -12,6 +12,8 @@
  #include <fcntl.h>
  #include <errno.h>
  #include <string.h>
 +#include <limits.h>
++#include <linux/limits.h>
  #include <asm/byteorder.h>
  #include <linux/cdrom.h>
  #include <sys/ioctl.h>


Index: petitboot.spec
===================================================================
RCS file: /cvs/extras/rpms/petitboot/devel/petitboot.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- petitboot.spec	23 Apr 2008 01:59:23 -0000	1.10
+++ petitboot.spec	18 Sep 2008 18:14:23 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:		petitboot
 Version:	0.0.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Graphical kexec-based bootloader, originally for PlayStation 3
 
 Group:		System Environment/Base
@@ -66,6 +66,9 @@
 
 
 %changelog
+* Thu Sep 18 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.0.1-10
+- Build fix: include <linux/limits.h> in devices/udev-helper.c.  FTBFS BZ#434110
+
 * Wed Apr 23 2008 David Woodhouse <dwmw2 at infradead.org> 0.0.1-9
 - Build fix: include <limits.h> in devices/udev-helper.c
 




More information about the fedora-extras-commits mailing list