From a2df5369ee0d6dc7a270c1eca626301050ac1670 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:28:12 +0100 Subject: [PATCH] update to 1.5.0 [release 1.5.0-1mamba;Sun Apr 25 2021] --- postplug.spec | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/postplug.spec b/postplug.spec index e838948..fff82fb 100644 --- a/postplug.spec +++ b/postplug.spec @@ -1,6 +1,6 @@ %define nopermfs_gid 32 Name: postplug -Version: 1.4.2 +Version: 1.5.0 Release: 1mamba Summary: Pluggable boot-time configuration tool Group: System/Tools @@ -28,26 +28,14 @@ Requires: coreutils Requires: dhcp-server Requires(post): systemd-core %systemd_requires -Obsoletes: %{name}-distrolive +Obsoletes: %{name}-distrolive < 1.5.0 Provides: %{name}-distrolive -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is the pluggable boot-time configuration tool. The main task of this tool is to configure the system for the hardware that as been detected by hotplug, for the X server and other settings such as timezone ecc. Postplug is run after system installation to complete the configuration and is run on every boot in order to check that everything is still well configured. -%package distrolive -Summary: Postplug addon for Live distributions -Group: System/Tools -Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} -#Requires: qilinux-live >= 1.1 -Obsoletes: %{name}-qilive -Provides: %{name}-qilive = %{?epoch:%epoch:}%{version}-%{release} - -%description distrolive -This package is an addon to postplug for Live distributions. - %package xorg Summary: Xorg configuration plugin for %{name} Group: System/Tools @@ -196,9 +184,11 @@ exit 0 %defattr(-,root,root) %{_sysconfdir}/%{name}/%{name}.d/xorg %{_sysconfdir}/%{name}/rc%{name}.d/30xorg -%{_sbindir}/update-alternatives-set-dri %changelog +* Sun Apr 25 2021 Silvan Calarco 1.5.0-1mamba +- update to 1.5.0 + * Sun Dec 20 2020 Silvan Calarco 1.4.2-1mamba - update to 1.4.2 - dropped requirement for ncurses-dialog