Remove obsolete scriptlets

References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 6 years ago
parent 158b33df4a
commit 270eb4f156
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm
%bcond_without check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libssh2-sys %global crate libssh2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.11 Version: 0.2.11
Release: 2%{?dist} Release: 3%{?dist}
Summary: Native bindings to the libssh2 library Summary: Native bindings to the libssh2 library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -80,6 +80,9 @@ rm -vrf libssh2/
%endif %endif
%changelog %changelog
* Thu Dec 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.11-3
- Run tests in infrastructure
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.11-2 * Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.11-2
- Adapt to new packaging - Adapt to new packaging

Loading…
Cancel
Save