[akonadi] scriptlet polish

Rex Dieter rdieter at fedoraproject.org
Tue Jul 8 18:10:23 UTC 2014


commit 65d3207aae438ebd2b2e8026802c39cab58f2ab1
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Jul 8 13:10:40 2014 -0500

    scriptlet polish

 akonadi.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/akonadi.spec b/akonadi.spec
index 521887a..9a1befe 100644
--- a/akonadi.spec
+++ b/akonadi.spec
@@ -19,7 +19,7 @@
 Summary: PIM Storage Service
 Name:    akonadi
 Version: 1.12.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 License: LGPLv2+
 URL:     http://community.kde.org/KDE_PIM/Akonadi 
@@ -164,7 +164,7 @@ xvfb-run -a dbus-launch --exit-with-session make test -C %{_target_platform}  ||
 
 %post
 /sbin/ldconfig
-touch --no-create %{_datadir}/mime/packages ||:
+touch --no-create %{_datadir}/mime/packages &> /dev/null || :
 
 %posttrans
 update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
@@ -172,7 +172,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 %postun
 /sbin/ldconfig ||:
 if [ $1 -eq 0 ] ; then
-  touch --no-create %{_datadir}/mime/packages ||:
+  touch --no-create %{_datadir}/mime/packages &> /dev/null || :
   update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null ||:
 fi
 
@@ -223,6 +223,9 @@ fi
 
 
 %changelog
+* Tue Jul 08 2014 Rex Dieter <rdieter at fedoraproject.org> 1.12.1-10
+- scriptlet polish
+
 * Thu Jul 03 2014 Rex Dieter <rdieter at fedoraproject.org> 1.12.1-9
 - optimized mimeinfo scriptlet
 


More information about the scm-commits mailing list