forked from pool/csync2
- Try to bind to "local" IP explicitly to avoid "identification failed"
errors with multiple IPs on same subnet (bnc#757327) + Added bind-to-local-hostname.patch OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/csync2?expand=0&rev=19
This commit is contained in:
@@ -34,6 +34,7 @@ Patch2: csync2-1.34-pure-gnutls-r2.patch
|
||||
BuildRequires: pkg-config
|
||||
%endif
|
||||
Patch3: force-debug-stderr-off-inetd.patch
|
||||
Patch4: bind-to-local-hostname.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): openssl
|
||||
Requires: gnutls
|
||||
@@ -68,6 +69,7 @@ and server farms.
|
||||
%patch2 -p1
|
||||
%endif
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
install -p -m 644 %{SOURCE1} README.quickstart
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user