protect install-info in the rpm scriptlets (#1467299)
This commit is contained in:
parent
4fc6914d07
commit
e3a78d20c9
10
libffi.spec
10
libffi.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libffi
|
Name: libffi
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: A portable foreign function interface library
|
Summary: A portable foreign function interface library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -100,11 +100,11 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libffi-%{version}
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/libffi.info.gz
|
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/libffi.info.gz || :
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
if [ $1 = 0 ] ;then
|
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
|
fi
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -124,6 +124,10 @@ fi
|
|||||||
%{_infodir}/libffi.info.gz
|
%{_infodir}/libffi.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 5 2017 Jens Petersen <petersen@redhat.com> - 3.1-12
|
||||||
|
- protect install-info in the rpm scriptlets
|
||||||
|
https://fedoraproject.org/wiki/Packaging:Scriptlets#Texinfo
|
||||||
|
|
||||||
* Tue Jun 20 2017 Anthony Green <green@redhat.com> - 3.1-11
|
* Tue Jun 20 2017 Anthony Green <green@redhat.com> - 3.1-11
|
||||||
- fix exec stack problem on aarch64 build
|
- fix exec stack problem on aarch64 build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user