From 1a512ee0a007cea04dc7960909d70d48ad84272a Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Jun 13 2018 20:06:46 +0000 Subject: Fix typo --- diff --git a/bacula.spec b/bacula.spec index be0805f..72cd3b0 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 9.0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -580,7 +580,7 @@ fi %files libs-sql # On Fedora 28 this gets recreated automatically even if the library is # deleted in the install section. -%exclude %{_libdir}/libbacsql-%{version}.so +%exclude %{_libdir}/libbaccats-%{version}.so %{_libdir}/libbaccats-mysql-%{version}.so %{_libdir}/libbaccats-mysql.so %{_libdir}/libbaccats-postgresql-%{version}.so @@ -731,6 +731,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Wed Jun 13 2018 Simone Caronni - 9.0.7-6 +- Fix typo. + * Wed Jun 13 2018 Simone Caronni - 9.0.7-5 - Restore soname patch and exclude versioned symlink in the files section to fix Fedora 28.