From ac7633f4e1ee380af5fe3a8564fd77ca7afb3b90 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:28:11 +0100 Subject: [PATCH] update to 1.3.7 [release 1.3.7-1mamba;Sun Feb 08 2015] --- postplug.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/postplug.spec b/postplug.spec index 63d726e..a802d2a 100644 --- a/postplug.spec +++ b/postplug.spec @@ -1,6 +1,6 @@ %define nopermfs_gid 32 Name: postplug -Version: 1.3.6 +Version: 1.3.7 Release: 1mamba Summary: Pluggable boot-time configuration tool Group: System/Tools @@ -80,11 +80,13 @@ This package provides a sound configuration plugin for %{name}. %setup -q %build -%make +%make \ + libdir=%{_libdir} %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall \ + libdir=%{_libdir} install -d %{buildroot}%{_sysconfdir}/rc.d/rcsysinit.d ln -sf ../init.d/%{name} \ @@ -198,6 +200,9 @@ exit 0 /sbin/update-alternatives-set-dri %changelog +* Sun Feb 08 2015 Silvan Calarco 1.3.7-1mamba +- update to 1.3.7 + * Sat Jan 17 2015 Silvan Calarco 1.3.6-1mamba - update to 1.3.6