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>
|
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: sound-theme-freedesktop
|
||||||
Requires: transactional-update
|
Requires: transactional-update
|
||||||
Conflicts: gnome-branding-MicroOS
|
Conflicts: gnome-branding-MicroOS
|
||||||
Version: 20230323
|
Version: 20230420
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%description
|
%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 -m0644 mod-firstboot.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot
|
install -m0755 mod-firstboot %{buildroot}%{_bindir}/mod-firstboot
|
||||||
install -d %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.d
|
install -d %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d
|
||||||
install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional
|
|||||||
%dir %{_sysconfdir}/skel/.config/autostart
|
%dir %{_sysconfdir}/skel/.config/autostart
|
||||||
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/mod-firstboot.desktop
|
||||||
%{_bindir}/mod-firstboot
|
%{_bindir}/mod-firstboot
|
||||||
%dir %{_prefix}%{_sysconfdir}/transactional-update.d
|
%dir %{_prefix}%{_sysconfdir}/transactional-update.conf.d
|
||||||
%{_prefix}%{_sysconfdir}/transactional-update.d/50-desktop.conf
|
%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user