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 --- .gitignore | 9 +++++++++ Makefile | 4 ++++ capstone.spec | 10 +++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + 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