]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
systemd: Update to 233
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Aug 2017 17:51:08 +0000 (19:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Aug 2017 11:42:04 +0000 (12:42 +0100)
This is a major update for systemd to version 233.

* Drop support for the audit subsystem.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
systemd/systemd.nm

index 52137f9a806d18877e60efc009f1079bac871588..037f783dc226e21ab4fcdf3248eb47c580cb81fd 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = systemd
-version    = 232
-release    = 2
+version    = 233
+release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 groups     = System/Base
@@ -38,7 +38,6 @@ build
                autoconf
                automake
                attr-devel
-               audit-devel
                cryptsetup-luks-devel >= 1.4.2
                dbus-devel
                docbook-utils
@@ -101,6 +100,9 @@ build
                # Create dummy machine-id file, which is required for some tests.
                touch %{sysconfdir}/machine-id
 
+               # Generate temporary machine-id, which is required at least by the id128 test.
+               systemd-machine-id-setup
+
                # Run the testsuite.
                make check || true
        end
@@ -188,6 +190,9 @@ build
 
                mkdir -pv %{BUILDROOT}/var/log/journal
                chown root:systemd-journal %{BUILDROOT}/var/log/journal
+
+               # Create empty environment file.
+               touch %{BUILDROOT}%{sysconfdir}/environment
        end
 end