From 70d979fd6432264ebe63953e947e0c3284ac939b Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Fri, 29 Jun 2018 13:00:30 +0200 Subject: [PATCH] Use new ldconfig_scriptlets macro in spec --- libbytesize.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libbytesize.spec b/libbytesize.spec index 09c2f8e..2e1e782 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -18,7 +18,7 @@ Name: libbytesize Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize @@ -90,8 +90,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %find_lang %{name} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -f %{name}.lang @@ -123,6 +122,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Fri Jun 29 2018 Vojtech Trefny - 1.3-3 +- Use new ldconfig_scriptlets macro in spec + * Fri Jun 15 2018 Miro HronĨok - 1.3-2 - Rebuilt for Python 3.7