SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for condor-debuginfo-7.0.4-4.el4.i386.rpm :
Thu Aug 7 00:00:00 2008 - 7.0.4-4
- Fixed /etc/condor/condor_config to not specify CONDOR_HOST
- Assigned condor uid:gid is 64:64, BZ458069

Thu Aug 7 00:00:00 2008 - 7.0.4-3
- Resolved: BZ457976
- Resolved: BZ458110

Thu Jul 31 00:00:00 2008 - 7.0.4-2
- Resolved: BZ456478

Thu Jul 24 00:00:00 2008 - 7.0.4-1
- Rebased on UW\'s 7.0.4 source release, includes fixes and perf enhancements
- First release with an Integration-Branch patch: fixes, opts, hooks, router, EC2
- Added --with-buildid to configure, addresses version info
- Fixed up condor_tests packaging to include new tests
- Packaged sql scripts, BZ455338
- Resolves: BZ455338, BZ452512, BZ452515, BZ456080, BZ449043, BZ447830
- Stopped using condor_configure
- Added python dependency, for condor_router_history

Thu Jul 17 00:00:00 2008 - 7.0.2-5
- Added SCHEDD_NAME fix for HA Schedds
- Updated Job Hooks feature, -when-root -default-iwd fix integrated
- Added fix for negotiator crash
- Updated EC2 feature

Fri Jul 4 00:00:00 2008 - 7.0.2-4
- Cleaned up the job hooks when running as root fix

Fri Jul 4 00:00:00 2008 - 7.0.2-3
- Added job hooks support
- Added fix for job hooks when running as root
- Added fix for a missing IWD in the job description
- Moved some .pl and .run files to have execute permissions for consistency

Fri Jun 13 00:00:00 2008 - 7.0.2-2
- New, safer, threading code for amazon-gahp
- EC2 resource leak from condor_gridmanager fixed

Thu Jun 12 00:00:00 2008 - 7.0.2-1
- Updated to 7.0.2 release
- Moved modifications of condor_config to condor_config.generic patch

Wed Jun 11 00:00:00 2008 - 7.0.1-12
- Resolved 450316, Proxy Support
- Rebased EC2.patch for new recovery code, parameter name changes, ...

Sat Jun 7 00:00:00 2008 - 7.0.1-11
- Added TP notice

Fri Jun 6 00:00:00 2008 - 7.0.1-10
- Fixed for RHEL 4, cannot apply EC2-Amazon-Imakefile.patch

Fri Jun 6 00:00:00 2008 - 7.0.1-9
- Removed UID/FILESYSTEM_DOMAIN from condor_config.local
- Cleaned conditionals around patches
- Changed HOSTALLOW_WRITE default to $(FULL_HOSTNAME), i.e. presonal pool
- Updated EC2 to use SOAP instead of REST: removes Perl deps, adds RHEL 4 EC2 support

Fri May 23 00:00:00 2008 - 7.0.1-8
- Added new ClassAds and better-analyze support

Thu May 22 00:00:00 2008 - 7.0.1-7
- Init script modified on RHEL 4, where --pidfile and -p are not supported

Thu May 8 00:00:00 2008 - 7.0.1-6
- Resolved: (EC2.patch) bz440699, bz440520, bz445626, bz440516, bz440531, bz440524, bz446749, bz446319, bz440515, bz446740
- Fixed dependencies, no EC2 on RHEL 4

Thu Apr 3 00:00:00 2008 - 7.0.1-5
- Added preliminary EC2 support
- Cleaned up patch names and orders

Wed Mar 12 23:00:00 2008 - 7.0.1-4
- Have batch_test.pl exit condor_master process it starts when it exits

Fri Mar 7 23:00:00 2008 - 7.0.1-3
- Create a package that contains the testing materials for condor

Fri Mar 7 23:00:00 2008 - 7.0.1-2
- Conditionally use custom imake when on RHEL 4, which does not have
imake packaged
- Removed use of find to fix execute permissions on source files,
fixed upstream
- Added disable_glibc_version_check patch to avoid problems with RHEL
4, and many other distro\'s, version of glibc
- Removed f9_glibc_detection patch in favor of
--disable-glibc-version-check to configure
- Disabled KRB5 support on RHEL 4, due to compliation errors with
krb5-1.3.4
- Disabled SMP_NUM_JOBS because of dependency issues

Wed Feb 27 23:00:00 2008 - 7.0.1-1
- Updated to UW\'s 7.0.1 release, source was 223.4MB
- Updated generate-tarball.sh to handle condor-7.0.1 directory name
instead of condor_src-7.0.1 in the upstream source tarball
- Removed lsb_init.patch, accepted upstream
- Removed configure_with_to_enable.patch, accepted upstream
- Removed enable_gcc_version_check.patch, accepted upstream
- Removed f9_gcc_detection.patch, using --disable-gcc-version-check
- Removed modification of config/site.def, it was unnecessary
- Re-enabled use of ?_smp_mflags

Wed Feb 27 23:00:00 2008 - 7.0.0-8
- Inclusion of patch enable_gcc_version_check to allow for disabling
check for gcc version and resulting errors, useful when dealing with
new versions of gcc, and will allow for removal of f9_gcc_detection
patch
- Added patch configure_with_to_enable to change some AC_ARG_WITH to,
more proper, AC_ARG_ENABLE
- Removed gsoap_nonamespaces patch in favor of gsoap 2.7.10-2 or
greater
- Added patch gridmanager_without_globus to allow for compliation of
condor_gridmanager and handlers for different gahps. This means
functionality is determined at runtime instead of compile time.
- Added patch avoid_gsoap_linking to link only executables requiring
gsoap against libgsoap, patch contributed by rratiAATTredhat
- Added patch separate_postgresql_in_build to begin linking postgresql
only against those programs that need it, contributed by
rratiAATTredhat

Thu Feb 14 23:00:00 2008 - 7.0.0-7
- Some changes to config files made during install are now done in a
patch during prep, condor_config.generic.patch. This should simplify
install and resolve an issue with the generated config file for
tests.
- Init Script Update: contains improved lsb logic; fixes BZ432639; no
longer on by default; now patched into source

Mon Feb 11 23:00:00 2008 - 7.0.0-6
- Added note about how to download the source
- Added generate-tarball.sh script

Sun Feb 10 23:00:00 2008 - 7.0.0-5
- The gsoap package is compiled with --disable-namespaces, which means
soap_set_namespaces is required after each soap_init. The
gsoap_nonamespaces.patch handles this.

Fri Feb 8 23:00:00 2008 - 7.0.0-4
- Added patch to detect GCC 4.3.0 on F9
- Added patch to detect GLIBC 2.7.90 on F9
- Added BuildRequires: autoconf to allow for regeneration of configure
script after GCC 4.3.0 detection and GLIBC 2.7.90 patches are
applied
- Condor + GCC 4.3.0 + -O2 results in an internal compiler error
(BZ 432090), so -O2 is removed from optflags for the time
being. Thanks to Mike Bonnet for the suggestion on how to filter
-O2.

Tue Jan 22 23:00:00 2008 - 7.0.0-3
- Update to UW\'s really-final source for Condor 7.0.0 stable series
release. It is based on the 72173 build with minor changes to the
configure.ac related to the SRB external version.
- In addition to removing externals from the UW tarball, the NTconfig
directory was removed because it had not gone through IP audit.

Tue Jan 22 23:00:00 2008 - 7.0.0-2
- Update to UW\'s final source for Condor 7.0.0 stable series release

Thu Jan 10 23:00:00 2008 - 7.0.0-1
- Initial package of Condor\'s stable series under ASL 2.0
- is_clipped.patch replaced with --without-full-port option to configure
- zlib_is_soft.patch removed, outdated by configure.ac changes
- removed autoconf dependency needed for zlib_is_soft.patch

Tue Dec 4 23:00:00 2007 - 6.9.5-2
- SELinux was stopping useradd in pre because files specified root as
the group owner for /var/lib/condor, fixed, much thanks to Phil Knirsch

Fri Nov 30 23:00:00 2007 - 6.9.5-1
- Fixed release tag
- Added gSOAP support and packaged WSDL files

Thu Nov 29 23:00:00 2007 - 6.9.5-0.2
- Packaged LSB init script
- Changed pre to not create the condor user\'s home directory, it is
now a directory owned by the package

Thu Nov 29 23:00:00 2007 - 6.9.5-0.1
- Condor 6.9.5 release, the 7.0.0 stable series candidate
- Removed x86_64_no_multilib-200711091700cvs.patch, merged upstream
- Added patch to make zlib a soft requirement, which it should be
- Disabled use of smp_mflags because of make dependency issues
- Explicitly not packaging WSDL files until the SOAP APIs are available

Tue Nov 20 23:00:00 2007 - 6.9.5-0.3.200711091700cvs
- Rebuild for repo inheritance update: dependencies are now pulled
from RHEL 5 U1 before RH Application Stack

Thu Nov 15 23:00:00 2007 - 6.9.5-0.2.200711091700cvs
- Added support for building on x86_64 without multilib packages
- Made the install section more flexible, reduced need for
make_final_tarballs to be updated

Fri Nov 9 23:00:00 2007 - 6.9.5-0.1.200711091700cvs
- Working source with new ASL 2.0 license

Fri Nov 9 23:00:00 2007 - 6.9.5-0.1.200711091330cvs
- Source is now stamped ASL 2.0, as of Nov 9 2007 1:30PM Central
- Changed license to ASL 2.0
- Fixed find in prep to work if no files have bad permissions
- Changed the name of the LICENSE file to match was is now release in
the source tarball

Tue Nov 6 23:00:00 2007 - 6.9.5-0.1.rc
- Added m4 dependency not in RHEL 5.1\'s base
- Changed chmod a-x script to use find as more files appear to have
improper execute bits set
- Added ?dist to Release:
- condor_privsep became condor_root_switchboard

Wed Sep 12 00:00:00 2007 - 6.9.5-0.3.20070907cvs
- Instead of releasing libcondorapi.so, which is improperly created
and poorly versioned, we release libcondorapi.a, which is apparently
more widely used, in a -static package
- Instead of installing the stripped tarball, the unstripped is now
installed, which gives a nice debuginfo package
- Found and fixed permissions problems on a number of src files,
issue raised by rpmlint on the debuginfo package

Tue Sep 11 00:00:00 2007 - 6.9.5-0.2.20070907cvs
- Updated pre section to create condor\'s home directory with adduser, and
removed _var/lib/condor from files section
- Added doc LICENSE.TXT to all files sections
- Shortened lines longer than 80 characters in this spec (except the sed line)
- Changed install section so untar\'ing a release can handle fedora7 or fedora8
- Simplified the site.def and config file updates (sed + mv over mv + sed + rm)
- Added a patch (fedora_rawhide_7.91-20070907cvs.patch) to support building on
a fedora 7.91 (current Rawhide) release
- Moved the examples from /usr/share/doc/condor... into builddir and just
marked them as documentation
- Added a number of dir directives to force all files to be listed, no implicit
inclusion

Sat Sep 8 00:00:00 2007 - 6.9.5-0.1.20070907cvs
- Initial release


 
ICM