Fixed a typo in rpm spec file.

This commit is contained in:
Alexander Shaduri
2021-03-09 21:33:15 +04:00
parent 134633e7ac
commit c0686dd234
+2 -2
View File
@@ -35,9 +35,9 @@ BuildRequires: fdupes
# Fedora, CentOS, RHEL
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
Requires: smartmontools >= 5.43 polkit bash xterm
%if 0%{?centos_version} == 700 || 0%{?rhel_version}
%if 0%{?centos_version} || 0%{?rhel_version}
# Use cmake from EPEL
BuildRequires: cmake3 >= 3.13.0
%else