diff --git a/libssh.spec b/libssh.spec index 937d293..452b40c 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libssh -Version: 0.11.0 +Version: 0.11.1 Release: 1mamba Summary: A library implementing the SSH protocol Group: System/Libraries @@ -51,8 +51,6 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -72,6 +70,9 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a %doc README %changelog +* Sat Aug 31 2024 Automatic Build System 0.11.1-1mamba +- automatic version update by autodist + * Sat Aug 10 2024 Automatic Build System 0.11.0-1mamba - automatic version update by autodist