update to 1.5.0 [release 1.5.0-1mamba;Sun Apr 25 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:28:12 +01:00
parent 77a8f33cac
commit a2df5369ee

View File

@ -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 <silvan.calarco@mambasoft.it> 1.5.0-1mamba
- update to 1.5.0
* Sun Dec 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
- update to 1.4.2
- dropped requirement for ncurses-dialog