diff --git a/colord.changes b/colord.changes index 132e514..207b64c 100644 --- a/colord.changes +++ b/colord.changes @@ -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> diff --git a/colord.spec b/colord.spec index 6daa258..dc23063 100644 --- a/colord.spec +++ b/colord.spec @@ -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