From 2b8dfe67b7bdd94c141bf7714940a253e19374fa Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 10 Aug 2017 19:53:29 +0200 Subject: [PATCH] util-linux: Update to 2.30.1 This is a major update to the latest stable version of util-linux. * Remove support for audit subsystem * New sub-package libfdisk * Adjust download URL Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- util-linux/util-linux.nm | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm index c89e3bfe0..9d4c1a447 100644 --- a/util-linux/util-linux.nm +++ b/util-linux/util-linux.nm @@ -4,11 +4,11 @@ ############################################################################### name = util-linux -major_ver = 2.28 -minor_ver = 2 +major_ver = 2.30 +minor_ver = 1 #version = %{major_ver} version = %{major_ver}.%{minor_ver} -release = 2 +release = 1 maintainer = Stefan Schantl groups = System/Base @@ -23,11 +23,10 @@ description program. end -source_dl = ftp://ftp.kernel.org/pub/linux/utils/util-linux/v%{major_ver}/ +source_dl = https://www.kernel.org/pub/linux/utils/%{name}/v%{major_ver}/ build requires - audit-devel automake >= 1.15 coreutils >= 8.19 gettext @@ -56,7 +55,6 @@ build --enable-runuser \ --enable-su \ --with-systemd \ - --with-audit \ --with-udev \ --disable-makeinstall-chown \ --disable-static \ @@ -273,6 +271,28 @@ packages end end + # Package information for libfdisk. + package libfdisk + summary = Partitioning library for fdisk-like programs. + description = %{summary} + + files + %{libdir}/libfdisk.* + end + end + + # Package information for libfdisk-devel. + package libfidsk-devel + summary = Development library and headers of libfdisk. + description = %{summary} + + files + %{includedir}/libfdisk/* + %{libdir}/libfdisk.so + %{libdir}/pkgconfig/fdisk.pc + end + end + package uuidd summary = Helper daemon to guarantee uniqueness of time-based UUIDs. description -- 2.39.2