forked from pool/csync2
Accepting request 510050 from home:olh:branches:network:ha-clustering:Factory
- Requires(post) hostname|openssl OBS-URL: https://build.opensuse.org/request/show/510050 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/csync2?expand=0&rev=43
This commit is contained in:
parent
a3d0de449e
commit
3eeaeb9e43
@ -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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -45,11 +45,13 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: librsync-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: pkgconfig
|
||||||
BuildRequires: sqlite3-devel
|
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
|
Requires: sqlite3
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user