From 3e557e5659e6821a3176cfc11bbfde8d553e06c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 11 Jun 2019 07:38:31 +0200 Subject: [PATCH] Remove unnecessary Rake dependency. --- rubygem-childprocess.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-childprocess.spec b/rubygem-childprocess.spec index d0f5dab..e96b3a6 100644 --- a/rubygem-childprocess.spec +++ b/rubygem-childprocess.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A gem for controlling external programs running in the background License: MIT URL: http://github.com/enkessler/childprocess @@ -37,6 +37,7 @@ Documentation for %{name}. # Disable windows specific installation of FFI gem. sed -i "/extensions/ s/^/#/" ../%{gem_name}-%{version}.gemspec +%gemspec_remove_dep -g rake '< 13.0' %gemspec_remove_file "ext/mkrf_conf.rb" %build @@ -89,6 +90,9 @@ popd %{gem_instdir}/spec %changelog +* Tue Jun 11 2019 Vít Ondruch - 1.0.1-3 +- Remove unnecessary Rake dependency. + * Fri Jun 07 2019 Vít Ondruch - 1.0.1-2 - posix_spaw is not implemented everywhere, use just Intel for build.