9ccdfb
Name: esc 
9ccdfb
Version: 1.1.0
a5c570
Release: 44%{?dist} 
9ccdfb
Summary: Enterprise Security Client Smart Card Client
9ccdfb
License: GPL+
9ccdfb
URL: http://directory.fedoraproject.org/wiki/CoolKey 
9ccdfb
Group: Applications/Internet
9ccdfb
9ccdfb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9ccdfb
9ccdfb
#Fix to build against XUlrunner SDK.
9ccdfb
Patch1: esc-1.1.0-fix1.patch
9ccdfb
#Fix to the smart card handling thread
9ccdfb
Patch2: esc-1.1.0-fix2.patch
9ccdfb
#Simple fix to some smart card error messages.
9ccdfb
Patch3: esc-1.1.0-fix3.patch
9ccdfb
#Add -fno-strict-aliasing compile flag.
9ccdfb
Patch4: esc-1.1.0-fix4.patch
9ccdfb
#Fix error with reporting a certain smart card error message.
9ccdfb
Patch5: esc-1.1.0-fix5.patch
9ccdfb
#Allow the http library the ability to observe security exceptions for incoming server certs.
9ccdfb
Patch6: esc-1.1.0-fix6.patch
9ccdfb
#Ipv6 support for the http library.
9ccdfb
Patch7: esc-1.1.0-fix7.patch
9ccdfb
9ccdfb
Patch8: esc-1.1.0-fix8.patch
9ccdfb
Patch9: esc-1.1.0-fix9.patch
9ccdfb
Patch10: esc-1.1.0-fix10.patch
9ccdfb
Patch11: esc-1.1.0-fix11.patch
9ccdfb
Patch12: esc-1.1.0-fix12.patch
9ccdfb
Patch13: esc-1.1.0-fix13.patch
9ccdfb
Patch14: esc-1.1.0-fix14.patch
9ccdfb
Patch15: esc-1.1.0-fix15.patch
9ccdfb
Patch16: esc-1.1.0-fix16.patch
9ccdfb
Patch17: esc-1.1.0-fix17.patch
9ccdfb
Patch18: esc-1.1.0-fix18.patch
9ccdfb
Patch19: esc-1.1.0-fix19.patch
9ccdfb
Patch20: esc-1.1.0-fix20.patch
9ccdfb
Patch21: esc-1.1.0-fix21.patch
9ccdfb
Patch22: esc-1.1.0-fix22.patch
9ccdfb
Patch23: esc-1.1.0-fix23.patch
9ccdfb
Patch24: esc-1.1.0-fix24.patch
9ccdfb
Patch25: esc-1.1.0-fix25.patch
9ccdfb
Patch26: esc-1.1.0-fix26.patch
9ccdfb
Patch27: esc-1.1.0-fix27.patch
9ccdfb
Patch28: esc-1.1.0-fix28.patch
9ccdfb
Patch29: esc-1.1.0-fix29.patch
9ccdfb
Patch30: esc-1.1.0-fix30.patch
9ccdfb
Patch31: esc-1.1.0-fix31.patch
a5c570
Patch32: esc-1.1.0-fix32.patch
9ccdfb
9ccdfb
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
9ccdfb
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
9ccdfb
BuildRequires: pango-devel libpng-devel pkgconfig zlib-devel
9ccdfb
BuildRequires: nspr-devel nss-devel
9ccdfb
BuildRequires: autoconf libX11-devel libXt-devel
9ccdfb
BuildRequires: xulrunner xulrunner-devel
9ccdfb
9ccdfb
BuildRequires: pcsc-lite-devel coolkey-devel
9ccdfb
BuildRequires: desktop-file-utils zip binutils libnotify-devel
9ccdfb
BuildRequires: dbus-devel
9ccdfb
Requires: pcsc-lite coolkey nss nspr
9ccdfb
Requires: zip dbus >= 0.90 libnotify >= 0.4.2
9ccdfb
Requires: xulrunner
9ccdfb
9ccdfb
# 390 does not have coolkey or smartCards
9ccdfb
ExcludeArch:  s390 s390x 
9ccdfb
9ccdfb
# We can't allow the internal xulrunner to leak out
9ccdfb
AutoReqProv: 0
9ccdfb
9ccdfb
#%define __prelink_undo_cmd %{nil}
9ccdfb
%define escname %{name}-%{version}
9ccdfb
%define escdir %{_libdir}/%{escname}
9ccdfb
%define escbindir %{_bindir}
9ccdfb
%define esc_chromepath   chrome/content/esc
9ccdfb
%define appdir applications
9ccdfb
%define icondir %{_datadir}/icons/hicolor/48x48/apps
9ccdfb
%define esc_vendor esc 
9ccdfb
%define autostartdir %{_sysconfdir}/xdg/autostart
9ccdfb
%define pixmapdir  %{_datadir}/pixmaps
9ccdfb
%define docdir    %{_defaultdocdir}/%{escname}
9ccdfb
%define escappdir src/app/xpcom
9ccdfb
%define escxuldir src/app/xul/esc
9ccdfb
%define escrpmdir rpm
9ccdfb
%define escxulchromeicons %{escxuldir}/chrome/icons/default
9ccdfb
%define escdaemon escd
9ccdfb
9ccdfb
Source0: http://pki.fedoraproject.org/pki/sources/%name/%{escname}.tar.bz2 
9ccdfb
Source1: http://pki.fedoraproject.org/pki/sources/%name/esc
9ccdfb
Source2: http://pki.fedoraproject.org/pki/sources/%name/esc.desktop
9ccdfb
Source3: http://pki.fedoraproject.org/pki/sources/%name/esc.png
9ccdfb
9ccdfb
9ccdfb
%description
9ccdfb
Enterprise Security Client allows the user to enroll and manage their
9ccdfb
cryptographic smartcards.
9ccdfb
9ccdfb
%prep
9ccdfb
9ccdfb
%setup -q -c -n %{escname}
9ccdfb
9ccdfb
#patch esc 
9ccdfb
9ccdfb
%patch1 -p1 -b .fix1
9ccdfb
%patch2 -p1 -b .fix2
9ccdfb
%patch3 -p1 -b .fix3
9ccdfb
%patch4 -p1 -b .fix4
9ccdfb
%patch5 -p1 -b .fix5
9ccdfb
%patch6 -p1 -b .fix6
9ccdfb
%patch7 -p1 -b .fix7
9ccdfb
%patch8 -p1 -b .fix8
9ccdfb
%patch9 -p1 -b .fix9
9ccdfb
%patch10 -p1 -b .fix10
9ccdfb
%patch11 -p1 -b .fix11
9ccdfb
%patch12 -p1 -b .fix12
9ccdfb
%patch13 -p1 -b .fix13
9ccdfb
%patch14 -p1 -b .fix14
9ccdfb
%patch15 -p1 -b .fix15
9ccdfb
%patch16 -p1 -b .fix16
9ccdfb
%patch17 -p1 -b .fix17
9ccdfb
%patch18 -p1 -b .fix18
9ccdfb
%patch19 -p1 -b .fix19 
9ccdfb
%patch20 -p1 -b .fix20
9ccdfb
%patch21 -p1 -b .fix21
9ccdfb
%patch22 -p1 -b .fix22
9ccdfb
%patch23 -p1 -b .fix23
9ccdfb
%patch24 -p1 -b .fix24
9ccdfb
%patch25 -p1 -b .fix25
9ccdfb
%patch26 -p1 -b .fix26
9ccdfb
%patch27 -p1 -b .fix37
9ccdfb
%patch28 -p1 -b .fix28
9ccdfb
%patch29 -p1 -b .fix29
9ccdfb
%patch30 -p1 -b .fix30
9ccdfb
%patch31 -p1 -b .fix31
a5c570
%patch32 -p1 -b .fix32
9ccdfb
9ccdfb
r=$(uname -r | sed -e 's/\(^[^.]*\.[^.]*\).*/\1/')
9ccdfb
[ -f esc/coreconf/Linux$r.mk ] || ln -s Linux3.5.mk esc/coreconf/Linux$r.mk
9ccdfb
9ccdfb
%build
9ccdfb
9ccdfb
export geckoversion=`rpm -qi xulrunner | grep Version |  sed 's/[\t ]//g;/^$/d' | sed 's/Version://'`
9ccdfb
9ccdfb
GECKO_SDK_PATH=%{_libdir}/xulrunner-devel-$geckoversion/sdk
9ccdfb
echo $GECKO_SDK_PATH
9ccdfb
GECKO_BIN_PATH=%{_libdir}/xulrunner
9ccdfb
GECKO_INCLUDE_PATH=%{_includedir}/xulrunner-$geckoversion
9ccdfb
GECKO_IDL_PATH=/usr/share/idl/xulrunner-$geckoversion
9ccdfb
9ccdfb
%if  0%{?__isa_bits}
9ccdfb
%if %{__isa_bits} == 64
9ccdfb
USE_64=1
9ccdfb
export USE_64
9ccdfb
%endif
9ccdfb
%endif
9ccdfb
9ccdfb
export GECKO_SDK_PATH
9ccdfb
export GECKO_BIN_PATH
9ccdfb
export GECKO_INCLUDE_PATH
9ccdfb
export GECKO_IDL_PATH
9ccdfb
# last setup call moved  the current directory
9ccdfb
9ccdfb
cd esc 
9ccdfb
#cd ../..
9ccdfb
9ccdfb
cp %{SOURCE3} %{escxuldir}/%{esc_chromepath}
9ccdfb
rm -f %{escxulchromeicons}/*.ico
9ccdfb
cp %{escxulchromeicons}/esc-window.xpm %{escxulchromeicons}/default.xpm
9ccdfb
9ccdfb
make HAVE_LIB_NOTIFY=1 ESC_VERSION=%{version}-%{release} USE_XUL_SDK=1
9ccdfb
9ccdfb
%install
9ccdfb
9ccdfb
cd esc
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
9ccdfb
9ccdfb
install -m 644 %{escrpmdir}/esc.1 $RPM_BUILD_ROOT%{_mandir}/man1/
9ccdfb
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{appdir}
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{autostartdir}
9ccdfb
9ccdfb
9ccdfb
cp %{escrpmdir}/esc.desktop $RPM_BUILD_ROOT/%{_datadir}/%{appdir}
9ccdfb
cp %{escrpmdir}/esc.desktop $RPM_BUILD_ROOT/%{autostartdir}
9ccdfb
9ccdfb
cd ..
9ccdfb
cd esc/src/app/xpcom 
9ccdfb
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{escbindir}
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{icondir}
9ccdfb
#mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{appdir}
9ccdfb
#mkdir -p $RPM_BUILD_ROOT/%{autostartdir}
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{pixmapdir}
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{docdir}
9ccdfb
9ccdfb
sed -e 's;\$LIBDIR;'%{_libdir}';g'  ../../../rpm/esc > $RPM_BUILD_ROOT/%{escbindir}/%{name}
9ccdfb
9ccdfb
9ccdfb
chmod 755 $RPM_BUILD_ROOT/%{escbindir}/esc
9ccdfb
9ccdfb
mkdir -p $RPM_BUILD_ROOT/%{escdir}
9ccdfb
9ccdfb
%if  0%{?__isa_bits}
9ccdfb
%if %{__isa_bits} == 64
9ccdfb
USE_64=1
9ccdfb
export USE_64
9ccdfb
%endif
9ccdfb
%endif
9ccdfb
9ccdfb
9ccdfb
make  USE_XUL_SDK=1 install DESTDIR=$RPM_BUILD_ROOT/%{escdir}
9ccdfb
9ccdfb
rm -rf $RPM_BUILD_ROOT/%{escdir}/usr
9ccdfb
9ccdfb
cd ../../../dist/*DBG*/esc_build/esc
9ccdfb
9ccdfb
9ccdfb
cp %{esc_chromepath}/esc.png $RPM_BUILD_ROOT/%{icondir}/esc-png.png
9ccdfb
ln -s $RPMBUILD_ROOT%{icondir}/esc-png.png $RPM_BUILD_ROOT/%{pixmapdir}/esc-png.png
9ccdfb
9ccdfb
9ccdfb
#cp %{escrpmdir}/esc.desktop $RPM_BUILD_ROOT/%{_datadir}/%{appdir}
9ccdfb
#cp %{escrpmdir}/esc.desktop $RPM_BUILD_ROOT/%{autostartdir}
9ccdfb
9ccdfb
cd %{_builddir}
9ccdfb
cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
9ccdfb
9ccdfb
rm -f $RPM_BUILD_ROOT/%{escdir}/esc
9ccdfb
9ccdfb
rm -r $RPM_BUILD_ROOT/%{escdir}/xulrunner
9ccdfb
echo "xulrunner ./application.ini \$* &" > $RPM_BUILD_ROOT/%{escdir}/esc
9ccdfb
9ccdfb
chmod 755  $RPM_BUILD_ROOT/%{escdir}/esc
9ccdfb
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/chrome
9ccdfb
chmod 755 -R $RPM_BUILD_ROOT/%{escdir}/defaults
9ccdfb
chmod 755  $RPM_BUILD_ROOT/%{escdir}/application.ini
9ccdfb
9ccdfb
9ccdfb
%clean
9ccdfb
9ccdfb
rm -rf $RPM_BUILD_ROOT
9ccdfb
9ccdfb
%files
9ccdfb
%defattr(-,root,root,-)
9ccdfb
9ccdfb
%{escdir}/esc
9ccdfb
%{escdir}/escd
9ccdfb
%{escbindir}/esc
9ccdfb
%{escdir}/application.ini
9ccdfb
9ccdfb
%{escdir}/chrome.manifest
9ccdfb
%{escdir}/chrome/chrome.manifest
9ccdfb
9ccdfb
%{escdir}/chrome/content
9ccdfb
%{escdir}/chrome/locale
9ccdfb
%{escdir}/chrome/icons/default
9ccdfb
%{escdir}/components
9ccdfb
9ccdfb
%{escdir}/defaults/preferences/esc-prefs.js   
9ccdfb
9ccdfb
%{icondir}/esc-png.png
9ccdfb
%{pixmapdir}/esc-png.png
9ccdfb
%{autostartdir}/esc.desktop
9ccdfb
%{_datadir}/%{appdir}/esc.desktop
9ccdfb
%{_mandir}/man1/*
9ccdfb
%doc %{docdir}/LICENSE
9ccdfb
9ccdfb
%post
9ccdfb
touch --no-create %{_datadir}/icons/hicolor || :
9ccdfb
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
9ccdfb
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
9ccdfb
fi
9ccdfb
9ccdfb
%preun
9ccdfb
9ccdfb
killall --exact -q escd
9ccdfb
exit 0
9ccdfb
9ccdfb
%postun
9ccdfb
touch --no-create %{_datadir}/icons/hicolor || :
9ccdfb
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
9ccdfb
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
9ccdfb
fi
9ccdfb
9ccdfb
%changelog
a5c570
* Mon Mar 23 2020 Jack Magne <jmagne@redhat.com> - 1.1.0-44
a5c570
- Resolves: Bug# 1787362 - 'esc' creates world-writable directories .
9ccdfb
* Mon Jul 05 2019 Jack Magne <jmagne@redhat.com> - 1.1.0-43
9ccdfb
- Resolves: Bug# 1688904 - ESC - HTTP GET Requests incorrectly Being Sent To TPS for Token Operations.
9ccdfb
* Tue Mar 26 2019 Jack Magne <jmagne@redhat.com> - 1.1.0-42
9ccdfb
- Related: Bug# 1358500 - Segmentation fault happens when escd runs with a NULL display.
9ccdfb
- Resolve changelog entry error.
9ccdfb
* Thu Mar 21 2019 Jack Magne <jmagne@redhat.com> - 1.1.0-41
9ccdfb
- Resolves: Bug# 1358500 - Segmentation fault happens when escd runs with a NULL display.
9ccdfb
* Fri Jan 19 2018 Jack Magne <jmagne@redhat.com> - 1.1.0-40
9ccdfb
- Resolves: Bug #1466949, Relate: Bug #1523946 - [ppc64] ld switch to relro breaks GDB. This caused an rpmdiff failure.
9ccdfb
* Mon Jan 08 2018 Jack Magne <jmagne@redhat.com> - 1.1.0-39
9ccdfb
- Resolves: Bug #1466949 - esc created .redhat directory fails STIG umask check, fixed corner case.
9ccdfb
* Thu Nov 02 2017 Jack Magne <jmagne@redhat.com> - 1.1.0-38
9ccdfb
- Resolves: Bug #1466949 - esc created .redhat directory fails STIG umask check
9ccdfb
* Tue Jun 28 2016 Jack Magne <jmagne@redhat.com> - 1.1.0-37
9ccdfb
- Resolves: Bug #885898 - ESC incorrectly display Issuer information for a CAC smart card
9ccdfb
- Resolves: Bug 1070802 - missing -fstack-protector-strong
9ccdfb
* Tue Jan 06 2015 Jack Magne <jmagne@redhat.com> - 1.1.0-36
9ccdfb
- Resolves: Bug #1176241 -  .redhat dir does not have the same permissions during manual and auto launch of ESC Client
9ccdfb
- Minor additional fix.
9ccdfb
* Mon Jan 05 2015 Jack Magne <jmagne@redhat.com> - 1.1.0-35
9ccdfb
- Resolves: Bug #1176241 -  .redhat dir does not have the same permissions during manual and auto launch of ESC Client
9ccdfb
* Tue Dec 16 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-34
9ccdfb
- Resolves: Bug #1173774 - ESC Client does list 
9ccdfb
- the encryption and signing certs under the "Your Certificates" tab when an enrolled card is inserted.
9ccdfb
* Mon Nov 17 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-33
9ccdfb
- Resolves: Bug #1163479 Errata 18562 TPS tests fails - esc rebuild failure because of xulrunner updates.
9ccdfb
* Thu Sep 11 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-30
9ccdfb
- Resolves: Bug #1125496
9ccdfb
- Minor spec and makefile and tweaks to build under xulrunner sdk 31.1.0.
9ccdfb
* Wed Sep 10 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-30
9ccdfb
- Resolves: Bug #1125496 - FTBFS
9ccdfb
- Thanks to:  perobins@redhat.com
9ccdfb
* Mon Sep 08 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-30
9ccdfb
- Resolves: Bug #1125496 - FTBFS
9ccdfb
* Fri Aug 15 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-29
9ccdfb
- Resolves: Bug #1053711 - FTBFS 
9ccdfb
* Fri Jul 11 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-28
9ccdfb
- Thanks to: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
9ccdfb
- Handle all kernel versions
9ccdfb
- Fix gecko version
9ccdfb
9ccdfb
* Mon Jan 06 2014 Jack Magne <jmagne@redhat.com> - 1.1.0-27
9ccdfb
- Resolves: Bug 1048856 - esc does not build on RHEL 7
9ccdfb
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.0-27
9ccdfb
- Mass rebuild 2013-12-27
9ccdfb
9ccdfb
* Wed Nov 27 2013 Jack Magne <jmagne@redhat.com>=1.1.0-26
9ccdfb
- Resolves: #1033779 - Mouse move on a locked screen display Smart Card Manager smart card insert/removal event notifications.
9ccdfb
- Resolves: #1033220 - ESC phone home/authentication dialog should pop it to top of window stack to get focus
9ccdfb
* Thu Nov 7 2013 Jack Magne <jmagne@redhat.com>=1.1.0-25
9ccdfb
- Resolves: #1027777 - rebuild esc against new xulrunner (ESR24).
9ccdfb
* Mon Nov 4  2013 Jack Magne <jmagne@redhat.com>=1.1.0-24
9ccdfb
- Related: #1018670, fix rpmdiff issue with icon related symbolic link.
9ccdfb
* Fri Nov 1  2013 Jack Magne <jmagne@redhat.com>=1.1.0-23
9ccdfb
- Respin, which Resolves: #1018670 - missing icon in gnome notification settings
9ccdfb
* Tue Jul 30 2013 Jack Magne <jmagne@redhat.com>= 1.1.0-22
9ccdfb
- Continuing rpmdiff appeasement.
9ccdfb
* Mon Jul 29 2013 Jack Magne <jmagne@redhat.com>= 1.1.0-21
9ccdfb
- Resolves #865721 - Switch BuildRequires from autoconf213 ~~> autoconf
9ccdfb
- Resolves #963606 - esc ceased working after Firefox/xulrunner update to 17 and above series 
9ccdfb
* Mon Jun 17 2013 Jack Magne <jmagne@redhat.com>= 1.1.0-21
9ccdfb
- Appease latest compiler errors and build to xulrunner 21.0.
9ccdfb
* Wed Nov 28 2012 Jack Magne <jmagne@redhat.com>= 1.1.0-20
9ccdfb
- Gecko no longer supports UniversalXPConnect, remove it.
9ccdfb
* Wed Nov 21 2012 Jack Magne <jmagne@redhat.com>= 1.1.0-19
9ccdfb
- Pick up latest fixes.
9ccdfb
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-18
9ccdfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9ccdfb
9ccdfb
* Fri Jun 22 2012   Jack Magne <jmagne@redhat.com>= 1.1.0-17
9ccdfb
- Related #688361 - Get ESC to run on Gecko 2.0, again.
9ccdfb
* Thu May 10 2012   Jack Magne <jmagne@redhat.com>= 1.1.0-16
9ccdfb
- Related #688361 - Get ESC to run on Gecko 2.0.
9ccdfb
* Mon Feb 20 2012   Jack Magne <jmagne@redhat.com>= 1.1.0-15
9ccdfb
- Related #688361 - Get ESC to run on Gecko 2.0.
9ccdfb
* Tue Nov 22 2011   Jack Magne <jmagne@redhat.com>= 1.1.0-14
9ccdfb
- Related #688361 - Get ESC to run on Gecko 2.0.
9ccdfb
* Thu Apr 15 2010   Jack Magne <jmagne@redhat.com>= 1.1.0-11
9ccdfb
- Adjust for new linking rules.
9ccdfb
* Tue Sep 15 2009   Jack Magne <jmagne@redhat.com>= 1.1.0-10
9ccdfb
- Pick up latest improvements.
9ccdfb
* Mon Jun 22 2009  Jack Magne <jmagne@redhat.com>= 1.1.0-9
9ccdfb
- Related: #496410, also IPV6 support.
9ccdfb
* Fri Jun 19 2009  Jack Magne <jmagne@redhat.com>= 1.1.0-8
9ccdfb
- Related: #496410, SSL Conn fix.
9ccdfb
* Mon Jun 8  2009  Jack Magne <jmagne@redhat.com>- 1.1.0-7
9ccdfb
- Releated: #496410.
9ccdfb
* Thu Apr 23 2009  Jack Magne <jmagne@redhat.com>- 1.1.0-6
9ccdfb
- Related: #496410. Appease rpmdiff.
9ccdfb
* Wed Apr 22 2009  Jack Magne <jmagne@redhat.com>- 1.1.0-5
9ccdfb
- Related: #496410, addresses 494981, better error message.
9ccdfb
* Wed Apr 22 2009  Jack Magne <jmagne@redhat.com>- 1.1.0-4
9ccdfb
- Move to latest rebased code. Related #496410.
9ccdfb
* Thu Dec 04 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-39
9ccdfb
- Resolves #469202 - Cert Viewer issue              
9ccdfb
* Tue Nov 11 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-38
9ccdfb
- Resolves  #471923 - ESC Connection issue.
9ccdfb
* Thu Oct 16 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-37
9ccdfb
- Resolves #467126 - Blank authentication dialog problem. 
9ccdfb
* Fri Sep 26 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-36
9ccdfb
- Related #200475 - Require the xulrunner package, Resolves #248493
9ccdfb
* Thu Sep 18 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-35
9ccdfb
- Related 200475, make rpmdiff tests happy.
9ccdfb
* Tue Sep 16 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-34
9ccdfb
- Resolves #200475 #253081 #437238
9ccdfb
* Thu Jan 10 2008  Jack Magne <jmagne@redhat.com>- 1.0.0-33
9ccdfb
- Resolves #25324a8 #253268
9ccdfb
* Thu Jul 12 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-32
9ccdfb
- Resolves #248071 - ESC RPM unistall failure if daemon not running.
9ccdfb
* Fri Jun 22 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-31
9ccdfb
- Related #208038 - Top things to put in diagnostics log
9ccdfb
* Wed Jun 20 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-30
9ccdfb
- Related #204021
9ccdfb
* Fri Jun 8 2007   Jack Magne <jmagne@redhat.com>- 1.0-0-29
9ccdfb
- Related #212010
9ccdfb
* Fri Jun 8 2007   Jack Magne <jmagne@redhat.com>- 1.0.0-28
9ccdfb
- Resolves #212010 
9ccdfb
* Tue Jun 5 2007   Jack Magne <jmagne@redhat.com>- 1.0.0-27 
9ccdfb
- Resolves #203466 Better error message strings.
9ccdfb
* Mon May 21 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-26
9ccdfb
- Related: #206783 Fix the launcher script to work with new logging.
9ccdfb
* Fri May 11 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-25
9ccdfb
- Resolves: #206783.
9ccdfb
* Mon Apr 23 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-24
9ccdfb
- More Desktop appearance fixes.
9ccdfb
- Related: #208749
9ccdfb
* Mon Apr 23 2007  Jack Magne <jmagne@redhat.com>- 1.0.0-23
9ccdfb
- Desktop appearance fixes.
9ccdfb
- Related: #208749
9ccdfb
* Thu Apr 19 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-22
9ccdfb
- Second drop of 5.1 fixes.
9ccdfb
- Resolves: #203934, #203935, #204959, #206780, #206792, #207721
9ccdfb
- Resolves: #207816, #206791
9ccdfb
- Related:  #208749
9ccdfb
* Wed Apr 18 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-21
9ccdfb
- First 5.1 fixes.
9ccdfb
- Resolves: #203757, #203806, #204661, #205856, #206788, #206791
9ccdfb
- Resolves: #208037, #208333, #210589, #210590, #213912, #226913
9ccdfb
- Resolves: #204021, #205498, #224436
9ccdfb
* Tue Nov 28 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-20
9ccdfb
- fix for bug to commit config changes immediately.  Bug #210988
9ccdfb
* Wed Nov 15 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-19
9ccdfb
-fix for escd double free problem. Bug #209882
9ccdfb
* Tue Oct 24 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-18
9ccdfb
-rebuilt on RHEL-5 branch
9ccdfb
* Wed Oct 4  2006 Jack Magne <jmagne@redhat.com>- 1.0.0-17
9ccdfb
- Diagnostics display fixes, Mac and Window fixes.
9ccdfb
9ccdfb
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-16
9ccdfb
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
9ccdfb
9ccdfb
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-15
9ccdfb
- Fix to the build version
9ccdfb
9ccdfb
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>= 1.0.0-14
9ccdfb
- Fix to compile error in daemon
9ccdfb
9ccdfb
* Fri Sep 22 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-13
9ccdfb
- Fix to include the new esc daemon.  
9ccdfb
9ccdfb
* Sat Sep 16 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-12
9ccdfb
- Fix for Password Reset and minor UI revision.
9ccdfb
9ccdfb
* Fri Sep 15 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-11
9ccdfb
- Further UI enhancement bug fixes
9ccdfb
9ccdfb
* Thu Sep 7 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-10
9ccdfb
- Further strings revisions.
9ccdfb
9ccdfb
* Wed Aug 30 2006 Jack Magne <jmagne@redhat.com>-  1.0.0-9
9ccdfb
- Revision of the strings used in ESC.
9ccdfb
9ccdfb
* Sun Aug 27 2006 Jack Magne <jmagne@redhat.com>-  1.0.0-8
9ccdfb
- Fixes to get libnotify working properly on FC6 systems.
9ccdfb
9ccdfb
* Tue Aug 22 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-7
9ccdfb
- Fix for bug #203211, use of system NSS and NSPR for
9ccdfb
- Xulrunner ,addressing the problem running on 64 bit.
9ccdfb
- Overwriting 5 and 6 due to important bug #203211.
9ccdfb
9ccdfb
* Fri Aug  18 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-6
9ccdfb
- Correct problem with Patch #6
9ccdfb
9ccdfb
* Thu Aug  17 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-5
9ccdfb
- Build ESC's xulrunner component using system nss and nspr
9ccdfb
- Build process creates run script based on {_libdir} variable,
9ccdfb
  accounting for differences on 64 bit machines.
9ccdfb
- UI enhancements
9ccdfb
9ccdfb
* Tue Aug  1 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
9ccdfb
- Don't auto-generate requires either
9ccdfb
9ccdfb
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-3
9ccdfb
- Don't provide mozilla libraries
9ccdfb
9ccdfb
* Fri Jul 28 2006 Ray Strode <rstrode@redhat.com> - 1.0.0-2
9ccdfb
- remove bogus gtk+ requires (and some others that will
9ccdfb
  be automatic)
9ccdfb
9ccdfb
* Tue Jun 13 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-1
9ccdfb
- Initial revision for fedora
9ccdfb