[Groonga-commit] groonga/groonga [master] rpm fedora: fix upgrade condition in %post server

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 2日 (月) 13:33:54 JST


Daiki Ueno	2012-04-02 13:33:54 +0900 (Mon, 02 Apr 2012)

  New Revision: c0996bd216c874ddcf65e3d6bcca1310125606c1

  Merged ad99ab6: Merge pull request #11 from ueno/fix-fedora-post-server

  Log:
    rpm fedora: fix upgrade condition in %post server

  Modified files:
    packages/rpm/fedora/groonga.spec.in

  Modified: packages/rpm/fedora/groonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2012-03-31 20:07:48 +0900 (61603b2)
+++ packages/rpm/fedora/groonga.spec.in    2012-04-02 13:33:54 +0900 (c7e1163)
@@ -204,7 +204,7 @@ getent passwd groonga >/dev/null || \
 exit 0
 
 %post server
-if [ $1 = 0 ] ; then
+if [ $1 = 1 ] ; then
 	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 




Groonga-commit メーリングリストの案内
Back to archive index