From 193aab0ca3aeb20133c5fe28fc88bc4857a16840 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:36:16 +0100 Subject: [PATCH] Release 218-1mamba --- systemd-218-glibc-2.19.patch | 12 ++++++++++++ systemd.spec | 10 ++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 systemd-218-glibc-2.19.patch diff --git a/systemd-218-glibc-2.19.patch b/systemd-218-glibc-2.19.patch new file mode 100644 index 0000000..91e83c2 --- /dev/null +++ b/systemd-218-glibc-2.19.patch @@ -0,0 +1,12 @@ +--- systemd-218/src/tmpfiles/tmpfiles.c.orig 2015-01-02 01:33:20.450888674 +0100 ++++ systemd-218/src/tmpfiles/tmpfiles.c 2015-01-02 01:31:34.421960789 +0100 +@@ -38,8 +38,8 @@ + #include + #include + #include +-#include + #include ++#include + + #include "log.h" + #include "util.h" diff --git a/systemd.spec b/systemd.spec index 65ade55..0ff47b2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -24,8 +24,8 @@ Name: systemd Epoch: 2 -Version: 217 -Release: 4mamba +Version: 218 +Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -52,6 +52,7 @@ Patch6: systemd-207-swap_fix_reverse_dependencies.patch Patch7: systemd-207-create_wants_symlink.patch Patch8: systemd-208-journald-reduce-sizes.patch Patch9: systemd-216-sysv-generator-use-native-targets.patch +Patch10: systemd-218-glibc-2.19.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -75,6 +76,7 @@ BuildRequires: pam-devel ## AUTOBUILDREQ-END BuildRequires: vala-tools BuildRequires: libmicrohttpd-devel +BuildRequires: libmount-devel Conflicts: sysvinit Conflicts: initscripts-sysv5 Requires: sysvinit-tools @@ -199,6 +201,7 @@ This package include development files for building software using udev librarie #%patch6 -p1 #%patch7 -p1 %patch9 -p1 +%patch10 -p1 %build %configure \ @@ -630,6 +633,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Fri Jan 02 2015 Automatic Build System 218-1mamba +- automatic version update by autodist + * Sun Nov 30 2014 Silvan Calarco 217-4mamba - check for kernel and mkinitrd existence before running mkinitrd