diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-02-20 20:54:24 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-02-20 20:54:24 +0100 |
commit | 9810fb8bbc47c58b74597b1a70e42ba0d7bf3ac1 (patch) | |
tree | 7c6a26354c31b42a34e09010f60d119e66cbeda3 | |
parent | 73230d4b2bbe06e65507dfd84209aa66b17bdc04 (diff) | |
download | libxcrypt-9810fb8bbc47c58b74597b1a70e42ba0d7bf3ac1.tar.gz libxcrypt-9810fb8bbc47c58b74597b1a70e42ba0d7bf3ac1.tar.bz2 libxcrypt-9810fb8bbc47c58b74597b1a70e42ba0d7bf3ac1.zip |
rpkg: Add explicit BR on make and perl-core.
-rw-r--r-- | libxcrypt.spec.rpkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxcrypt.spec.rpkg b/libxcrypt.spec.rpkg index 4d4147a..5889ca2 100644 --- a/libxcrypt.spec.rpkg +++ b/libxcrypt.spec.rpkg @@ -139,6 +139,8 @@ BuildRequires: automake BuildRequires: gcc BuildRequires: glibc-devel >= %{glibc_minver} BuildRequires: libtool +BuildRequires: make +BuildRequires: perl-core # We do not need to keep this forever. %if !(0%{?fedora} > 31 || 0%{?rhel} > 10) |