import esc-1.1.2-15.el9

This commit is contained in:
CentOS Sources 2022-02-01 12:33:28 -05:00 committed by Stepan Oksanichenko
parent 4cf46d87d8
commit 22f1be8ca4
1 changed files with 13 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: esc
Version: 1.1.2
Release: 13%{?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,11 +166,14 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
%{_datadir}/%{appdir}/esc.desktop
%changelog
* Thu Sep 23 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-13
- Related: rhbz#1993390 - ESC does not detect smart cards and crashes upon launch
- Gating issues.
* Tue Sep 14 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-12
- Resolves: rhbz#1993390 - ESC does not detect smart cards and crashes upon launch
* 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]
- Bugzilla Bug 2000929 - [RHEL-9][AppStream] esc present in comps but missing from repository [rhel-9.0.0]
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
-