Accepting request 1199436 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1199436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=92
This commit is contained in:
Ana Guerrero 2024-09-09 12:43:10 +00:00 committed by Git OBS Bridge
commit ea3df125a2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 4 02:48:35 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>
- Remove script in %pre to change ownership of /var/lib/colord
(bsc#1208056).
-------------------------------------------------------------------
Thu Jul 25 12:16:44 UTC 2024 - Martin Jambor <mjambor@suse.com>

View File

@ -193,8 +193,6 @@ install -Dm0644 %{SOURCE4} %{buildroot}%{_sysusersdir}/%{name}.conf
%pre -f %{name}.pre
%service_add_pre %{name}.service
# Fix ownership of /var/lib/colord from first packages (in 12.1)
test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord %{_localstatedir}/lib/colord
%preun
%service_del_preun %{name}.service