[Groonga-commit] groonga/groonga [master] [deb][rpm] add required package for groonga-server sub package

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 4日 (水) 18:20:57 JST


IWAI, Masaharu	2012-04-04 18:20:57 +0900 (Wed, 04 Apr 2012)

  New Revision: 6314ca9bcbaf27615f6d82f86a7806002951fbe3

  Merged 54a83e9: Merge pull request #12 from iwaim/master

  Log:
    [deb][rpm] add required package for groonga-server sub package
    
    Current init scripts execute curl(1). rpm and deb packages should
    require 'curl' package.

  Modified files:
    packages/debian/control
    packages/rpm/centos/groonga.spec.in
    packages/rpm/fedora/groonga.spec.in

  Modified: packages/debian/control (+1 -0)
===================================================================
--- packages/debian/control    2012-04-04 16:24:10 +0900 (bfd5841)
+++ packages/debian/control    2012-04-04 18:20:57 +0900 (b942eb9)
@@ -39,6 +39,7 @@ Depends:
   ${misc:Depends},
   ${shlibs:Depends},
   adduser,
+  curl,
   groonga (= ${binary:Version})
 Description: Fulltext search engine. (meta-package for server use)
  Groonga is an open-source fulltext search engine and column store.

  Modified: packages/rpm/centos/groonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2012-04-04 16:24:10 +0900 (fb058c4)
+++ packages/rpm/centos/groonga.spec.in    2012-04-04 18:20:57 +0900 (7c07b3a)
@@ -51,6 +51,7 @@ Summary:	Groonga server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name} = %{version}-%{release}
+Requires:	curl
 Requires(pre):	shadow-utils
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig

  Modified: packages/rpm/fedora/groonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2012-04-04 16:24:10 +0900 (8f0b78c)
+++ packages/rpm/fedora/groonga.spec.in    2012-04-04 18:20:57 +0900 (0af8a5a)
@@ -50,6 +50,7 @@ Summary:	Groonga server
 Group:		Applications/Text
 License:	LGPLv2 and (MIT or GPLv2)
 Requires:	%{name} = %{version}-%{release}
+Requires:	curl
 Requires(pre):	shadow-utils
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig




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