* [PATCH] util-linux: Update to 2.30.1
@ 2017-08-10 17:53 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2017-08-10 17:53 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]
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(a)ipfire.org>
---
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 c89e3bf..9d4c1a4 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 <stefan.schantl(a)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
--
2.9.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-10 17:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 17:53 [PATCH] util-linux: Update to 2.30.1 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox