From 3eeaeb9e43c53a3448e923480962ccd360a230dd73d64dad866617107bb16288 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Fri, 14 Jul 2017 07:27:18 +0000 Subject: [PATCH] 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 --- csync2.changes | 5 +++++ csync2.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/csync2.changes b/csync2.changes index 4aa1eab..e9d1e77 100644 --- a/csync2.changes +++ b/csync2.changes @@ -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 diff --git a/csync2.spec b/csync2.spec index d33ca87..8b40fe5 100644 --- a/csync2.spec +++ b/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