From 0d7a04dfb7cdb9fc50b7ef492ba1c2434362b7bf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 12:32:51 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- colord.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/colord.spec b/colord.spec index ead912b..afc2eb3 100644 --- a/colord.spec +++ b/colord.spec @@ -19,7 +19,7 @@ Summary: Color daemon Name: colord Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -166,8 +166,7 @@ exit 0 %postun %systemd_postun colord.service -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files -f %{name}.lang %doc README.md AUTHORS NEWS COPYING @@ -283,6 +282,9 @@ exit 0 %{_datadir}/gtk-doc/html/colord/* %changelog +* Sat Feb 03 2018 Igor Gnatenko - 1.4.1-4 +- Switch to %%ldconfig_scriptlets + * Thu Jan 25 2018 Igor Gnatenko - 1.4.1-3 - Fix systemd executions/requirements