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 303207 Details for
Bug 442895
/usr/lib/libbaconvideowidget.so symbolic link broken
[?]
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]
Prevents alternatives configuration from being removed on upgrade
totem-2.23.1-no-alternatives-on-upgrade.patch (text/plain), 2.48 KB, created by
Stewart Adam
on 2008-04-21 21:14:58 UTC
(
hide
)
Description:
Prevents alternatives configuration from being removed on upgrade
Filename:
MIME Type:
Creator:
Stewart Adam
Created:
2008-04-21 21:14:58 UTC
Size:
2.48 KB
patch
obsolete
>? .build-2.23.1-2.fc9.log >? totem-2.23.0.tar.bz2 >? totem-2.23.1 >? totem-2.23.1-no-alternatives-on-upgrade.patch >? totem-backend-better-error-message.patch >Index: totem.spec >=================================================================== >RCS file: /cvs/extras/rpms/totem/devel/totem.spec,v >retrieving revision 1.184 >diff -u -r1.184 totem.spec >--- totem.spec 8 Apr 2008 20:40:37 -0000 1.184 >+++ totem.spec 20 Apr 2008 15:52:25 -0000 >@@ -10,7 +10,7 @@ > Summary: Movie player for GNOME > Name: totem > Version: 2.23.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: GPLv2 with exception > Group: Applications/Multimedia > URL: http://www.gnome.org/projects/totem/ >@@ -283,12 +283,18 @@ > fi > > %post gstreamer >-/usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 2 >-/sbin/ldconfig >+# Are doing a fresh install? >+if [ "${1}" -eq 1 ]; then >+ /usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 2 >+ /sbin/ldconfig >+fi > > %post xine >-/usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0 1 >-/sbin/ldconfig >+# Are doing a fresh install? >+if [ "${1}" -eq 1 ]; then >+ /usr/sbin/alternatives --install %{_libdir}/libbaconvideowidget.so.0.0.0 totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0 1 >+ /sbin/ldconfig >+fi > > %pre > if [ "$1" -gt 1 ]; then >@@ -319,13 +325,18 @@ > fi > > %postun gstreamer >-/usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 >-/sbin/ldconfig >+# are we uninstalling? >+if [ "${1}" -eq 0 ]; then >+ /usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 >+ /sbin/ldconfig >+fi > > %postun xine >-/usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0 >-/sbin/ldconfig >- >+# are we uninstalling? >+if [ "${1}" -eq 0 ]; then >+ /usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0 >+ /sbin/ldconfig >+fi > > %post mythtv > export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >@@ -427,6 +438,10 @@ > %endif > > %changelog >+* Sun Apr 20 2008 Stewart Adam <s.adam@diffingo.com> - 2.23.1-3 >+- Only call alternative commands when installing or removing, not when >+ upgrading (#442895) >+ > * Tue Apr 08 2008 Stewart Adam <s.adam@diffingo.com> - 2.23.1-2 > - Fix error when only a single backend has been installed (#439634) >
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 442895
: 303207