update to 1.3.2 [release 1.3.2-1mamba;Fri Oct 03 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 10:28:10 +01:00
parent 0219cfa2ee
commit 3921c32b26

View File

@ -1,6 +1,6 @@
%define nopermfs_gid 32 %define nopermfs_gid 32
Name: postplug Name: postplug
Version: 1.3.0 Version: 1.3.2
Release: 1mamba Release: 1mamba
Summary: Pluggable boot-time configuration tool Summary: Pluggable boot-time configuration tool
Group: System/Tools Group: System/Tools
@ -14,6 +14,7 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: libsystemd-devel
Requires: /usr/bin/mktemp Requires: /usr/bin/mktemp
Requires: ncurses-dialog Requires: ncurses-dialog
Requires: pciutils Requires: pciutils
@ -27,6 +28,7 @@ Requires: setserial
Requires: coreutils Requires: coreutils
Requires: dhcp-server Requires: dhcp-server
Requires(post): systemd-core Requires(post): systemd-core
%systemd_requires
Obsoletes: %{name}-distrolive Obsoletes: %{name}-distrolive
Provides: %{name}-distrolive Provides: %{name}-distrolive
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -145,7 +147,6 @@ exit 0
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/smart/distro.d/96-unlock-workaround.py %{_sysconfdir}/smart/distro.d/96-unlock-workaround.py
%{_initrddir}/%{name}
%{_sysconfdir}/logrotate.d/%{name} %{_sysconfdir}/logrotate.d/%{name}
%dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/%{name}.defs %{_sysconfdir}/%{name}/%{name}.defs
@ -177,7 +178,7 @@ exit 0
/sbin/%{name} /sbin/%{name}
/sbin/nvidia-autoselect-driver /sbin/nvidia-autoselect-driver
%{_sbindir}/updfstab %{_sbindir}/updfstab
/lib/systemd/system/postplug.service %{_unitdir}/postplug.service
/lib/udev/android_usb /lib/udev/android_usb
/lib/udev/rules.d/76-android_usb.rules /lib/udev/rules.d/76-android_usb.rules
%dir %{_localstatedir}/lib/%{name}/new %dir %{_localstatedir}/lib/%{name}/new
@ -195,6 +196,12 @@ exit 0
%{_sysconfdir}/%{name}/rc%{name}.d/30xorg %{_sysconfdir}/%{name}/rc%{name}.d/30xorg
%changelog %changelog
* Fri Oct 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba
- update to 1.3.2
* Fri Oct 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
- update to 1.3.1
* Fri Aug 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba * Fri Aug 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- update to 1.3.0 - update to 1.3.0