From 2f57b11f4be832ec255ec972416b992a2b5863e5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 4 Jun 2013 11:25:15 +0200 Subject: [PATCH] we have swapped release and version, so this is required --- rpm/rvm-ruby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index 7b705d8..3050fb7 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -60,7 +60,7 @@ export rvm_ignore_rvmrc=1 \ rvm_path="%{buildroot}%{rvm_dir}" \ rvm_man_path="%{buildroot}%{_mandir}" \ HOME=%{buildroot} -\curl -L https://get.rvm.io | bash -s stable --version %{release} +\curl -L https://get.rvm.io | bash -s stable --version %{version} ) # So members of the rvm group can write to it -- 2.43.0