From 0c8b07244881b6c1350d1493ec29250cd09431db Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:51:32 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9.6-1mamba;Fri Aug 27 2021] --- libssh.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libssh.spec b/libssh.spec index e2f1856..b11ad14 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,22 +1,24 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libssh -Version: 0.9.5 +Version: 0.9.6 Release: 1mamba Summary: A library implementing the SSH protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan -URL: http://www.libssh.org +URL: https://www.libssh.org/ Source: https://git.libssh.org/projects/libssh.git/libssh-%{version}/libssh-%{version}.tar.bz2 License: LGPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN +#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package BuildRequires: glibc-devel +BuildRequires: libe2fs-devel +BuildRequires: libkrb5-devel BuildRequires: libopenssl-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. @@ -74,6 +76,9 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a %doc ChangeLog README %changelog +* Fri Aug 27 2021 Automatic Build System 0.9.6-1mamba +- automatic version update by autodist + * Sat Sep 12 2020 Automatic Build System 0.9.5-1mamba - automatic version update by autodist