Bug 888071 - warning: %postun(libvirt-client-0.10.2.2-2.fc18.x86_64) scriptlet failed, exit status 1
Summary: warning: %postun(libvirt-client-0.10.2.2-2.fc18.x86_64) scriptlet failed, exi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 888143 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-17 23:33 UTC by Cole Robinson
Modified: 2013-01-06 20:12 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-06 20:12:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Cole Robinson 2012-12-17 23:33:18 UTC
$ sudo rpm -e --nodeps libvirt-client
/sbin/ldconfig: relative path `0' used to build cache
warning: %postun(libvirt-client-0.10.2.2-2.fc18.x86_64) scriptlet failed, exit status 1

Some info here:
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets

Fix is:

diff --git a/libvirt.spec b/libvirt.spec
index ccf1d97..f9ff5f3 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -1588,8 +1588,9 @@ fi
 /sbin/chkconfig --add libvirt-guests
 %endif
 
-%postun client -p /sbin/ldconfig
+%postun client
 
+/sbin/ldconfig
 %if %{with_systemd}
 %if %{with_systemd_macros}
 %systemd_postun_with_restart libvirt-guests.service

Comment 2 Peter Krempa 2012-12-18 07:41:06 UTC
*** Bug 888143 has been marked as a duplicate of this bug. ***

Comment 3 Fedora Update System 2012-12-18 15:17:38 UTC
libvirt-0.10.2.2-3.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/libvirt-0.10.2.2-3.fc18

Comment 4 Fedora Update System 2012-12-20 05:37:49 UTC
libvirt-0.10.2.2-3.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.