[and/f18] Fix misprint operator in %post stanza (#852419)

Jochen Schmitt s4504kr at fedoraproject.org
Tue Aug 28 15:37:33 UTC 2012


commit 67e5c58cc61fc328c992711687a6fecee345ee07
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Aug 28 17:28:35 2012 +0200

    Fix misprint operator in %post stanza (#852419)

 and.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/and.spec b/and.spec
index 8eb737b..e5eaf73 100644
--- a/and.spec
+++ b/and.spec
@@ -1,6 +1,6 @@
 Name:      and
 Version:   1.2.2
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Auto nice daemon
 
 License:   GPLv2
@@ -85,7 +85,7 @@ if [ $1 -eq 1 ]; then
 fi
 
 %postun
-if [ $0 -en 0 ]; then
+if [ $0 -ne 0 ]; then
    /bin/systemctl try-restart and.service >/dev/null 2>&1 || :
 fi
 
@@ -100,6 +100,9 @@ fi
 %{_unitdir}/and.service
 
 %changelog
+* Tue Aug 28 2012 Jochen Schmitt <Jochen herr-schmitt de> 1.2.2-17
+- Fix misprint operator in %%post stanza (#852419)
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list