SHA256
1
0
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:
2013-05-10 13:01:15 +00:00
committed by Git OBS Bridge
parent ab264e86bd
commit 4290cb6691
3 changed files with 47 additions and 0 deletions

View File

@@ -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