update to 5.0 [release 5.0-1mamba;Sun Jun 26 2022]
This commit is contained in:
parent
eb6aad412c
commit
f1780e0d76
@ -4,15 +4,15 @@
|
|||||||
%define lpadmin_uid 65032
|
%define lpadmin_uid 65032
|
||||||
%define lpadmin_gid 65032
|
%define lpadmin_gid 65032
|
||||||
Name: livecd-tools
|
Name: livecd-tools
|
||||||
Version: 4.20201108
|
Version: 5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Live cd environment and utilities
|
Summary: Live cd environment and utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
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: https://gitlab.mambasoft.it/openmamba/livecd-tools
|
||||||
Source0: http://gitlab.mambasoft.it/openmamba/livecd-tools.git/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://gitlab.mambasoft.it/openmamba/livecd-tools.git/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source2: %{name}-Autostart-setkeyboard
|
Source2: %{name}-Autostart-setkeyboard
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -31,6 +31,7 @@ Requires: calamares-config-openmamba
|
|||||||
Requires: grub
|
Requires: grub
|
||||||
Requires: grub-efi-x86_64
|
Requires: grub-efi-x86_64
|
||||||
%endif
|
%endif
|
||||||
|
Requires: openmamba-icons
|
||||||
Requires: live-user-environment
|
Requires: live-user-environment
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
@ -57,6 +58,7 @@ Group: System/Configuration
|
|||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
Requires: calamares
|
Requires: calamares
|
||||||
%endif
|
%endif
|
||||||
|
Requires: openmamba-icons
|
||||||
|
|
||||||
%description -n calamares-config-openmamba
|
%description -n calamares-config-openmamba
|
||||||
Calamares installer configuration for the openmamba distribution.
|
Calamares installer configuration for the openmamba distribution.
|
||||||
@ -172,7 +174,6 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/applications/openmamba-installer.desktop
|
%{_datadir}/applications/openmamba-installer.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/installer.png
|
|
||||||
|
|
||||||
%files -n calamares-config-openmamba
|
%files -n calamares-config-openmamba
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -199,12 +200,12 @@ fi
|
|||||||
%{_sysconfdir}/systemd/system/autovt@.service
|
%{_sysconfdir}/systemd/system/autovt@.service
|
||||||
%{_sysconfdir}/systemd/system/eject.service
|
%{_sysconfdir}/systemd/system/eject.service
|
||||||
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/liveuser
|
%attr(0440,root,root) %{_sysconfdir}/sudoers.d/liveuser
|
||||||
%attr(-,liveuser,users) %dir /home/liveuser/.kde4
|
%attr(-,liveuser,users) %dir /home/liveuser
|
||||||
%attr(-,liveuser,users) %dir /home/liveuser/.kde4/share
|
|
||||||
%attr(-,liveuser,users) %dir /home/liveuser/.kde4/share/config
|
|
||||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0-1mamba
|
||||||
|
- update to 5.0
|
||||||
|
|
||||||
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.20201108-1mamba
|
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.20201108-1mamba
|
||||||
- update to 4.20201108
|
- update to 4.20201108
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user