From 5bddb1ed97f7569a90e218f1180e241afe9bef6a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 10 Nov 2017 11:14:51 +0100 Subject: [PATCH] Exclude unneeded files Signed-off-by: Igor Gnatenko --- rust-num.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-num.spec b/rust-num.spec index 649acb5..531f46c 100644 --- a/rust-num.spec +++ b/rust-num.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of numeric types and traits for Rust License: MIT or ASL 2.0 @@ -64,8 +64,12 @@ which use %{crate} from crates.io. %license LICENSE-MIT LICENSE-APACHE %doc README.md %{cargo_registry}/%{crate}-%{version}/ +%exclude %{cargo_registry}/%{crate}-%{version}/{bors.toml,doc,ci} %changelog +* Fri Nov 10 2017 Igor Gnatenko - 0.1.40-2 +- Exclude unneeded files + * Wed Nov 08 2017 Igor Gnatenko - 0.1.40-1 - Update to 0.1.40