update to 1.3.2 [release 1.3.2-1mamba;Fri Oct 03 2014]
This commit is contained in:
parent
0219cfa2ee
commit
3921c32b26
@ -1,6 +1,6 @@
|
||||
%define nopermfs_gid 32
|
||||
Name: postplug
|
||||
Version: 1.3.0
|
||||
Version: 1.3.2
|
||||
Release: 1mamba
|
||||
Summary: Pluggable boot-time configuration tool
|
||||
Group: System/Tools
|
||||
@ -14,6 +14,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
Requires: /usr/bin/mktemp
|
||||
Requires: ncurses-dialog
|
||||
Requires: pciutils
|
||||
@ -27,6 +28,7 @@ Requires: setserial
|
||||
Requires: coreutils
|
||||
Requires: dhcp-server
|
||||
Requires(post): systemd-core
|
||||
%systemd_requires
|
||||
Obsoletes: %{name}-distrolive
|
||||
Provides: %{name}-distrolive
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -145,7 +147,6 @@ exit 0
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/smart/distro.d/96-unlock-workaround.py
|
||||
%{_initrddir}/%{name}
|
||||
%{_sysconfdir}/logrotate.d/%{name}
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%{_sysconfdir}/%{name}/%{name}.defs
|
||||
@ -177,7 +178,7 @@ exit 0
|
||||
/sbin/%{name}
|
||||
/sbin/nvidia-autoselect-driver
|
||||
%{_sbindir}/updfstab
|
||||
/lib/systemd/system/postplug.service
|
||||
%{_unitdir}/postplug.service
|
||||
/lib/udev/android_usb
|
||||
/lib/udev/rules.d/76-android_usb.rules
|
||||
%dir %{_localstatedir}/lib/%{name}/new
|
||||
@ -195,6 +196,12 @@ exit 0
|
||||
%{_sysconfdir}/%{name}/rc%{name}.d/30xorg
|
||||
|
||||
%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
|
||||
- update to 1.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user