update to 2.8.1
require calamares [release 2.8.1-1mamba;Sat Feb 07 2015]
This commit is contained in:
parent
3ee71b6022
commit
9b4580628a
@ -2,7 +2,7 @@
|
||||
%define lpadmin_uid 65032
|
||||
%define lpadmin_gid 65032
|
||||
Name: livecd-tools
|
||||
Version: 2.8.0
|
||||
Version: 2.8.1
|
||||
Release: 1mamba
|
||||
Summary: Live cd environment and utilities
|
||||
Group: System/Tools
|
||||
@ -14,11 +14,8 @@ Source0: http://gitlab.mambasoft.it/openmamba/livecd-tools.git/v%{version}
|
||||
#Source1: qiuser-home.tar.bz2
|
||||
Source2: %{name}-Autostart-setkeyboard
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Obsoletes: qilinux-live
|
||||
Provides: qilinux-live
|
||||
%if "%{stage1}" != "1"
|
||||
Requires: kommander
|
||||
Requires: parted
|
||||
@ -33,10 +30,12 @@ Requires(post):sudo
|
||||
Requires(post):system-base-openmamba
|
||||
Requires(post):desktop-base-openmamba
|
||||
Requires(pre): postplug
|
||||
Requires: calamares
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: grub
|
||||
Requires: grub-efi-x86_64
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
%description
|
||||
Live cd utilities:
|
||||
@ -114,6 +113,13 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null
|
||||
|
||||
%files -f installer.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/calamares
|
||||
%{_sysconfdir}/calamares/settings.conf
|
||||
%dir %{_sysconfdir}/calamares/branding
|
||||
%dir %{_sysconfdir}/calamares/branding/openmamba
|
||||
%{_sysconfdir}/calamares/branding/openmamba/*
|
||||
%dir %{_sysconfdir}/calamares/modules
|
||||
%{_sysconfdir}/calamares/modules/*.conf
|
||||
%{_sysconfdir}/systemd/system/autovt@.service
|
||||
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/installer
|
||||
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/liveuser
|
||||
@ -135,6 +141,10 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null
|
||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1mamba
|
||||
- update to 2.8.1
|
||||
- require calamares
|
||||
|
||||
* Sun Jan 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.0-1mamba
|
||||
- update to 2.8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user