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:
Dominique Leuenberger 2017-07-17 07:11:28 +00:00 committed by Git OBS Bridge
commit 010845fb56
2 changed files with 11 additions and 4 deletions

View File

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

View File

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