diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-01 13:09:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-01 13:09:42 +0100 |
commit | a8a92a29cd5de3c3e253baa8842032590cdc9111 (patch) | |
tree | 4bce87aaede91ced23891684e1e4705f514040d9 | |
parent | c150e630297ece51faccba6df9f4109b435b74ad (diff) |
libzip: minor
-rw-r--r-- | libzip.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libzip.spec b/libzip.spec index 7ca1d1e..b6f4ef7 100644 --- a/libzip.spec +++ b/libzip.spec @@ -22,7 +22,7 @@ %endif %endif -%if 0%{?fedora} >= 99 +%if 0%{?fedora} >= 26 Name: %{libname} %else Name: %{libname}%{soname} @@ -42,6 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel # Needed to run the test suite # find regress/ -type f | /usr/lib/rpm/perl.req +# find regress/ -type f | /usr/lib/rpm/perl.prov BuildRequires: perl BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) |