update to 1.5.0 [release 1.5.0-1mamba;Sun Apr 25 2021]
This commit is contained in:
parent
77a8f33cac
commit
a2df5369ee
@ -1,6 +1,6 @@
|
|||||||
%define nopermfs_gid 32
|
%define nopermfs_gid 32
|
||||||
Name: postplug
|
Name: postplug
|
||||||
Version: 1.4.2
|
Version: 1.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Pluggable boot-time configuration tool
|
Summary: Pluggable boot-time configuration tool
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -28,26 +28,14 @@ Requires: coreutils
|
|||||||
Requires: dhcp-server
|
Requires: dhcp-server
|
||||||
Requires(post): systemd-core
|
Requires(post): systemd-core
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
Obsoletes: %{name}-distrolive
|
Obsoletes: %{name}-distrolive < 1.5.0
|
||||||
Provides: %{name}-distrolive
|
Provides: %{name}-distrolive
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is the pluggable boot-time configuration tool.
|
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.
|
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.
|
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
|
%package xorg
|
||||||
Summary: Xorg configuration plugin for %{name}
|
Summary: Xorg configuration plugin for %{name}
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -196,9 +184,11 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/%{name}/%{name}.d/xorg
|
%{_sysconfdir}/%{name}/%{name}.d/xorg
|
||||||
%{_sysconfdir}/%{name}/rc%{name}.d/30xorg
|
%{_sysconfdir}/%{name}/rc%{name}.d/30xorg
|
||||||
%{_sbindir}/update-alternatives-set-dri
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
||||||
- update to 1.4.2
|
- update to 1.4.2
|
||||||
- dropped requirement for ncurses-dialog
|
- dropped requirement for ncurses-dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user