diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-02-17 10:51:30 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-02-17 10:51:30 +0000 |
commit | 45955ccb0040a0f68e8f6b8568ad071c2a1dc199 (patch) | |
tree | e638bf2e7bdaf6749a53be3393721f0c0c638647 | |
parent | a6041a572e6b247dcd2e7138582430b8c346579f (diff) |
-rw-r--r-- | selint.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selint.spec b/selint.spec index cfb99f4..b834a68 100644 --- a/selint.spec +++ b/selint.spec @@ -12,14 +12,14 @@ Version: 1.4.0 Release: 1%{?dist} URL: https://github.com/SELinuxProject/selint License: Apache-2.0 -Source: https://github.com/SELinuxProject/selint/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: bison %if %{with tests} -BuildRequires: check-devel +BuildRequires: pkgconfig(check) >= 0.11.0 %endif BuildRequires: flex BuildRequires: gcc |