]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
util-linux: Update to 2.30.1
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 10 Aug 2017 17:53:29 +0000 (19:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Aug 2017 16:44:50 +0000 (17:44 +0100)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
util-linux/util-linux.nm

index c89e3bfe01e1b54c4c4f4ab386022927dabac709..9d4c1a4475f3f197143cd2dea0377991e593a439 100644 (file)
@@ -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 <stefan.schantl@ipfire.org>
 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