update to 2024.11.01 [release 2024.11.01-1mamba;Fri Nov 01 2024]
This commit is contained in:
parent
31dfed77d8
commit
e22e65abdd
@ -11,8 +11,8 @@
|
||||
%define distroicon openmamba
|
||||
|
||||
Name: desktop-base-openmamba
|
||||
Version: 2024.04.05
|
||||
Release: 3mamba
|
||||
Version: 2024.11.01
|
||||
Release: 1mamba
|
||||
Summary: openmamba default desktop theme and menu entries
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -174,6 +174,14 @@ _EOF
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%triggerpostun -n system-base-openmamba -- grub
|
||||
# Update for secure boot on grub update
|
||||
sb-setup -q || :
|
||||
|
||||
%transfiletriggerpostun -n system-base-openmamba -- /boot
|
||||
# Update for secure boot on kernel update
|
||||
sb-setup -q || :
|
||||
|
||||
%files -n system-base-openmamba -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dnf/protected.d/system-base-openmamba.conf
|
||||
@ -186,6 +194,7 @@ _EOF
|
||||
%{_sysconfdir}/sudoers.d/dnf
|
||||
%{_bindir}/os-makereport
|
||||
%{_bindir}/openmamba-update
|
||||
%{_bindir}/sb-setup
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -197,6 +206,9 @@ _EOF
|
||||
%{_datadir}/openmamba/desktop/desktop-*.tar.bz2
|
||||
|
||||
%changelog
|
||||
* Fri Nov 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2024.11.01-1mamba
|
||||
- update to 2024.11.01
|
||||
|
||||
* Tue Aug 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2024.04.05-3mamba
|
||||
- recommend qt5-qtbase-plugins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user