[milter-manager-commit] milter-manager/milter-manager at a46d6cc [master] yum ruby: Fix variable name

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Nov 8 18:52:43 JST 2017


Kenji Okimoto	2017-11-08 18:52:43 +0900 (Wed, 08 Nov 2017)

  New Revision: a46d6cc48322b6a3f460ff0f6b87523cf621b9fa
  https://github.com/milter-manager/milter-manager/commit/a46d6cc48322b6a3f460ff0f6b87523cf621b9fa

  Message:
    yum ruby: Fix variable name

  Modified files:
    package/yum/vendor/ruby23.spec

  Modified: package/yum/vendor/ruby23.spec (+2 -2)
===================================================================
--- package/yum/vendor/ruby23.spec    2017-11-08 18:21:24 +0900 (a36800d8)
+++ package/yum/vendor/ruby23.spec    2017-11-08 18:52:43 +0900 (6a838da1)
@@ -2,7 +2,7 @@
 %define ruby_api_version     2.3
 
 Name:           ruby2.3
-Version:        %{rubyver}
+Version:        %{ruby_version}
 Release:        1%{?dist}
 License:        BSD
 URL:            http://www.ruby-lang.org/
@@ -21,7 +21,7 @@ files and to do system management tasks (as in Perl).  It is simple,
 straight-forward, and extensible.
 
 %prep
-%setup -n ruby-%{rubyver}
+%setup -n ruby-%{ruby_version}
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20171108/bed67e84/attachment.htm 



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