Accepting request 510186 from network:ha-clustering:Factory
1 OBS-URL: https://build.opensuse.org/request/show/510186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csync2?expand=0&rev=20
This commit is contained in:
commit
010845fb56
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 11:24:17 UTC 2017 - olaf@aepfle.de
|
||||
|
||||
- Requires(post) hostname|openssl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 21:13:01 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
10
csync2.spec
10
csync2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package csync2
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -45,11 +45,13 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: librsync-devel
|
||||
# openssl required at build time due to rpmlint checks which run postinstall script which uses openssl
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sqlite3-devel
|
||||
Requires: openssl
|
||||
%if 0%{?suse_version} > 1320
|
||||
# Conflicts with net-tools in Leap
|
||||
Requires(post): hostname
|
||||
%endif
|
||||
Requires(post): openssl
|
||||
Requires: sqlite3
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: systemd
|
||||
|
Loading…
Reference in New Issue
Block a user