diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-08 08:42:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-08 08:42:33 +0200 |
commit | 6ac773af3e9465f90d2b59838762bc5b5de63627 (patch) | |
tree | 942b6b733eec18f654d7939c4fe622d3d50d88bf /capstone.spec | |
parent | 9c8a6bf738f543e0e0a71238ee0ccb59ae43af35 (diff) |
Diffstat (limited to 'capstone.spec')
-rw-r--r-- | capstone.spec | 10 |
1 files changed, 9 insertions, 1 deletions
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 <remi@remirepo.net> - 4.0.2-0.10 +- build with lower version for UBI9 users + * Fri Sep 02 2022 Miroslav Rezanina <mrezanin@redhat.com> - 4.0.2-10 - Import to CentOS 9 Stream / RHEL 9 |