- Correct location for Desktop drop-in config
- Clean up invalid desktop drop-in file - 20230419 OBS-URL: https://build.opensuse.org/package/show/devel:microos/plasma-branding-MicroOS?expand=0&rev=13
This commit is contained in:
parent
38a753f413
commit
30647487ad
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 16:04:49 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Correct location for Desktop drop-in config
|
||||
- Clean up invalid desktop drop-in file
|
||||
- 20230419
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 16:26:45 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -35,7 +35,7 @@ Requires: libqt5-qdbus
|
||||
Requires: sound-theme-freedesktop
|
||||
Requires: transactional-update
|
||||
Conflicts: gnome-branding-MicroOS
|
||||
Version: 20230323
|
||||
Version: 20230419
|
||||
Release: 0
|
||||
|
||||
%description
|
||||
@ -58,10 +58,14 @@ install -d %{buildroot}%{_sysconfdir}/skel/.config/autostart
|
||||
install -m0644 mod-firstboot.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||
install -d %{buildroot}%{_bindir}
|
||||
install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot
|
||||
install -d %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.d
|
||||
install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
||||
install -d %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d
|
||||
install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
|
||||
|
||||
%post
|
||||
# Cleanup invalid (never used) location of 50-desktop.conf dropin
|
||||
if test %{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
||||
rm %{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
||||
fi
|
||||
|
||||
%postun
|
||||
|
||||
@ -73,7 +77,7 @@ install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional
|
||||
%dir %{_sysconfdir}/skel/.config/autostart
|
||||
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||
%{_bindir}/mod-firstboot
|
||||
%dir %{_prefix}%{_sysconfdir}/transactional-update.d
|
||||
%{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
||||
%dir %{_prefix}%{_sysconfdir}/transactional-update.conf.d
|
||||
%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user