Do not require asio on rhel
This commit is contained in:
parent
357a424b60
commit
d617063906
10
galera.spec
10
galera.spec
@ -1,6 +1,6 @@
|
|||||||
Name: galera
|
Name: galera
|
||||||
Version: 25.3.23
|
Version: 25.3.23
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Synchronous multi-master wsrep provider (replication engine)
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -16,6 +16,11 @@ Source1: garbd.service
|
|||||||
Source2: garbd-wrapper
|
Source2: garbd-wrapper
|
||||||
|
|
||||||
BuildRequires: boost-devel check-devel openssl-devel scons systemd asio-devel
|
BuildRequires: boost-devel check-devel openssl-devel scons systemd asio-devel
|
||||||
|
%if 0%{?rhel}
|
||||||
|
Provides: bundled(asio)
|
||||||
|
%else
|
||||||
|
BuildRequires: asio-devel
|
||||||
|
%endif
|
||||||
Requires: nmap-ncat
|
Requires: nmap-ncat
|
||||||
|
|
||||||
|
|
||||||
@ -85,6 +90,9 @@ install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/RE
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 13 2018 Honza Horak <hhorak@redhat.com> - 25.3.23-3
|
||||||
|
- Do not require asio on rhel
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 25.3.23-2
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 25.3.23-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user