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