Fix aarch64 libdroplet compatibility
This commit is contained in:
+6
-1
@@ -36,7 +36,7 @@
|
||||
|
||||
Name: bareos
|
||||
Version: 21.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Backup Archiving REcovery Open Sourced - metapackage
|
||||
|
||||
License: AGPL-3.0
|
||||
@@ -45,6 +45,7 @@ Source0: https://github.com/%{name}/%{name}/archive/Release/%{version}.tar
|
||||
Source1: bareos-tmpfiles.d.conf
|
||||
|
||||
Patch0: openssl-3.0-warnings.patch
|
||||
Patch1: libdroplet-aarch64-format.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gcc
|
||||
@@ -505,6 +506,7 @@ This package contains the CEPH plugins for the file daemon.
|
||||
%prep
|
||||
%setup -q -n %{name}-Release-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
# EL7: Use the Developer Toolset 8 compiler as the default is too old.
|
||||
@@ -1229,6 +1231,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2022 Daniel Uvehag <daniel.uvehag@gmail.com> 21.0.0-2
|
||||
- Patch snprintf format warnings for aarch64
|
||||
|
||||
* Mon Feb 28 2022 Daniel Uvehag <daniel.uvehag@gmail.com> 21.0.0-1
|
||||
- Upgrade to 21.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user