Update to 11

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent b67ece7523
commit 8603623ebc
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/rust2rpm-8.tar.xz /rust2rpm-8.tar.xz
/rust2rpm-9.tar.xz /rust2rpm-9.tar.xz
/rust2rpm-10.tar.xz /rust2rpm-10.tar.xz
/rust2rpm-11.tar.xz

@ -1,20 +1,16 @@
%bcond_without check %bcond_without check
%{?python_enable_dependency_generator}
# https://pagure.io/koji/issue/659
%global debug_package %{nil}
Name: rust-packaging Name: rust-packaging
Version: 10 Version: 11
Release: 6%{?dist} Release: 1%{?dist}
Summary: RPM macros for building Rust packages on various architectures Summary: RPM macros for building Rust packages on various architectures
License: MIT License: MIT
URL: https://pagure.io/fedora-rust/rust2rpm URL: https://pagure.io/fedora-rust/rust2rpm
Source: https://releases.pagure.org/fedora-rust/rust2rpm/rust2rpm-%{version}.tar.xz Source: https://releases.pagure.org/fedora-rust/rust2rpm/rust2rpm-%{version}.tar.xz
# https://pagure.io/fedora-rust/rust2rpm/issue/90
Patch0001: 0001-Ignore-Cargo.lock.patch
ExclusiveArch: %{rust_arches} BuildArch: noarch
ExclusiveArch: %{rust_arches} noarch
# gawk is needed for stripping dev-deps in macro # gawk is needed for stripping dev-deps in macro
Requires: gawk Requires: gawk
@ -34,11 +30,8 @@ BuildRequires: python3-setuptools
%if %{with check} %if %{with check}
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: cargo BuildRequires: cargo
BuildRequires: python3dist(semantic-version)
%endif %endif
Requires: cargo Requires: cargo
# pkg_resources due to entry_points
Requires: python3dist(setuptools)
Provides: rust2rpm = %{version}-%{release} Provides: rust2rpm = %{version}-%{release}
%{?python_provide:%python_provide python3-rust2rpm} %{?python_provide:%python_provide python3-rust2rpm}
@ -75,6 +68,9 @@ py.test-%{python3_version} -vv test.py
%{python3_sitelib}/rust2rpm/ %{python3_sitelib}/rust2rpm/
%changelog %changelog
* Wed Dec 04 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11-1
- Update to 11
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10-6 * Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10-6
- Depend on setuptools in runtime - Depend on setuptools in runtime

@ -1 +1 @@
SHA512 (rust2rpm-10.tar.xz) = ce93363760faab392b8f46e1f7126de8f437ecdd35a90d5cfb144ec13dd1d29a559ab99d99ce9a8347c1b4649fe24705bd317cc15f97b055549c6843752a62c3 SHA512 (rust2rpm-11.tar.xz) = 5dc726269ed2399df0f8779c78ab09972eee6f7cdb0075eaf83501ddba16a0d0aac9176ba7e8c06fd051aae822d97906918e8f191f55315171613b14750c3fa0

Loading…
Cancel
Save