From 4a691c9046fda90db90f4689a156225e47413f52 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 21 Nov 2023 11:29:32 +0800 Subject: [PATCH] remove rpath --- jq.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jq.spec b/jq.spec index 99cb2f9..f5ce4bf 100644 --- a/jq.spec +++ b/jq.spec @@ -1,13 +1,13 @@ Name: jq Version: 1.5 -Release: 18 +Release: 19 Summary: A lightweight and flexible command-line JSON processor License: MIT and ASL 2.0 and CC-BY and GPLv3 URL: http://stedolan.github.io/jq/ Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz Patch0: CVE-2015-8863.patch Patch1: CVE-2016-4074.patch -BuildRequires: make flex bison valgrind +BuildRequires: make flex bison valgrind chrpath Requires: %{name}-help = %{version}-%{release} %description @@ -40,6 +40,7 @@ Documentation for jq package. %install %make_install %delete_la +chrpath -d %{buildroot}/%{_bindir}/jq %check %if %{?_with_check:1}%{!?_with_check:0} @@ -72,6 +73,9 @@ make check %changelog +* Tue Nov 21 2023 Ge Wang -1.5-19 +- Remove rpath + * Fri Nov 06 2020 leiju -1.5-18 - Add Requires jq-help into jq -- Gitee