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