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