Adopt to new macro

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 768ee57091
commit 37c91dcb68
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.10.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Rust friendly bindings to *nix APIs
License: MIT
@ -63,7 +63,7 @@ which use %{crate} from crates.io.
%if %{with check}
%check
# Testing parts are not distributed
%cargo_test --doc
%cargo_test -- --doc
%endif
%files devel
@ -73,6 +73,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Cross.toml,RELEASE_PROCEDURE.md,bors.toml,ci}
%changelog
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-4
- Adopt to new macro
* Fri May 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-3
- Bump tempfile to 3

Loading…
Cancel
Save