Hello community, here is the log from the commit of package syslinux for openSUSE:Factory checked in at 2012-05-08 12:29:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslinux (Old) and /work/SRC/openSUSE:Factory/.syslinux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslinux", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes 2011-09-23 12:47:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes 2012-05-08 12:29:18.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 8 11:22:14 CEST 2012 - [email protected] + +- fix build with latest kernel headers + +------------------------------------------------------------------- New: ---- syslinux-4.04-umode.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslinux.spec ++++++ --- /var/tmp/diff_new_pack.NRaGyq/_old 2012-05-08 12:29:19.000000000 +0200 +++ /var/tmp/diff_new_pack.NRaGyq/_new 2012-05-08 12:29:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package syslinux # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,20 @@ # - Name: syslinux ExclusiveArch: %ix86 x86_64 -BuildRequires: libpng-devel nasm netpbm python xz +BuildRequires: libpng-devel +BuildRequires: nasm +BuildRequires: netpbm +BuildRequires: python +BuildRequires: xz Url: http://syslinux.zytor.com/ -License: GPL-2.0+ -Group: System/Boot Requires: mtools -AutoReqProv: on Summary: Boot Loader for Linux +License: GPL-2.0+ +Group: System/Boot Version: 4.04 -Release: 10 +Release: 0 Source: %{name}-%{version}.tar.bz2 Source1: isolinux-config Source2: README.gfxboot @@ -37,6 +39,7 @@ Patch3: %{name}-%{version}-mboot_bootif.diff Patch4: %{name}-%{version}-isohybrid-hex-option-parsing.diff Patch5: %{name}-%{version}-md5pass.diff +Patch6: %{name}-%{version}-umode.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -59,6 +62,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p0 %build cp %{SOURCE2} . ++++++ syslinux-4.04-umode.diff ++++++ --- libinstaller/linuxioctl.h 2011-04-18 23:24:17.000000000 +0200 +++ libinstaller/linuxioctl.h 2012-05-08 11:20:12.864813538 +0200 @@ -19,6 +19,7 @@ #undef SECTOR_SIZE /* Defined in msdos_fs.h for no good reason */ #undef SECTOR_BITS +typedef unsigned short umode_t; /* moved into __KERNEL__ */ #include <linux/ext2_fs.h> /* EXT2_IOC_* */ #ifndef FAT_IOCTL_GET_ATTRIBUTES -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
