From d6c99af0516f3ef8cc475ebaf6fdde34bbeeb738 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 23 Jun 2019 10:34:43 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-resolv-conf.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/rust-resolv-conf.spec b/rust-resolv-conf.spec index 06b15a6..9ef5dd0 100644 --- a/rust-resolv-conf.spec +++ b/rust-resolv-conf.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate resolv-conf Name: rust-%{crate} Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Resolv.conf file parser # Upstream license specification: MIT/Apache-2.0 @@ -15,9 +15,11 @@ URL: https://crates.io/crates/resolv-conf Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(quick-error/default) >= 1.0.0 with crate(quick-error/default) < 2.0.0) %global _description %{expand: Resolv.conf file parser.} @@ -78,6 +80,9 @@ which use "system" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -90,5 +95,8 @@ which use "system" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 23 10:34:28 CEST 2019 Igor Gnatenko - 0.6.2-2 +- Regenerate + * Thu May 30 21:00:54 CEST 2019 Igor Gnatenko - 0.6.2-1 - Initial package