From 804e4bb2e80274c32718985b1e52157e01e56481 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 29 Aug 2016 11:22:06 +0200 Subject: [PATCH] Add ldconfig scripts for libdfu and libebitdo subpackages --- fwupd.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fwupd.spec b/fwupd.spec index 5fcc190..e670b73 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -133,6 +133,12 @@ make check VERBOSE=1 /sbin/ldconfig %systemd_postun_with_restart fwupd.service +%post -n libdfu -p /sbin/ldconfig +%postun -n libdfu -p /sbin/ldconfig + +%post -n libebitdo -p /sbin/ldconfig +%postun -n libebitdo -p /sbin/ldconfig + %files -f %{name}.lang %doc README.md AUTHORS NEWS %license COPYING @@ -200,6 +206,7 @@ make check VERBOSE=1 * Mon Aug 29 2016 Kalev Lember 0.7.3-2 - Fix an unexpanded macro in the spec file - Tighten libebitdo-devel requires with the _isa macro +- Add ldconfig scripts for libdfu and libebitdo subpackages * Mon Aug 29 2016 Richard Hughes 0.7.3-1 - New upstream release