From 450b02fc7fa72388bcc57cbea5e8803a845d49d8 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:38:41 +0100 Subject: [PATCH] Release 242-3mamba --- systemd.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index 4ff65e9..5255e95 100644 --- a/systemd.spec +++ b/systemd.spec @@ -27,7 +27,7 @@ Name: systemd Epoch: 2 Version: 242 -Release: 2mamba +Release: 3mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -215,6 +215,7 @@ This package include development files for building software using udev librarie %prep %setup -q +%define _default_patch_fuzz 1 #-D -T #:<< _EOF #%patch0 -p1 @@ -266,7 +267,8 @@ meson build \ -Dtty-gid=4 \ -Dusers-gid=100 \ -Dsplit-usr=true \ - -Drc-local=/etc/rc.d/init.d/rc.local \ + -Dsysvinit-path=%{_initrddir} \ + -Drc-local=%{_initrddir}/rc.local \ -Ddebug-shell=/bin/sh \ -Dsystem-uid-max=998 \ -Dsystem-gid-max=998 \ @@ -486,7 +488,7 @@ fi %files %defattr(-,root,root) -%{_sysconfdir}/init.d/README +%{_initrddir}/README /sbin/halt /sbin/init /sbin/poweroff @@ -708,6 +710,9 @@ fi %{_libdir}/pkgconfig/libudev.pc %changelog +* Mon Jul 22 2019 Silvan Calarco 242-3mamba +- set sysvinit-path=%{_initrddir} + * Thu Jul 11 2019 Silvan Calarco 242-2mamba - rebuilt with iptables 1.8.3