import esc-1.1.2-15.el9
This commit is contained in:
parent
4cf46d87d8
commit
22f1be8ca4
@ -1,6 +1,6 @@
|
|||||||
Name: esc
|
Name: esc
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 13%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Enterprise Security Client Smart Card Client
|
Summary: Enterprise Security Client Smart Card Client
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
||||||
@ -40,6 +40,7 @@ BuildRequires: opensc
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: gjs-devel
|
BuildRequires: gjs-devel
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
|
|
||||||
Requires: pcsc-lite >= 1.9.1-3
|
Requires: pcsc-lite >= 1.9.1-3
|
||||||
@ -107,7 +108,6 @@ cd esc
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
make
|
make
|
||||||
%install
|
%install
|
||||||
|
|
||||||
echo "install section" $PWD
|
echo "install section" $PWD
|
||||||
cd esc
|
cd esc
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -143,6 +143,9 @@ cp %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/%{appdir}
|
|||||||
cd %{_builddir}
|
cd %{_builddir}
|
||||||
cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
||||||
|
|
||||||
|
#Get rid of rpath
|
||||||
|
chrpath --delete $RPM_BUILD_ROOT/%{escdir}/lib/libcoolkeymgr-1.0.so
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -163,11 +166,14 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
|||||||
%{_datadir}/%{appdir}/esc.desktop
|
%{_datadir}/%{appdir}/esc.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 23 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-13
|
* Thu Dec 16 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-15
|
||||||
- Related: rhbz#1993390 - ESC does not detect smart cards and crashes upon launch
|
Resolves: rhbs #2007544,2000928,2000929
|
||||||
- Gating issues.
|
- Appease rpminspect
|
||||||
* Tue Sep 14 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-12
|
* Tue Dec 13 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-14
|
||||||
- Resolves: rhbz#1993390 - ESC does not detect smart cards and crashes upon launch
|
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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-11
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user