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 305827 Details for
Bug 447115
Missing scriptlet for gtk icon cache
[?]
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 add missing scriptlet
emacs-scriptlet.patch (text/plain), 1.35 KB, created by
Brian Pepple
on 2008-05-17 23:49:33 UTC
(
hide
)
Description:
Patch to add missing scriptlet
Filename:
MIME Type:
Creator:
Brian Pepple
Created:
2008-05-17 23:49:33 UTC
Size:
1.35 KB
patch
obsolete
>? clog >Index: emacs.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/emacs/devel/emacs.spec,v >retrieving revision 1.111 >diff -u -r1.111 emacs.spec >--- emacs.spec 2 May 2008 01:48:26 -0000 1.111 >+++ emacs.spec 17 May 2008 23:44:12 -0000 >@@ -4,7 +4,7 @@ > Name: emacs > Epoch: 1 > Version: 22.2 >-Release: 4%{?dist} >+Release: 5%{?dist} > License: GPLv3+ > URL: http://www.gnu.org/software/emacs/ > Group: Applications/Editors >@@ -248,9 +248,21 @@ > %preun > alternatives --remove emacs %{_bindir}/emacs-%{version} || : > >+%post >+touch --no-create %{_datadir}/icons/hicolor >+if [ -x %{_bindir}/gtk-update-icon-cache ]; then >+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+fi >+ > %posttrans > alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version} 80 || : > >+%postun >+touch --no-create %{_datadir}/icons/hicolor >+if [ -x %{_bindir}/gtk-update-icon-cache ]; then >+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+fi >+ > %preun nox > alternatives --remove emacs %{_bindir}/emacs-%{version}-nox || : > >@@ -313,6 +325,9 @@ > %dir %{_datadir}/emacs/%{version} > > %changelog >+* Fri May 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 1:22.2-5 >+- Add scriptlets for gtk-icon-cache. >+ > * Thu May 01 2008 Tom "spot" Callaway <tcallawa@redhat.com> > - fix requires to include epoch >
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 447115
: 305827