From 2f281e396e85493a30395134883e51f78c0cfe78 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 11 Jun 2018 12:54:37 +0200 Subject: [PATCH] Filter out libbaccats from requirements --- bacula.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bacula.spec b/bacula.spec index 9da5ddc..fcb3c4a 100644 --- a/bacula.spec +++ b/bacula.spec @@ -1,9 +1,12 @@ %global uid 133 %global username bacula +%global __requires_exclude ^(libbaccats.*\\.so.*)$ +%global __provides_exclude ^(libbaccats.*\\.so.*)$ + Name: bacula Version: 9.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -736,6 +739,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Mon Jun 11 2018 Simone Caronni - 9.0.7-4 +- Filter out libbaccats from requirements. + * Mon May 14 2018 Simone Caronni - 9.0.7-3 - Re-enable annotated build.