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 254641 Details for
Bug 374501
%post script spews errors during installation of galeon
[?]
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 to clean up rpm scriptlets for galeon.spec
galeon.spec-fix-rpm-scriptlets-bz374501.patch (text/plain), 1.73 KB, created by
Mike A. Harris
on 2007-11-11 13:23:03 UTC
(
hide
)
Description:
patch to clean up rpm scriptlets for galeon.spec
Filename:
MIME Type:
Creator:
Mike A. Harris
Created:
2007-11-11 13:23:03 UTC
Size:
1.73 KB
patch
obsolete
>--- galeon.spec.orig 2007-11-11 08:07:01.000000000 -0500 >+++ galeon.spec 2007-11-11 08:17:47.000000000 -0500 >@@ -3,7 +3,7 @@ > Summary: GNOME2 Web browser based on Mozilla > Name: galeon > Version: 2.0.3 >-Release: 13%{?dist} >+Release: 14%{?dist} > License: GPLv2+ > Group: Applications/Internet > URL: http://galeon.sourceforge.net/ >@@ -78,21 +78,25 @@ > rm -rf $RPM_BUILD_ROOT > > %post >-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : >-update-desktop-database > /dev/null 2>&1 || : >- >-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >-gconftool-2 --makefile-install-rule \ >- %{_sysconfdir}/gconf/schemas/galeon.schemas > /dev/null || : >-killall -HUP gconfd-2 || : >+{ >+ scrollkeeper-update -q -o %{_datadir}/omf/%{name} >+ update-desktop-database >+ >+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >+ gconftool-2 --makefile-install-rule \ >+ %{_sysconfdir}/gconf/schemas/galeon.schemas >+ killall -HUP gconfd-2 >+} > /dev/null 2>&1 || : > > %preun >-if [ "$1" -eq 0 ]; then >- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >- gconftool-2 --makefile-uninstall-rule \ >- %{_sysconfdir}/gconf/schemas/galeon.schemas > /dev/null || : >- killall -HUP gconfd-2 || : >-fi >+{ >+ if [ "$1" -eq 0 ]; then >+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >+ gconftool-2 --makefile-uninstall-rule \ >+ %{_sysconfdir}/gconf/schemas/galeon.schemas >+ killall -HUP gconfd-2 >+ fi >+} > /dev/null 2>&1 || : > > %postun > scrollkeeper-update -q || : >@@ -119,6 +123,9 @@ > > > %changelog >+* Sun Nov 11 2007 Mike A. Harris <mharris@mharris.ca> - 2.0.3-14 >+- Clean up rpm scriptlets for (#374501) >+ > * Tue Oct 23 2007 Jeremy Katz <katzj@redhat.com> - 2.0.3-13 > - Rebuild against new firefox >
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 374501
:
253891
| 254641