Hello community, here is the log from the commit of package jfsutils for openSUSE:Factory checked in at 2018-08-07 09:40:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jfsutils (Old) and /work/SRC/openSUSE:Factory/.jfsutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jfsutils" Tue Aug 7 09:40:34 2018 rev:23 rq:626999 version:1.1.15 Changes: -------- --- /work/SRC/openSUSE:Factory/jfsutils/jfsutils.changes 2015-03-29 20:15:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jfsutils.new/jfsutils.changes 2018-08-07 09:40:35.657050453 +0200 @@ -1,0 +2,5 @@ +Wed Aug 1 13:25:53 UTC 2018 - [email protected] + +- sysmacros.patch: include <sys/sysmacros.h> for major + +------------------------------------------------------------------- New: ---- sysmacros.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jfsutils.spec ++++++ --- /var/tmp/diff_new_pack.2UiLhb/_old 2018-08-07 09:40:36.189051380 +0200 +++ /var/tmp/diff_new_pack.2UiLhb/_new 2018-08-07 09:40:36.193051387 +0200 @@ -1,7 +1,7 @@ # # spec file for package jfsutils # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Version: 1.1.15 Release: 0 Summary: IBM JFS Utility Programs -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Filesystems Url: http://jfs.sf.net Source0: http://jfs.sourceforge.net/project/pub/%{name}-%{version}.tar.gz @@ -31,6 +31,7 @@ Source4: jfsroot.html Source5: jfs.txt Patch1: jfs-headers.patch +Patch2: sysmacros.patch BuildRequires: e2fsprogs-devel Provides: jfsprogs = %{version} Obsoletes: jfsprogs < %{version} @@ -54,6 +55,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 %build sed -i -e 's@^\./"@\." @' fsck/jfs_fsck.8 \ ++++++ sysmacros.patch ++++++ Index: jfsutils-1.1.15/libfs/devices.c =================================================================== --- jfsutils-1.1.15.orig/libfs/devices.c +++ jfsutils-1.1.15/libfs/devices.c @@ -40,6 +40,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> +#include <sys/sysmacros.h> #if defined(__DragonFly__) #include <machine/param.h> #include <sys/diskslice.h>
