Call ldconfig in %post
This commit is contained in:
parent
e9573b8406
commit
697c00a18d
@ -4,7 +4,7 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.10.1
|
Version: 2.10.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/desktop-directories
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{po_package}.lang
|
%files -f %{po_package}.lang
|
||||||
|
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -74,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2005 Matthias Clasen <mclasen@redhat.com> 2.10.1-3
|
||||||
|
- Call ldconfig in %%post (#155734)
|
||||||
|
|
||||||
* Wed Apr 6 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-2
|
* Wed Apr 6 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-2
|
||||||
- Backport patch from CVS to fix large memory leak on re-loading
|
- Backport patch from CVS to fix large memory leak on re-loading
|
||||||
the menus (gnome #172472)
|
the menus (gnome #172472)
|
||||||
|
Loading…
Reference in New Issue
Block a user