diff --git a/bacula.spec b/bacula.spec index 575743a..75ddfa6 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 5.2.13 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -38,6 +38,7 @@ Patch4: bacula-5.2.13-bat-build.patch Patch5: bacula-5.2.12-seg-fault.patch Patch6: bacula-5.2.13-logwatch.patch Patch7: bacula-help-update.patch +Patch8: bacula-aarch64.patch BuildRequires: desktop-file-utils BuildRequires: perl @@ -325,6 +326,7 @@ Provides check_bacula support for Nagios. %patch5 -p1 -b .seg-fault %patch6 -p1 -b .logwatch %patch7 -p1 -b .help-update +%patch8 -p1 -b .aarch64 cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} . # Remove execution permissions from files we're packaging as docs later on @@ -911,6 +913,9 @@ fi %changelog +* Thu May 16 2013 Simone Caronni - 5.2.13-10 +- Add aarch64 patch (#925072). + * Tue Apr 16 2013 Simone Caronni - 5.2.13-9 - Systemd service files cleanup, thanks Michal Schmidt (#952334)