Eliminate circular dependency with libssh-config subpackage

This commit is contained in:
Anderson Toshiyuki Sasaki 2019-07-10 19:11:13 +02:00
parent a40692bc35
commit f6be4066fc
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libssh Name: libssh
Version: 0.9.0 Version: 0.9.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: A library implementing the SSH protocol Summary: A library implementing the SSH protocol
License: LGPLv2+ License: LGPLv2+
URL: http://www.libssh.org URL: http://www.libssh.org
@ -58,7 +58,6 @@ applications that use %{name}.
%package config %package config
Summary: Configuration files for %{name} Summary: Configuration files for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description config %description config
@ -139,6 +138,9 @@ popd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
%changelog %changelog
* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-4
- Eliminate circular dependency with libssh-config subpackage
* Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-3 * Wed Jul 10 2019 Anderson Sasaki <ansasaki@redhat.com> - 0.9.0-3
- Provide the configuration files in a separate libssh-config subpackage - Provide the configuration files in a separate libssh-config subpackage