From 531c95fe43eada12ffd222fa226c3e072b0c496e Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 10 Jan 2025 01:09:15 +0000 Subject: [PATCH] Fix RPM build on COPR --- rpm/ruby-install.spec | 1 + rpm/sources | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 rpm/sources diff --git a/rpm/ruby-install.spec b/rpm/ruby-install.spec index 05a5b7c8..32c89c22 100644 --- a/rpm/ruby-install.spec +++ b/rpm/ruby-install.spec @@ -14,6 +14,7 @@ License: MIT URL: https://github.com/postmodern/ruby-install#readme AutoReqProv: no BuildArch: noarch +BuildRequires: make Requires: bash, grep, wget > 1.12, tar, bzip2, xz, patch %description diff --git a/rpm/sources b/rpm/sources deleted file mode 100644 index 9ea3086c..00000000 --- a/rpm/sources +++ /dev/null @@ -1 +0,0 @@ -c24c12b179ce197e38b72ec2c80ef93e ruby-install-0.9.4.tar.gz