From 1a7f6c1f244b6a76758077eb31c8efbe918a5194 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 14 May 2018 14:21:47 +0200 Subject: [PATCH] Re-enable annotated build --- bacula.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bacula.spec b/bacula.spec index c3c20fc..9da5ddc 100644 --- a/bacula.spec +++ b/bacula.spec @@ -1,12 +1,9 @@ %global uid 133 %global username bacula -# Disable annobin -%undefine _annotated_build - Name: bacula Version: 9.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -739,6 +736,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Mon May 14 2018 Simone Caronni - 9.0.7-3 +- Re-enable annotated build. + * Mon May 14 2018 Simone Caronni - 9.0.7-2 - Fix bat build on Fedora 28. - Remove hardcoded compiler settings (#1551679).