From c2d8e5e2f3032063acf1578b7dfd37ca13b46480 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 3 Jan 2019 17:47:10 -0700 Subject: [PATCH] Actually apply patch --- clamav.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clamav.spec b/clamav.spec index 73b2d89..3d2529c 100644 --- a/clamav.spec +++ b/clamav.spec @@ -55,7 +55,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.101.0 -Release: 2%{?dist} +Release: 3%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File URL: https://www.clamav.net/ @@ -350,6 +350,7 @@ Empty package just to allow migration of service without stop it and disable it %patch0 -p0 -b .stats-deprecation %patch1 -p1 -b .default_confs +%patch2 -p1 -b .cltypes %patch24 -p1 -b .private %patch27 -p1 -b .umask %patch30 -p1 @@ -808,6 +809,9 @@ test "$1" = 0 || %_initrddir/clamav-milter condrestart >/dev/null || : %changelog +* Thu Jan 3 2019 Orion Poplawski - 0.101.0-3 +- Actually apply patch + * Thu Jan 3 2019 Orion Poplawski - 0.101.0-2 - Explicitly list sonames to catch soname bumps - Backport header fix (bug #1663011)