From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] systemd: Update to 233 Date: Fri, 11 Aug 2017 19:51:08 +0200 Message-ID: <20170811175108.26781-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1294601729035902569==" List-Id: --===============1294601729035902569== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major update for systemd to version 233. * Drop support for the audit subsystem. Signed-off-by: Stefan Schantl --- systemd/systemd.nm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 52137f9..037f783 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D systemd -version =3D 232 -release =3D 2 +version =3D 233 +release =3D 1 =20 maintainer =3D Stefan Schantl groups =3D System/Base @@ -38,7 +38,6 @@ build autoconf automake attr-devel - audit-devel cryptsetup-luks-devel >=3D 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 =20 + # Generate temporary machine-id, which is required at least by the id128 t= est. + systemd-machine-id-setup + # Run the testsuite. make check || true end @@ -188,6 +190,9 @@ build =20 mkdir -pv %{BUILDROOT}/var/log/journal chown root:systemd-journal %{BUILDROOT}/var/log/journal + + # Create empty environment file. + touch %{BUILDROOT}%{sysconfdir}/environment end end =20 --=20 2.9.4 --===============1294601729035902569==--