suppress scriptlet output
This commit is contained in:
parent
e0d71debb0
commit
f260e6dfa9
13
gcr.spec
13
gcr.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.3.90
|
Version: 3.3.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for bits of crypto UI and parsing
|
Summary: A library for bits of crypto UI and parsing
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -59,8 +59,8 @@ chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/gcr-prompter
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-mime-database %{_datadir}/mime || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
update-desktop-database -q || :
|
update-desktop-database &> /dev/null || :
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
@ -70,8 +70,8 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-mime-database %{_datadir}/mime || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
update-desktop-database -q || :
|
update-desktop-database &> /dev/null || :
|
||||||
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
@ -117,6 +117,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.3.90-2
|
||||||
|
- suppress scriptlet output
|
||||||
|
|
||||||
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
||||||
- Update to 3.3.90
|
- Update to 3.3.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user