|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Name: esc
|
|
|
|
|
Version: 1.1.2
|
|
|
|
|
Release: 24%{?dist}
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
Summary: Enterprise Security Client Smart Card Client
|
|
|
|
|
License: GPL+
|
|
|
|
|
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
|
|
|
|
|
#Fix to harden linker flags.
|
|
|
|
|
Patch0: esc-gcc11.patch
|
|
|
|
|
Patch1: esc-1.1.2-fix1.patch
|
|
|
|
|
Patch2: esc-1.1.2-fix2.patch
|
|
|
|
|
Patch3: esc-1.1.2-fix3.patch
|
|
|
|
@ -18,6 +19,8 @@ Patch8: esc-1.1.2-fix8.patch
|
|
|
|
|
Patch9: esc-1.1.2-fix9.patch
|
|
|
|
|
Patch10: esc-1.1.2-fix10.patch
|
|
|
|
|
Patch11: esc-1.1.2-fix11.patch
|
|
|
|
|
Patch12: esc-1.1.2-fix12.patch
|
|
|
|
|
Patch13: esc-1.1.2-fix13.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#BuildRequires: doxygen fontconfig-devel
|
|
|
|
@ -28,17 +31,21 @@ BuildRequires: nspr-devel nss-devel nss-static
|
|
|
|
|
|
|
|
|
|
BuildRequires: pcsc-lite-devel
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
%if ! 0%{?rhel} >= 9
|
|
|
|
|
BuildRequires: pkgconfig(gconf-2.0)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: opensc
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: gjs-devel
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: pcsc-lite >= 1.8.23-4.1
|
|
|
|
|
Requires: pcsc-lite-ccid >= 1.4.29-5.1
|
|
|
|
|
Requires: pcsc-lite >= 1.9.1-3
|
|
|
|
|
Requires: pcsc-lite-ccid >= 1.4.34-4
|
|
|
|
|
Requires: nss nspr
|
|
|
|
|
Requires: dbus
|
|
|
|
|
Requires: opensc
|
|
|
|
@ -77,7 +84,7 @@ cryptographic smartcards.
|
|
|
|
|
%setup -q -c -n %{escname}
|
|
|
|
|
|
|
|
|
|
#patch esc
|
|
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1 -b .fix1
|
|
|
|
|
%patch2 -p1 -b .fix2
|
|
|
|
|
%patch3 -p1 -b .fix3
|
|
|
|
@ -89,6 +96,8 @@ cryptographic smartcards.
|
|
|
|
|
%patch9 -p1 -b .fix9
|
|
|
|
|
%patch10 -p1 -b .fix10
|
|
|
|
|
%patch11 -p1 -b .fix11
|
|
|
|
|
%patch12 -p1 -b .fix12
|
|
|
|
|
%patch13 -p1 -b .fix13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -101,7 +110,6 @@ cd esc
|
|
|
|
|
./autogen.sh
|
|
|
|
|
make
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
|
|
echo "install section" $PWD
|
|
|
|
|
cd esc
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
@ -137,6 +145,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}
|
|
|
|
@ -157,238 +168,42 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
|
|
|
|
|
%{_datadir}/%{appdir}/esc.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 24 2022 Jack Magne <jmagne@redhat.com> - 1.1.2-24
|
|
|
|
|
- Resolves: rhbz#1905691 - Volkswagen Siemens CardOS M4.4 and 5.0 cards display incorrect status in ESC.
|
|
|
|
|
* Fri Jul 02 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-23
|
|
|
|
|
- Resolves: rhbz#1970565 - Create explicit pcsc-lite requrement to assure recent pcsc-lite fix [rhel-8.4.0.z], bump release # respin.
|
|
|
|
|
- Adjust final pcsc-lite package requirement.
|
|
|
|
|
* Fri Jun 25 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-21
|
|
|
|
|
- Resolves: rhbz#1970565 - Create explicit pcsc-lite requrement to assure recent pcsc-lite fix [rhel-8.4.0.z], bump release # respin.
|
|
|
|
|
* Thu Jun 24 2021 Jack Magne <jmagne@redhat.com> - 1.1.2-20
|
|
|
|
|
- Resolves: rhbz#1970565 - Create explicit pcsc-lite requrement to assure recent pcsc-lite fix [rhel-8.4.0.z]
|
|
|
|
|
* Mon Nov 23 2020 Jack Magne <jmagne@redhat.com> - 1.1.2-15
|
|
|
|
|
- Resolves: rhbz#1870715 - HP Keyboard does not list the certificates on an enrolled smart card.
|
|
|
|
|
* Fri Aug 07 2020 Jack Magne <jmagne@redhat.com> - 1.1.2-14
|
|
|
|
|
- Resolves: rhbz#1848629 - Smartcard is not detected by esc. Ammendment to bug fix.
|
|
|
|
|
* Fri Aug 07 2020 Jack Magne <jmagne@redhat.com> - 1.1.2-13
|
|
|
|
|
- Resolves: rhbz#1848629 - Smartcard is not detected by esc
|
|
|
|
|
* Sat May 30 2020 Jack Magne <jmagne@redhat.com> - 1.1.2-12
|
|
|
|
|
- Resolves: rhbz#1646486 - alt tokens not detected by ESC
|
|
|
|
|
- Resolves: rhbz#1774750 - ESC's unusual behavior after formatting a blank Gemalto token
|
|
|
|
|
- Resolves: rhbz#1774770 - After formatting a Gemalto/SCP03 token, ESC shows incorrect Issuer, Issued To, Status, and Token ID details
|
|
|
|
|
* Wed Nov 13 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-11
|
|
|
|
|
- Resolves: rhbz#1724787 - ESC - HTTP GET Requests incorrectly Being Sent To TPS for Token Operations [8.2]
|
|
|
|
|
- Resolves: rhbz#1734117 - ESC does not detect/recognize both clean and formatted (with phone home) smart cards
|
|
|
|
|
- Resolves: rhbz#1733645 - Gemalto, CAC, SCP01 cards are not detected by HP keyboard KUS1206 with builtin smartcard reader
|
|
|
|
|
* Fri Jun 14 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-10
|
|
|
|
|
- Resolves: rhbz#1679659 - esc changes blocked until gating tests are added.
|
|
|
|
|
- Added notification list in yaml file, so entities are notified of changes.
|
|
|
|
|
* Thu Apr 25 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-9
|
|
|
|
|
- Resolves: rhbz#1679659 - esc changes blocked until gating tests are added
|
|
|
|
|
- Fixed the gating test string to adhere to format.
|
|
|
|
|
* Mon Apr 15 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-8
|
|
|
|
|
- Resolves: rhbz#1679659 - esc changes blocked until gating tests are added
|
|
|
|
|
* Fri Feb 01 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-7
|
|
|
|
|
- #Related: Bug 1596915 - Remove XULRunner from ESC. Minor launch
|
|
|
|
|
- script fix.
|
|
|
|
|
* Thu Jan 10 2019 Jack Magne <jmagne@redhat.com> - 1.1.2-6
|
|
|
|
|
- #Resolve: Bug 1638011 - esc docdir should not be versioned in rhel8.
|
|
|
|
|
- #Resolve: Bug 1596915 - Remove XULRunner from ESC.
|
|
|
|
|
* Fri Oct 12 2018 Jack Magne <jmagne@redhat.com> - 1.1.2-4
|
|
|
|
|
- #Resolve: Bug 1633238 - ESC crashes when smartcard is detected.
|
|
|
|
|
* Mon Oct 08 2018 Jack Magne <jmagne@redhat.com> - 1.1.2-4
|
|
|
|
|
- #Resolve: Bug 1630560 - Review annocheck distro flag failures in esc.
|
|
|
|
|
* Wed Aug 22 2018 Jack Magne <jmagne@redhat.com> - 1.1.2-3
|
|
|
|
|
- Remove remaining arch exclusions.
|
|
|
|
|
* Wed Aug 01 2018 Jack Magne <jmagne@redhat.com> - 1.1.2-1
|
|
|
|
|
- Remove uneeded Requires and no longer put in autostart directory.
|
|
|
|
|
* Mon Jul 30 2018 Jack Magne <jmagne@redhat.com> - 1.1.2-1
|
|
|
|
|
- Build bare bones esc, without xulrunner, using gjs / gobject
|
|
|
|
|
- introspection.
|
|
|
|
|
* Thu Jun 07 2018 Jack Magne <jmagne@redhat.com> - 1.1.1-5
|
|
|
|
|
- Rebuild.
|
|
|
|
|
* Mon Apr 23 2018 Jack Magne <jmagne@redhat.com> - 1.1.1-4
|
|
|
|
|
- Remove coolkey dependencies, replace with opensc.
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.1-2
|
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
|
|
* Mon Aug 07 2017 - 1.1.1-1
|
|
|
|
|
- Rebuilt using internally built xulrunner, due to the xulrunner package going away.
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-31
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun May 8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-30
|
|
|
|
|
- Secondary arch fixes
|
|
|
|
|
- Use %%license
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2016 Jack Magne <jmagne@redhat.com> 1.1.0-29
|
|
|
|
|
- Apease latest xullrunner api changes.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 09 2015 Jack Magne <jmagne@redhat.com> 1.1.0-27
|
|
|
|
|
- More xulrunner adjustments.
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 23 2014 Jack Magne <jmagne@redhat.com>=1.1.0-24
|
|
|
|
|
- Fix minor http client error.
|
|
|
|
|
* Thu Apr 17 2014 Jack Maghe <jmagne@redhat.com>=1.1.0-23
|
|
|
|
|
- Appease more xulrunner changes.
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 7 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.1.0-22
|
|
|
|
|
- Make buildable with kernels > 3.5.
|
|
|
|
|
- %%changelog syntax and bogus date fixes.
|
|
|
|
|
- Bump xulrunner version to 22.0.
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2013 Jack Magne <jmagne@redhat.com>- 1.1.0-21
|
|
|
|
|
- Appease latest compiler errors and build to xulrunner 21.0.
|
|
|
|
|
* Wed Nov 28 2012 Jack Magne <jmagne@redhat.com>- 1.1.0-20
|
|
|
|
|
- Gecko no longer supports UniversalXPConnect, remove it.
|
|
|
|
|
* Wed Nov 21 2012 Jack Magne <jmagne@redhat.com>- 1.1.0-19
|
|
|
|
|
- Pick up latest fixes.
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2012 Jack Magne <jmagne@redhat.com>- 1.1.0-17
|
|
|
|
|
- Related #688361 - Get ESC to run on Gecko 2.0, again.
|
|
|
|
|
* Thu May 10 2012 Jack Magne <jmagne@redhat.com>- 1.1.0-16
|
|
|
|
|
- Related #688361 - Get ESC to run on Gecko 2.0.
|
|
|
|
|
* Mon Feb 20 2012 Jack Magne <jmagne@redhat.com>- 1.1.0-15
|
|
|
|
|
- Related #688361 - Get ESC to run on Gecko 2.0.
|
|
|
|
|
* Tue Nov 29 2011 Jack Magne <jmagne@redhat.com>- 1.1.0-14
|
|
|
|
|
- Related #688361 - Get ESC to run on Gecko 2.0.
|
|
|
|
|
* Thu Apr 15 2010 Jack Magne <jmagne@redhat.com>- 1.1.0-11
|
|
|
|
|
- Adjust for new linking rules.
|
|
|
|
|
* Tue Sep 15 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-10
|
|
|
|
|
- Pick up latest improvements.
|
|
|
|
|
* Mon Jun 22 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-9
|
|
|
|
|
- Related: #496410, also IPV6 support.
|
|
|
|
|
* Fri Jun 19 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-8
|
|
|
|
|
- Related: #496410, SSL Conn fix.
|
|
|
|
|
* Mon Jun 8 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-7
|
|
|
|
|
- Releated: #496410.
|
|
|
|
|
* Thu Apr 23 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-6
|
|
|
|
|
- Related: #496410. Appease rpmdiff.
|
|
|
|
|
* Wed Apr 22 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-5
|
|
|
|
|
- Related: #496410, addresses 494981, better error message.
|
|
|
|
|
* Wed Apr 22 2009 Jack Magne <jmagne@redhat.com>- 1.1.0-4
|
|
|
|
|
- Move to latest rebased code. Related #496410.
|
|
|
|
|
* Thu Dec 04 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-39
|
|
|
|
|
- Resolves #469202 - Cert Viewer issue
|
|
|
|
|
* Tue Nov 11 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-38
|
|
|
|
|
- Resolves #471923 - ESC Connection issue.
|
|
|
|
|
* Thu Oct 16 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-37
|
|
|
|
|
- Resolves #467126 - Blank authentication dialog problem.
|
|
|
|
|
* Fri Sep 26 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-36
|
|
|
|
|
- Related #200475 - Require the xulrunner package, Resolves #248493
|
|
|
|
|
* Thu Sep 18 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-35
|
|
|
|
|
- Related 200475, make rpmdiff tests happy.
|
|
|
|
|
* Tue Sep 16 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-34
|
|
|
|
|
- Resolves #200475 #253081 #437238
|
|
|
|
|
* Thu Jan 10 2008 Jack Magne <jmagne@redhat.com>- 1.0.0-33
|
|
|
|
|
- Resolves #25324a8 #253268
|
|
|
|
|
* Thu Jul 12 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-32
|
|
|
|
|
- Resolves #248071 - ESC RPM unistall failure if daemon not running.
|
|
|
|
|
* Fri Jun 22 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-31
|
|
|
|
|
- Related #208038 - Top things to put in diagnostics log
|
|
|
|
|
* Wed Jun 20 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-30
|
|
|
|
|
- Related #204021
|
|
|
|
|
* Fri Jun 8 2007 Jack Magne <jmagne@redhat.com>- 1.0-0-29
|
|
|
|
|
- Related #212010
|
|
|
|
|
* Fri Jun 8 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-28
|
|
|
|
|
- Resolves #212010
|
|
|
|
|
* Tue Jun 5 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-27
|
|
|
|
|
- Resolves #203466 Better error message strings.
|
|
|
|
|
* Mon May 21 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-26
|
|
|
|
|
- Related: #206783 Fix the launcher script to work with new logging.
|
|
|
|
|
* Fri May 11 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-25
|
|
|
|
|
- Resolves: #206783.
|
|
|
|
|
* Mon Apr 23 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-24
|
|
|
|
|
- More Desktop appearance fixes.
|
|
|
|
|
- Related: #208749
|
|
|
|
|
* Mon Apr 23 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-23
|
|
|
|
|
- Desktop appearance fixes.
|
|
|
|
|
- Related: #208749
|
|
|
|
|
* Thu Apr 19 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-22
|
|
|
|
|
- Second drop of 5.1 fixes.
|
|
|
|
|
- Resolves: #203934, #203935, #204959, #206780, #206792, #207721
|
|
|
|
|
- Resolves: #207816, #206791
|
|
|
|
|
- Related: #208749
|
|
|
|
|
* Wed Apr 18 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-21
|
|
|
|
|
- First 5.1 fixes.
|
|
|
|
|
- Resolves: #203757, #203806, #204661, #205856, #206788, #206791
|
|
|
|
|
- Resolves: #208037, #208333, #210589, #210590, #213912, #226913
|
|
|
|
|
- Resolves: #204021, #205498, #224436
|
|
|
|
|
* Tue Nov 28 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-20
|
|
|
|
|
- fix for bug to commit config changes immediately. Bug #210988
|
|
|
|
|
* Wed Nov 15 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-19
|
|
|
|
|
-fix for escd double free problem. Bug #209882
|
|
|
|
|
* Tue Oct 24 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-18
|
|
|
|
|
-rebuilt on RHEL-5 branch
|
|
|
|
|
* Wed Oct 4 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-17
|
|
|
|
|
- Diagnostics display fixes, Mac and Window fixes.
|
|
|
|
|
|
|
|
|
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-16
|
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
|
|
|
|
|
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-15
|
|
|
|
|
- Fix to the build version
|
|
|
|
|
|
|
|
|
|
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>= 1.0.0-14
|
|
|
|
|
- Fix to compile error in daemon
|
|
|
|
|
|
|
|
|
|
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-13
|
|
|
|
|
- Fix to include the new esc daemon.
|
|
|
|
|
|
|
|
|
|
* Sat Sep 16 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-12
|
|
|
|
|
- Fix for Password Reset and minor UI revision.
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-11
|
|
|
|
|
- Further UI enhancement bug fixes
|
|
|
|
|
|
|
|
|
|
* Thu Sep 7 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-10
|
|
|
|
|
- Further strings revisions.
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-9
|
|
|
|
|
- Revision of the strings used in ESC.
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-8
|
|
|
|
|
- Fixes to get libnotify working properly on FC6 systems.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 22 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-7
|
|
|
|
|
- Fix for bug #203211, use of system NSS and NSPR for
|
|
|
|
|
- Xulrunner ,addressing the problem running on 64 bit.
|
|
|
|
|
- Overwriting 5 and 6 due to important bug #203211.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 18 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-6
|
|
|
|
|
- Correct problem with Patch #6
|
|
|
|
|
|
|
|
|
|
* Fri Aug 18 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-5
|
|
|
|
|
- Build ESC's xulrunner component using system nss and nspr
|
|
|
|
|
- Build process creates run script based on {_libdir} variable,
|
|
|
|
|
accounting for differences on 64 bit machines.
|
|
|
|
|
- UI enhancements
|
|
|
|
|
|
|
|
|
|
* Tue Aug 1 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
|
|
|
|
|
- Don't auto-generate requires either
|
|
|
|
|
|
|
|
|
|
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-3
|
|
|
|
|
- Don't provide mozilla libraries
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2006 Ray Strode <rstrode@redhat.com> - 1.0.0-2
|
|
|
|
|
- remove bogus gtk+ requires (and some others that will
|
|
|
|
|
be automatic)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-1
|
|
|
|
|
- Initial revision for fedora
|
|
|
|
|
|
|
|
|
|
* Wed Jun 29 2022 Jack Magne <jmagne@redhat.com> - 1.1.2-16
|
|
|
|
|
Resolves: rhbs #2050849
|
|
|
|
|
- Bug 2050849 - Volkswagen Siemens CardOS M4.4 and 5.0 cards display incorrect status in ESC [RHEL 9.1]
|
|
|
|
|
* 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
|
|
|
|
|
-
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-10
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
-
|
|
|
|
|
* Tue Jan 26 2021 Tomas Popela <tpopela@redhat.com> - 1.1.2-9
|
|
|
|
|
- Don't enable GConf2 on RHEL 9 as it won't be available there.
|
|
|
|
|
-
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
-
|
|
|
|
|
* Tue Jul 28 2020 Jeff Law <law@redhat.com> - 1.1.2-7
|
|
|
|
|
- Force C++14 as this code is not C++17 ready
|
|
|
|
|
- Fix sprintf format issue
|
|
|
|
|
- Fix ordered comparison of a pointer against zero issue
|
|
|
|
|
-
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
-
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
-
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
-
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|