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