From b351b24e5293871892230db5fcd6df4892dc629c Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Thu, 16 Dec 2021 16:34:43 -0800 Subject: [PATCH] Resolves: rhbs #2007544,2000928,2000929 - Appease rpminspect --- esc.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/esc.spec b/esc.spec index 151f857..b6beb09 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -40,6 +40,7 @@ BuildRequires: opensc BuildRequires: gobject-introspection-devel BuildRequires: gtk3-devel BuildRequires: gjs-devel +BuildRequires: chrpath Requires: pcsc-lite >= 1.9.1-3 @@ -107,7 +108,6 @@ cd esc ./autogen.sh make %install - echo "install section" $PWD cd esc make DESTDIR=$RPM_BUILD_ROOT install @@ -143,6 +143,9 @@ cp %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/%{appdir} cd %{_builddir} cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir} +#Get rid of rpath +chrpath --delete $RPM_BUILD_ROOT/%{escdir}/lib/libcoolkeymgr-1.0.so + %files %{!?_licensedir:%global license %%doc} @@ -163,7 +166,10 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir} %{_datadir}/%{appdir}/esc.desktop %changelog -* Thu Dec 13 2021 Jack Magne - 1.1.2-14 +* Thu Dec 16 2021 Jack Magne - 1.1.2-15 +Resolves: rhbs #2007544,2000928,2000929 +- Appease rpminspect +* Tue Dec 13 2021 Jack Magne - 1.1.2-14 Resolves: rhbs #2007544,2000928,2000929 - Bugzilla Bug 2007544 - The esc provides outdated configuration for opensc - Bugzilla Bug 2000928 - ESC does not detect smart cards and crashes upon launch [rhel-9.0.0]