arm: removed requirement for calamares [release 4.0-2mamba;Thu Jan 04 2018]
This commit is contained in:
parent
2620c944f5
commit
0b18002d43
@ -5,7 +5,7 @@
|
|||||||
%define lpadmin_gid 65032
|
%define lpadmin_gid 65032
|
||||||
Name: livecd-tools
|
Name: livecd-tools
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Live cd environment and utilities
|
Summary: Live cd environment and utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,7 +13,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gitlab.mambasoft.it/openmamba/livecd-tools
|
URL: http://gitlab.mambasoft.it/openmamba/livecd-tools
|
||||||
Source0: http://gitlab.mambasoft.it/openmamba/livecd-tools.git/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: http://gitlab.mambasoft.it/openmamba/livecd-tools.git/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
#Source1: qiuser-home.tar.bz2
|
|
||||||
Source2: %{name}-Autostart-setkeyboard
|
Source2: %{name}-Autostart-setkeyboard
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -24,8 +23,10 @@ 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
|
||||||
|
%ifnarch arm
|
||||||
Requires: calamares
|
Requires: calamares
|
||||||
Requires: calamares-config-openmamba
|
Requires: calamares-config-openmamba
|
||||||
|
%endif
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: grub
|
Requires: grub
|
||||||
Requires: grub-efi-x86_64
|
Requires: grub-efi-x86_64
|
||||||
@ -53,7 +54,9 @@ Configure a default user ('liveuser') for live environment.
|
|||||||
%package -n calamares-config-openmamba
|
%package -n calamares-config-openmamba
|
||||||
Summary: Calamares installer configuration for the openmamba distribution
|
Summary: Calamares installer configuration for the openmamba distribution
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
|
%ifnarch arm
|
||||||
Requires: calamares
|
Requires: calamares
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n calamares-config-openmamba
|
%description -n calamares-config-openmamba
|
||||||
Calamares installer configuration for the openmamba distribution.
|
Calamares installer configuration for the openmamba distribution.
|
||||||
@ -195,6 +198,9 @@ fi
|
|||||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-2mamba
|
||||||
|
- arm: removed requirement for calamares
|
||||||
|
|
||||||
* Mon Jan 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
* Mon Jan 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
||||||
- update to 4.0
|
- update to 4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user