update to 2.9.94 [release 2.9.94-1mamba;Sun Aug 16 2015]
This commit is contained in:
parent
53e7f2d093
commit
a37ab8efb3
@ -2,7 +2,7 @@
|
||||
%define lpadmin_uid 65032
|
||||
%define lpadmin_gid 65032
|
||||
Name: livecd-tools
|
||||
Version: 2.9.93
|
||||
Version: 2.9.94
|
||||
Release: 1mamba
|
||||
Summary: Live cd environment and utilities
|
||||
Group: System/Tools
|
||||
@ -23,6 +23,7 @@ Requires(post):system-base-openmamba
|
||||
Requires(post):desktop-base-openmamba
|
||||
Requires(pre): postplug
|
||||
Requires: calamares
|
||||
Requires: calamares-config-openmamba
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: grub
|
||||
Requires: grub-efi-x86_64
|
||||
@ -47,6 +48,14 @@ Requires: systemd
|
||||
%description -n live-user-environment
|
||||
Configure a default user ('liveuser') for live environment.
|
||||
|
||||
%package -n calamares-config-openmamba
|
||||
Summary: Calamares installer configuration for the openmamba distribution
|
||||
Group: System/Configuration
|
||||
Requires: calamares
|
||||
|
||||
%description -n calamares-config-openmamba
|
||||
Calamares installer configuration for the openmamba distribution.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -142,6 +151,11 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/applications/openmamba-installer.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/installer.png
|
||||
|
||||
%files -n calamares-config-openmamba
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/calamares
|
||||
%{_sysconfdir}/calamares/settings.conf
|
||||
%dir %{_sysconfdir}/calamares/branding
|
||||
@ -149,8 +163,6 @@ fi
|
||||
%{_sysconfdir}/calamares/branding/openmamba/*
|
||||
%dir %{_sysconfdir}/calamares/modules
|
||||
%{_sysconfdir}/calamares/modules/*.conf
|
||||
%{_datadir}/applications/openmamba-installer.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/installer.png
|
||||
%dir %{_libdir}/calamares/modules/openmamba-postinstall
|
||||
%{_libdir}/calamares/modules/openmamba-postinstall/main.py
|
||||
%{_libdir}/calamares/modules/openmamba-postinstall/module.desc
|
||||
@ -165,6 +177,12 @@ fi
|
||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.94-1mamba
|
||||
- update to 2.9.94
|
||||
|
||||
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.93-2mamba
|
||||
- added calamares-config-openmamba subpackage
|
||||
|
||||
* Thu Apr 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.93-1mamba
|
||||
- update to 2.9.93
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user