From d0dd3c6fbc9bdc6c309f176579e6b758ce0daa37 Mon Sep 17 00:00:00 2001 From: Róman Joost rjoost@redhat.com Date: Feb 01 2018 00:05:47 +0000 Subject: rpmgrill-0.32-2, fixes bz1520003
---
diff --git a/rpmgrill.spec b/rpmgrill.spec index 3945872..d9a78e7 100644 --- a/rpmgrill.spec +++ b/rpmgrill.spec @@ -1,6 +1,6 @@ Name: rpmgrill Version: 0.32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility for catching problems in koji builds Group: Development/Tools License: Artistic 2.0 @@ -14,8 +14,8 @@ Requires: perl(File::Fetch) Requires: perl(List::AllUtils)
# For the antivirus plugin -Requires: clamav -Requires: clamav-data +Requires: data(clamav) +Suggests: clamav-data
# For checking desktop/icon files using /usr/bin/desktop-file-validate Requires: /usr/bin/desktop-file-validate @@ -104,6 +104,9 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ; %{_datadir}/%{name}/*
%changelog +* Thu Feb 01 2018 Róman Joost rjoost@redhat.com - 0.32-2 +- bz1520003 - Do not hard require clamav-data + * Fri Nov 03 2017 Róman Joost rjoost@redhat.com - 0.32-1 - Includes upstream pull request #22 (https://github.com/default-to-open/rpmgrill/pull/22) based on a patch
https://src.fedoraproject.org/rpms/rpmgrill/c/d0dd3c6fbc9bdc6c309f176579e6b7...
scm-commits@lists.fedoraproject.org