Avoid shell invocation and fix deps of libfdt %post* scripts.

https://bugzilla.redhat.com/show_bug.cgi?id=1045715
This commit is contained in:
Ville Skyttä 2013-12-21 14:43:51 +02:00 committed by Josh Boyer
parent ecabbe8780
commit 557f4a9e1b

View File

@ -1,6 +1,6 @@
Name: dtc Name: dtc
Version: 1.4.0 Version: 1.4.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Device Tree Compiler Summary: Device Tree Compiler
Group: Development/Tools Group: Development/Tools
License: GPLv2+ License: GPLv2+
@ -66,13 +66,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libfdt.so %{_libdir}/libfdt.so
%{_includedir}/* %{_includedir}/*
%post -n libfdt %post -n libfdt -p /sbin/ldconfig
/sbin/ldconfig
%postun -n libfdt %postun -n libfdt -p /sbin/ldconfig
/sbin/ldconfig
%changelog %changelog
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.4.0-3
- Avoid shell invocation and fix deps of libfdt %%post* scripts.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild