From 475d55d17232174d0659984ec449bb9c48246f92 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 31 2020 09:38:24 +0000 Subject: import libffi-3.0.13-19.el7 --- diff --git a/SPECS/libffi.spec b/SPECS/libffi.spec index 7f2919b..7bd3333 100644 --- a/SPECS/libffi.spec +++ b/SPECS/libffi.spec @@ -2,7 +2,7 @@ Name: libffi Version: 3.0.13 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A portable foreign function interface library Group: System Environment/Libraries @@ -120,11 +120,11 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %post devel -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/libffi.info.gz +/sbin/install-info --info-dir=%{_infodir} %{_infodir}/libffi.info.gz || : %preun devel if [ $1 = 0 ] ;then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/libffi.info.gz + /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/libffi.info.gz || : fi %postun -p /sbin/ldconfig @@ -144,6 +144,9 @@ fi %{_infodir}/libffi.info.gz %changelog +* Tue Jul 23 2019 DJ Delorie - 3.0.13-19 +- Allow libffi-devel uninstall even when docs are not installed (#1609331) + * Tue Apr 5 2016 Andrew Haley - 3.0.13-18 - closures: Create temporary file with O_TMPFILE and O_CLOEXEC - Resolves: RHBZ1151568