Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1471135 Details for
Bug 1609331
libffi: Uninstall of libffi-devel fails with tsflags=nodocs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rhel-7.6
Fix-uninstall-with-tsflagsnodocs-1609331.patch (text/plain), 1.37 KB, created by
Yaakov Selkowitz
on 2018-07-27 15:27:37 UTC
(
hide
)
Description:
Patch for rhel-7.6
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2018-07-27 15:27:37 UTC
Size:
1.37 KB
patch
obsolete
>From c5594053c183fdaafc567e3df2ae407a7eae5074 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowi@redhat.com> >Date: Fri, 27 Jul 2018 10:27:09 -0500 >Subject: [PATCH] Fix uninstall with tsflags=nodocs (#1609331) > >--- > libffi.spec | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/libffi.spec b/libffi.spec >index 7f2919b..d3414d9 100644 >--- a/libffi.spec >+++ b/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 >+* Fri Jul 27 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 3.0.13-19 >+- Fix uninstall with tsflags=nodocs (#1609331) >+ > * Tue Apr 5 2016 Andrew Haley <aph@redhat.com> - 3.0.13-18 > - closures: Create temporary file with O_TMPFILE and O_CLOEXEC > - Resolves: RHBZ1151568 >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1609331
: 1471135