Fix the python2 exclusion

epel9
Josh Stone 7 years ago
parent 3e3e2d0749
commit 55dc9bef87

@ -4,7 +4,7 @@
categories = ["algorithms", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/rand"
+exclude = ["utils"]
+exclude = ["utils/**"]
[package.metadata.docs.rs]
all-features = true
[dependencies.log]

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.5.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Random number generators
License: MIT or ASL-2.0
@ -66,6 +66,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Thu Jul 05 2018 Josh Stone <jistone@redhat.com> - 0.5.3-2
- Fix the python2 exclusion
* Sat Jun 30 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3

Loading…
Cancel
Save