From 557f4a9e1b533b4efde70032f912faa5876a7892 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Dec 21 2013 13:34:43 +0000 Subject: Avoid shell invocation and fix deps of libfdt %post* scripts. https://bugzilla.redhat.com/show_bug.cgi?id=1045715 --- diff --git a/dtc.spec b/dtc.spec index 3f51654..c0fd937 100644 --- a/dtc.spec +++ b/dtc.spec @@ -1,6 +1,6 @@ Name: dtc Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Device Tree Compiler Group: Development/Tools License: GPLv2+ @@ -66,13 +66,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libfdt.so %{_includedir}/* -%post -n libfdt -/sbin/ldconfig +%post -n libfdt -p /sbin/ldconfig -%postun -n libfdt -/sbin/ldconfig +%postun -n libfdt -p /sbin/ldconfig %changelog +* Sat Dec 21 2013 Ville Skyttä - 1.4.0-3 +- Avoid shell invocation and fix deps of libfdt %%post* scripts. + * Sat Aug 03 2013 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild