From 0c7140eac41ab1c409b70f94f4cba894455f4571 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 17 Sep 2022 10:45:33 +0300 Subject: [PATCH] Drop version requirement on python-srpm-macros Signed-off-by: David Abdurachmanov --- redhat-rpm-config.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index e84f478..66764d9 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -9,7 +9,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: %{baserelease} -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -100,11 +100,7 @@ Requires: ocaml-srpm-macros Requires: openblas-srpm-macros Requires: perl-srpm-macros # ↓ Has Python BRPs originaly present in redhat-rpm-config -%ifnarch riscv64 -Requires: python-srpm-macros >= 3.10-6 -%else Requires: python-srpm-macros -%endif Requires: qt5-srpm-macros Requires: rust-srpm-macros Requires: rpmautospec-rpm-macros @@ -225,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Sat Sep 17 2022 David Abdurachmanov - 228-1.2.riscv64 +- Drop version requirement from python-srpm-macros + * Sat Sep 17 2022 David Abdurachmanov - 228-1.1.riscv64 - On riscv64 we drop Python SRPM macros version requirement (bootstrap)