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
|
%define distroicon openmamba
|
||||||
|
|
||||||
Name: desktop-base-openmamba
|
Name: desktop-base-openmamba
|
||||||
Version: 2024.04.05
|
Version: 2024.11.01
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: openmamba default desktop theme and menu entries
|
Summary: openmamba default desktop theme and menu entries
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -174,6 +174,14 @@ _EOF
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{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
|
%files -n system-base-openmamba -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/dnf/protected.d/system-base-openmamba.conf
|
%{_sysconfdir}/dnf/protected.d/system-base-openmamba.conf
|
||||||
@ -186,6 +194,7 @@ _EOF
|
|||||||
%{_sysconfdir}/sudoers.d/dnf
|
%{_sysconfdir}/sudoers.d/dnf
|
||||||
%{_bindir}/os-makereport
|
%{_bindir}/os-makereport
|
||||||
%{_bindir}/openmamba-update
|
%{_bindir}/openmamba-update
|
||||||
|
%{_bindir}/sb-setup
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -197,6 +206,9 @@ _EOF
|
|||||||
%{_datadir}/openmamba/desktop/desktop-*.tar.bz2
|
%{_datadir}/openmamba/desktop/desktop-*.tar.bz2
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2024.04.05-3mamba
|
||||||
- recommend qt5-qtbase-plugins
|
- recommend qt5-qtbase-plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user