update to 4.93.0 [release 4.93.0-1mamba;Sat Oct 12 2019]
This commit is contained in:
parent
f9c91417fd
commit
3a8824ea97
@ -4,7 +4,7 @@
|
||||
%define lpadmin_uid 65032
|
||||
%define lpadmin_gid 65032
|
||||
Name: livecd-tools
|
||||
Version: 4.92.0
|
||||
Version: 4.93.0
|
||||
Release: 1mamba
|
||||
Summary: Live cd environment and utilities
|
||||
Group: System/Tools
|
||||
@ -71,6 +71,9 @@ Calamares installer configuration for the openmamba distribution.
|
||||
%makeinstall \
|
||||
libdir=%{_libdir}
|
||||
|
||||
# ???
|
||||
rm -f %{buildroot}%{_sysconfdir}/calamares/branding/openmamba/.#show.qml
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
@ -186,7 +189,14 @@ fi
|
||||
%{_sysconfdir}/calamares/settings.conf
|
||||
%dir %{_sysconfdir}/calamares/branding
|
||||
%dir %{_sysconfdir}/calamares/branding/openmamba
|
||||
%{_sysconfdir}/calamares/branding/openmamba/*
|
||||
%{_sysconfdir}/calamares/branding/openmamba/branding.desc
|
||||
%{_sysconfdir}/calamares/branding/openmamba/show.qml
|
||||
%{_sysconfdir}/calamares/branding/openmamba/stylesheet.qss
|
||||
%{_sysconfdir}/calamares/branding/openmamba/*.jpg
|
||||
%{_sysconfdir}/calamares/branding/openmamba/*.png
|
||||
%dir %{_sysconfdir}/calamares/branding/openmamba/lang
|
||||
%{_sysconfdir}/calamares/branding/openmamba/lang/*.ts
|
||||
%{_sysconfdir}/calamares/branding/openmamba/lang/*.qm
|
||||
%dir %{_sysconfdir}/calamares/modules
|
||||
%{_sysconfdir}/calamares/modules/*.conf
|
||||
%dir %{_libdir}/calamares/modules/openmamba-postinstall
|
||||
@ -204,6 +214,9 @@ fi
|
||||
%attr(-,liveuser,users) /home/liveuser/.kde4/share/config/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.93.0-1mamba
|
||||
- update to 4.93.0
|
||||
|
||||
* Fri Sep 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.92.0-1mamba
|
||||
- update to 4.92.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user