[Groonga-commit] groonga/groonga at ed6937d [master] rpm: set default centos version to 5

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Apr 26 02:39:25 JST 2016


HAYASHI Kentaro	2016-04-26 02:39:25 +0900 (Tue, 26 Apr 2016)

  New Revision: ed6937d5302730626705ba3e1e22ab7ddde6b32e
  https://github.com/groonga/groonga/commit/ed6937d5302730626705ba3e1e22ab7ddde6b32e

  Message:
    rpm: set default centos version to 5
    
    On CentOS 6 and 7, centos_ver is defined. Thus, _centos_ver is correctly
    defined.
    
    On the other hand, centos_ver is not defined on CentOS 5, it means
    that _centos_ver is set to 7 - this is not intended.

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

  Modified: packages/rpm/centos/groonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2016-04-26 02:04:18 +0900 (24a56de)
+++ packages/rpm/centos/groonga.spec.in    2016-04-26 02:39:25 +0900 (454b49a)
@@ -1,4 +1,4 @@
-%define _centos_ver   %{?centos_ver:%{centos_ver}}%{!?centos_ver:7}
+%define _centos_ver   %{?centos_ver:%{centos_ver}}%{!?centos_ver:5}
 
 %define _use_lz4      %{?use_lz4:%{use_lz4}}%{!?use_lz4:0}
 %define _use_mecab    %{?use_mecab:%{use_mecab}}%{!?use_mecab:1}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index