From c564161f0b1addbedee442fef99abf2946cf695c Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 4 May 2021 21:59:56 +0200 Subject: [PATCH] Resolves: #1956875 strip rpaths --- inkscape.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 5765811..cf48813 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -150,6 +150,7 @@ cmake \ -DLIB_INSTALL_DIR:PATH=%{_libdir} \ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \ + -DCMAKE_SKIP_RPATH=TRUE \ %if "lib64" == "lib64" -DLIB_SUFFIX=64 \ %endif @@ -231,6 +232,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Tue May 04 2021 Jan Horak - 1.0.2-4 +- Fix rhbz#1956875 - extra rpath + * Fri Apr 16 2021 Mohan Boddu - 1.0.2-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937