From: Arvin Schnell Date: Fri, 4 Sep 2020 09:24:20 +0000 (+0200) Subject: - fixed BuildRequires for ScientificLinux X-Git-Tag: v0.8.14~22^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F562%2Fhead;p=thirdparty%2Fsnapper.git - fixed BuildRequires for ScientificLinux --- diff --git a/snapper.spec.in b/snapper.spec.in index 741a00bd..20a35018 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -76,7 +76,7 @@ BuildRequires: xsltproc BuildRequires: libzypp(plugin:commit) %endif BuildRequires: pam-devel -%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} +%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} BuildRequires: json-c-devel %else BuildRequires: libjson-c-devel