From 9c5559231cf947646d08b8406fedf2bc015e7078 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 02 2018 10:23:28 +0000 Subject: Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- diff --git a/sane-backends.spec b/sane-backends.spec index 4ecaa9b..f6a38c5 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -33,7 +33,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.27 -Release: 9%{?dist} +Release: 10%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -265,8 +265,7 @@ udevadm hwdb --update >/dev/null 2>&1 || : %postun udevadm hwdb --update >/dev/null 2>&1 || : -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %pre daemon getent group saned >/dev/null || groupadd -r saned @@ -338,6 +337,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Fri Feb 02 2018 Igor Gnatenko - 1.0.27-10 +- Switch to %%ldconfig_scriptlets + * Mon Jan 08 2018 Zdenek Dohnal - 1.0.27-9 - fixing configure option --with-usb - 1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL]