Accepting request 1080793 from devel:microos
- Remove unneeded cleanup of desktop drop-in - 20230420 - Correct location for Desktop drop-in config - Clean up invalid desktop drop-in file - 20230419 OBS-URL: https://build.opensuse.org/request/show/1080793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma-branding-MicroOS?expand=0&rev=5
This commit is contained in:
commit
f250855663
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 10:48:13 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Remove unneeded cleanup of desktop drop-in
|
||||
- 20230420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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: 20230420
|
||||
Release: 0
|
||||
|
||||
%description
|
||||
@ -58,8 +58,8 @@ 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
|
||||
|
||||
@ -73,7 +73,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