Resolves: rhbs #2007544,2000928,2000929

- Appease rpminspect
This commit is contained in:
Jack Magne 2021-12-16 16:34:43 -08:00
parent 16166ad2e3
commit b351b24e52
1 changed files with 9 additions and 3 deletions

View File

@ -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 <jmagne@redhat.com> - 1.1.2-14
* Thu Dec 16 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-15
Resolves: rhbs #2007544,2000928,2000929
- Appease rpminspect
* Tue Dec 13 2021 Jack Magne <jmagne@redhat.com> - 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]