automatic version update by autodist [release 0.11.1-1mamba;Sat Aug 31 2024]
This commit is contained in:
parent
751e9c231c
commit
884c97cf0a
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.11.0
|
Version: 0.11.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -51,8 +51,6 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -72,6 +70,9 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 31 2024 Automatic Build System <autodist@openmamba.org> 0.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
* Sat Aug 10 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user