From f6be4066fcffd2eb34361c1a0330ff1d127c8ed1 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Wed, 10 Jul 2019 19:11:13 +0200 Subject: [PATCH] Eliminate circular dependency with libssh-config subpackage --- libssh.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index 4d0b62f..8b145a2 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -58,7 +58,6 @@ applications that use %{name}. %package config Summary: Configuration files for %{name} -Requires: %{name} = %{version}-%{release} BuildArch: noarch %description config @@ -139,6 +138,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Wed Jul 10 2019 Anderson Sasaki - 0.9.0-4 +- Eliminate circular dependency with libssh-config subpackage + * Wed Jul 10 2019 Anderson Sasaki - 0.9.0-3 - Provide the configuration files in a separate libssh-config subpackage