update to 3.0.1 [release 3.0.1-1mamba;Sun Sep 13 2015]
This commit is contained in:
parent
758cc3365a
commit
e759672534
@ -2,7 +2,7 @@
|
||||
%define lpadmin_uid 65032
|
||||
%define lpadmin_gid 65032
|
||||
Name: livecd-tools
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1mamba
|
||||
Summary: Live cd environment and utilities
|
||||
Group: System/Tools
|
||||
@ -125,6 +125,8 @@ fi
|
||||
%posttrans -n live-user-environment
|
||||
gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null
|
||||
if [ $1 -eq 1 ]; then
|
||||
systemctl -q daemon-reload
|
||||
systemctl -q enable eject
|
||||
# Configure KDM for autologin
|
||||
if [ -e /opt/kde/share/config/kdm/kdmrc ]; then
|
||||
sed -i 's|[#]*AutoLoginEnable=.*|AutoLoginEnable=true|' \
|
||||
@ -170,6 +172,7 @@ fi
|
||||
%files -n live-user-environment
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/systemd/system/autovt@.service
|
||||
%{_sysconfdir}/systemd/system/eject.service
|
||||
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/liveuser
|
||||
%attr(-,liveuser,users) %dir /home/liveuser/.kde4
|
||||
%attr(-,liveuser,users) %dir /home/liveuser/.kde4/share
|
||||
@ -177,6 +180,9 @@ fi
|
||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-1mamba
|
||||
- update to 3.0.1
|
||||
|
||||
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
|
||||
- update to 3.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user