From 6ac773af3e9465f90d2b59838762bc5b5de63627 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Aug 2024 08:42:33 +0200 Subject: build with lower version for UBI9 users --- capstone.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'capstone.spec') diff --git a/capstone.spec b/capstone.spec index 7ba4de2..278fd41 100644 --- a/capstone.spec +++ b/capstone.spec @@ -1,6 +1,11 @@ +# Imported from RHEL-9 +# rebuild with lower release to allow installation on UBI9 where missing +# EL-9 user will use official version in AppStream +# See https://github.com/remicollet/remirepo/issues/264 + Name: capstone Version: 4.0.2 -Release: 10%{?dist} +Release: 0.10%{?dist} Summary: A lightweight multi-platform, multi-architecture disassembly framework %global gituser aquynh @@ -232,6 +237,9 @@ make check LD_LIBRARY_PATH="`pwd`" %{_javadir}/ %changelog +* Thu Aug 8 2024 Remi Collet - 4.0.2-0.10 +- build with lower version for UBI9 users + * Fri Sep 02 2022 Miroslav Rezanina - 4.0.2-10 - Import to CentOS 9 Stream / RHEL 9 -- cgit