%global newname htcondor %global version 23.0.0 %global version_ %(tr . _ <<< %{version}) ####################### Name: condor Version: 23.0.0 Release: 1%{?dist} Summary: HTCondor: High Throughput Computing License: ASL 2.0 URL: http://htcondor.org ############################################################## # NOTE: If you wish to setup a debug build either add a patch # or adjust the URL to a private github location ############################################################## Source0: https://github.com/htcondor/htcondor/archive/V%{version}/%{newname}-%{version}.tar.gz ####################### BuildRequires: gcc gcc-c++ BuildRequires: cmake >= 3.16 BuildRequires: pcre2-devel BuildRequires: openssl-devel BuildRequires: krb5-devel BuildRequires: libvirt-devel BuildRequires: bind-utils BuildRequires: libX11-devel BuildRequires: libXScrnSaver-devel BuildRequires: libcurl-devel BuildRequires: expat-devel BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme BuildRequires: boost-devel BuildRequires: boost-python3-devel BuildRequires: boost-static BuildRequires: glibc-static BuildRequires: libuuid-devel BuildRequires: sqlite-devel BuildRequires: patch # needed for param table generator BuildRequires: perl-generators BuildRequires: perl(Archive::Tar) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Digest::MD5) BuildRequires: perl(XML::Parser) BuildRequires: munge-devel BuildRequires: voms-devel BuildRequires: nss-devel BuildRequires: openldap-devel BuildRequires: scitokens-cpp-devel # we now need to request the python libs and includes explicitly: BuildRequires: python3-devel # Added by B.DeKnuydt (Jan 2020) BuildRequires: libxml2 libxml2-devel BuildRequires: pam-devel BuildRequires: make BuildRequires: systemd-devel BuildRequires: systemd-units ####################### # Installation requirements. Requires: /usr/sbin/sendmail Requires: python3 # Require libraries that we dlopen # Ganglia is optional as well as nVidia and cuda libraries Requires: voms Requires: krb5-libs Requires: libcom_err Requires: munge-libs Requires: openssl-libs Requires: scitokens-cpp >= 0.6.2 Requires: systemd-libs # openssh-server needed for condor_ssh_to_job Requires: openssh-server # net-tools needed to provide netstat for condor_who Requires: net-tools # Useful tools are using the Python bindings Requires: python3-condor = %{version}-%{release} Requires: python3-requests # procd package discontinued as of 10.8.0 Obsoletes: %{name}-procd < 10.8.0 Provides: %{name}-procd = %{version}-%{release} # all package discontinued as of 10.8.0 Obsoletes: %{name}-openstack-gahp < 10.8.0 Provides: %{name}-openstack-gahp = %{version}-%{release} # classads package discontinued as of 10.8.0 Obsoletes: %{name}-classads < 10.8.0 Provides: %{name}-classads = %{version}-%{release} # classads-devel package discontinued as of 10.8.0 Obsoletes: %{name}-classads-devel < 10.8.0 Provides: %{name}-classads-devel = %{version}-%{release} %description HTCondor is a workload management system for high-throughput and high-performance jobs. Like other full-featured batch systems, HTCondor provides a job queuing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor, HTCondor places them into a queue, chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. ####################### %package devel Summary: Development files for HTCondor Group: Applications/System %description devel Development files for HTCondor ####################### %package kbdd Summary: HTCondor Keyboard Daemon Requires: %name = %version-%release Requires: condor = %{version}-%{release} %description kbdd The condor_kbdd monitors logged in X users for activity. It is only useful on systems where no device (e.g. /dev/*) can be used to determine console idle time. ####################### %package test Summary: HTCondor Self Tests Group: Applications/System Requires: %name = %version-%release %description test A collection of tests to verify that HTCondor is operating properly. ####################### %package vm-gahp Summary: HTCondor's VM Gahp Requires: %name = %version-%release Requires: libvirt Requires: condor = %{version}-%{release} %description vm-gahp The condor_vm-gahp enables the Virtual Machine Universe feature of HTCondor. The VM Universe uses libvirt to start and control VMs under HTCondor's Startd. ####################### %package -n python3-condor Summary: Python bindings for HTCondor Requires: %name = %version-%release %{?python_provide:%python_provide python3-condor} %description -n python3-condor The python bindings allow one to directly invoke the C++ implementations of the ClassAd library and HTCondor from python ####################### %package credmon-oauth Summary: OAuth2 credmon for HTCondor Group: Applications/System Requires: %name = %version-%release Requires: python3-condor = %{version}-%{release} Requires: python3-requests-oauthlib Requires: python3-six Requires: python3-flask Requires: python3-cryptography Requires: python3-scitokens Requires: python3-mod_wsgi Requires: httpd %description credmon-oauth The OAuth2 credmon allows users to obtain credentials from configured OAuth2 endpoints and to use those credentials securely inside running jobs. ####################### %package credmon-vault Summary: Vault credmon for HTCondor Group: Applications/System Requires: %name = %version-%release Requires: python3-condor = %{version}-%{release} Requires: python3-six Requires: python3-cryptography # Although htgettoken is only needed on the submit machine and # condor-credmon-vault is needed on both the submit and credd machines, # htgettoken is small so it doesn't hurt to require it in both places. Requires: htgettoken >= 1.1 Conflicts: %name-credmon-oauth %description credmon-vault The Vault credmon allows users to obtain credentials from Vault using htgettoken and to use those credentials securely inside running jobs. ####################### %package -n minicondor Summary: Configuration for a single-node HTCondor Requires: %name = %version-%release Requires: python3-condor = %version-%release %description -n minicondor This example configuration is good for trying out HTCondor for the first time. It only configures the IPv4 loopback address, turns on basic security, and shortens many timers to be more responsive. ####################### %package annex-ec2 Summary: Configuration and scripts to make an EC2 image annex-compatible. Requires: %name = %version-%release %description annex-ec2 Configures HTCondor to make an EC2 image annex-compatible. Do NOT install on a non-EC2 image. %files annex-ec2 %_libexecdir/condor/condor-annex-ec2 %{_unitdir}/condor-annex-ec2.service %config(noreplace) %_sysconfdir/condor/config.d/50ec2.config %config(noreplace) %_sysconfdir/condor/master_shutdown_script.sh %post annex-ec2 #/bin/systemctl enable condor-annex-ec2 %preun annex-ec2 if [ $1 == 0 ]; then /bin/systemctl disable condor-annex-ec2 fi ####################### %package upgrade-checks Summary: Script to check for manual interventions needed to upgrade Group: Applications/System Requires: python3-condor Requires: pcre2-tools %description upgrade-checks HTCondor V9 to V10 check for for known breaking changes: 1. IDToken TRUST_DOMAIN default value change 2. Upgrade to PCRE2 breaking map file regex sequences 3. The way to request GPU resources for a job %files upgrade-checks %_bindir/condor_upgrade_check %pre getent group %{name} >/dev/null || groupadd -r %{name} getent passwd %{name} >/dev/null || \ useradd -r -g condor -d %{_sharedstatedir}/%{name} -s /sbin/nologin \ -c "Owner of HTCondor Daemons" %{name} exit 0 %prep %setup -q -n %{newname}-%{version} # fix errant execute permissions find src -perm /a+x -type f -name "*.[Cch]" -exec chmod a-x {} \; %build make -C docs man %cmake -DBUILDID:STRING=RH-%{version}-%{release} \ -DBUILD_TESTING:BOOL=FALSE \ -DCMAKE_SKIP_RPATH:BOOL=TRUE \ -DPACKAGEID:STRING=%{version}-%{release} \ -DCONDOR_PACKAGE_BUILD:BOOL=TRUE \ -DCONDOR_RPMBUILD:BOOL=TRUE \ -DCMAKE_INSTALL_PREFIX:PATH=/ %cmake_build %install # installation happens into a temporary location, this function is # useful in moving files into their final locations function populate { _dest="$1"; shift; _src="$*" mkdir -p "%{buildroot}/$_dest" mv $_src "%{buildroot}/$_dest" } rm -rf %{buildroot} %cmake_install # TODO: Fix up cmake and remove this hack %ifarch s390x mv %{buildroot}/usr/lib/* %{buildroot}/usr/%{_lib} %endif # Drop in a symbolic link for backward compatibility ln -s ../..%{_libdir}/condor/condor_ssh_to_job_sshd_config_template %{buildroot}/%_sysconfdir/condor/condor_ssh_to_job_sshd_config_template mv %{buildroot}/usr/share/doc/condor-%{version} %{buildroot}/usr/share/doc/condor populate /usr/share/doc/condor/examples %{buildroot}/usr/share/doc/condor/etc/examples/* mkdir -p %{buildroot}/%{_sysconfdir}/condor # the default condor_config file is not architecture aware and thus # sets the LIB directory to always be /usr/lib, we want to do better # than that. this is, so far, the best place to do this # specialization. we strip the "lib" or "lib64" part from _libdir and # stick it in the LIB variable in the config. LIB=$(echo %{?_libdir} | sed -e 's:/usr/\(.*\):\1:') if [ "$LIB" = "%_libdir" ]; then echo "_libdir does not contain /usr, sed expression needs attention" exit 1 fi # Install the basic configuration, a Personal HTCondor config. Allows for # yum install condor + service condor start and go. mkdir -p -m0755 %{buildroot}/%{_sysconfdir}/condor/config.d mkdir -p -m0700 %{buildroot}/%{_sysconfdir}/condor/passwords.d mkdir -p -m0700 %{buildroot}/%{_sysconfdir}/condor/tokens.d populate %_sysconfdir/condor/config.d %{buildroot}/usr/share/doc/condor/examples/00-htcondor-9.0.config populate %_sysconfdir/condor/config.d %{buildroot}/usr/share/doc/condor/examples/00-minicondor populate %_sysconfdir/condor/config.d %{buildroot}/usr/share/doc/condor/examples/50ec2.config # Install a second config.d directory under /usr/share, used for the # convenience of software built on top of Condor such as GlideinWMS. mkdir -p -m0755 %{buildroot}/usr/share/condor/config.d mkdir -p -m0755 %{buildroot}/%{_var}/log/condor # Note we use %{_var}/lib instead of %{_sharedstatedir} for RHEL5 compatibility mkdir -p -m0755 %{buildroot}/%{_var}/lib/condor/spool mkdir -p -m0755 %{buildroot}/%{_var}/lib/condor/execute mkdir -p -m0755 %{buildroot}/%{_var}/lib/condor/krb_credentials mkdir -p -m2770 %{buildroot}/%{_var}/lib/condor/oauth_credentials # not packaging configure/install scripts rm -f %{buildroot}%{_bindir}/make-personal-from-tarball rm -f %{buildroot}%{_sbindir}/condor_configure rm -f %{buildroot}%{_sbindir}/condor_install rm -f %{buildroot}/%{_mandir}/man1/condor_configure.1 rm -f %{buildroot}/%{_mandir}/man1/condor_install.1 mkdir -p %{buildroot}/%{_var}/www/wsgi-scripts/condor_credmon_oauth mv %{buildroot}/%{_libexecdir}/condor/condor_credmon_oauth.wsgi %{buildroot}/%{_var}/www/wsgi-scripts/condor_credmon_oauth/condor_credmon_oauth.wsgi # Move oauth credmon config files out of examples and into config.d mv %{buildroot}/usr/share/doc/condor/examples/condor_credmon_oauth/config/condor/40-oauth-credmon.conf %{buildroot}/%{_sysconfdir}/condor/config.d/40-oauth-credmon.conf mv %{buildroot}/usr/share/doc/condor/examples/condor_credmon_oauth/config/condor/40-oauth-tokens.conf %{buildroot}/%{_sysconfdir}/condor/config.d/40-oauth-tokens.conf mv %{buildroot}/usr/share/doc/condor/examples/condor_credmon_oauth/README.credentials %{buildroot}/%{_var}/lib/condor/oauth_credentials/README.credentials # Move vault credmon config file out of examples and into config.d mv %{buildroot}/usr/share/doc/condor/examples/condor_credmon_oauth/config/condor/40-vault-credmon.conf %{buildroot}/%{_sysconfdir}/condor/config.d/40-vault-credmon.conf # install tmpfiles.d/condor.conf mkdir -p %{buildroot}%{_tmpfilesdir} install -m 0644 %{buildroot}/usr/share/doc/condor/examples/condor-tmpfiles.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf install -Dp -m0755 %{buildroot}/usr/share/doc/condor/examples/condor-annex-ec2 %{buildroot}%{_libexecdir}/condor/condor-annex-ec2 mkdir -p %{buildroot}%{_unitdir} install -m 0644 %{buildroot}/usr/share/doc/condor/examples/condor-annex-ec2.service %{buildroot}%{_unitdir}/condor-annex-ec2.service install -m 0644 %{buildroot}/usr/share/doc/condor/examples/condor.service %{buildroot}%{_unitdir}/condor.service # Disabled until HTCondor security fixed. # install -m 0644 %{buildroot}/usr/share/doc/condor/examples/condor.socket %{buildroot}%{_unitdir}/condor.socket %if 0%{?rhel} >= 7 mkdir -p %{buildroot}%{_datadir}/condor/ cp %{SOURCE8} %{buildroot}%{_datadir}/condor/ %endif #Fixups for packaged build, should have been done by cmake mkdir -p %{buildroot}/usr/share/condor mv %{buildroot}/usr/%{_lib}/condor/Chirp.jar %{buildroot}/usr/share/condor mv %{buildroot}/usr/%{_lib}/condor/CondorJava*.class %{buildroot}/usr/share/condor mv %{buildroot}/usr/%{_lib}/condor/libchirp_client.so %{buildroot}/usr/%{_lib} mv %{buildroot}/usr/%{_lib}/condor/libcondorapi.so %{buildroot}/usr/%{_lib} mv %{buildroot}/usr/%{_lib}/condor/libcondor_utils_*.so %{buildroot}/usr/%{_lib} mv %{buildroot}/usr/%{_lib}/condor/libpyclassad3*.so %{buildroot}/usr/%{_lib} rm -rf %{buildroot}/usr/share/doc/condor/LICENSE rm -rf %{buildroot}/usr/share/doc/condor/NOTICE.txt rm -rf %{buildroot}/usr/share/doc/condor/README # Move batch system customization files to /etc, with symlinks in the # original location. Admins will need to edit these. install -m 0755 -d -p %{buildroot}%{_sysconfdir}/blahp for batch_system in condor kubernetes lsf nqs pbs sge slurm; do mv %{buildroot}%{_libexecdir}/blahp/${batch_system}_local_submit_attributes.sh %{buildroot}%{_sysconfdir}/blahp ln -s %{_sysconfdir}/blahp/${batch_system}_local_submit_attributes.sh \ %{buildroot}%{_libexecdir}/blahp/${batch_system}_local_submit_attributes.sh done ################# %files %defattr(-,root,root,-) %doc LICENSE NOTICE.txt %doc /usr/share/doc/condor/examples %dir %_sysconfdir/condor/ %config %_sysconfdir/condor/condor_config %{_tmpfilesdir}/%{name}.conf %{_unitdir}/condor.service # Disabled until HTCondor security fixed. # % {_unitdir}/condor.socket %dir %_datadir/condor/ %_datadir/condor/Chirp.jar %_datadir/condor/CondorJavaInfo.class %_datadir/condor/CondorJavaWrapper.class %if 0%{?rhel} >= 7 %_datadir/condor/htcondor.pp %endif %dir %_sysconfdir/condor/passwords.d/ %dir %_sysconfdir/condor/tokens.d/ %dir %_sysconfdir/condor/config.d/ %config(noreplace) %{_sysconfdir}/condor/config.d/00-htcondor-9.0.config %dir /usr/share/condor/config.d/ %_libdir/condor/condor_ssh_to_job_sshd_config_template %_sysconfdir/condor/condor_ssh_to_job_sshd_config_template %_sysconfdir/bash_completion.d/condor %_libdir/libchirp_client.so %_libdir/libcondor_utils_%{version_}.so %_libdir/libcondorapi.so %_libdir/condor/libgetpwnam.so %dir %_libexecdir/condor/ %_libexecdir/condor/linux_kernel_tuning %_libexecdir/condor/accountant_log_fixer %_libexecdir/condor/condor_chirp %_libexecdir/condor/condor_ssh %_libexecdir/condor/sshd.sh %_libexecdir/condor/get_orted_cmd.sh %_libexecdir/condor/orted_launcher.sh %_libexecdir/condor/set_batchtok_cmd %_libexecdir/condor/cred_producer_krb %_libexecdir/condor/condor_job_router %_libexecdir/condor/condor_pid_ns_init %_libexecdir/condor/condor_urlfetch %_libexecdir/condor/htcondor_docker_test %_libexecdir/condor/exit_37.sif %dir %_libexecdir/condor/singularity_test_sandbox/ %dir %_libexecdir/condor/singularity_test_sandbox/dev/ %dir %_libexecdir/condor/singularity_test_sandbox/proc/ %_libexecdir/condor/singularity_test_sandbox/exit_37 %_libexecdir/condor/condor_limits_wrapper.sh %_libexecdir/condor/condor_rooster %_libexecdir/condor/condor_schedd.init %_libexecdir/condor/condor_ssh_to_job_shell_setup %_libexecdir/condor/condor_ssh_to_job_sshd_setup %_libexecdir/condor/condor_power_state %_libexecdir/condor/condor_kflops %_libexecdir/condor/condor_mips %_libexecdir/condor/data_plugin %_libexecdir/condor/box_plugin.py %_libexecdir/condor/gdrive_plugin.py %_libexecdir/condor/common-cloud-attributes-google.py %_libexecdir/condor/common-cloud-attributes-aws.py %_libexecdir/condor/common-cloud-attributes-aws.sh %_libexecdir/condor/onedrive_plugin.py # TODO: get rid of these # Not sure where these are getting built %if 0%{?rhel} <= 7 && ! 0%{?fedora} %_libexecdir/condor/box_plugin.pyc %_libexecdir/condor/box_plugin.pyo %_libexecdir/condor/gdrive_plugin.pyc %_libexecdir/condor/gdrive_plugin.pyo %_libexecdir/condor/onedrive_plugin.pyc %_libexecdir/condor/onedrive_plugin.pyo %_libexecdir/condor/adstash/__init__.pyc %_libexecdir/condor/adstash/__init__.pyo %_libexecdir/condor/adstash/ad_sources/__init__.pyc %_libexecdir/condor/adstash/ad_sources/__init__.pyo %_libexecdir/condor/adstash/ad_sources/registry.pyc %_libexecdir/condor/adstash/ad_sources/registry.pyo %_libexecdir/condor/adstash/interfaces/__init__.pyc %_libexecdir/condor/adstash/interfaces/__init__.pyo %_libexecdir/condor/adstash/interfaces/generic.pyc %_libexecdir/condor/adstash/interfaces/generic.pyo %_libexecdir/condor/adstash/interfaces/null.pyc %_libexecdir/condor/adstash/interfaces/null.pyo %_libexecdir/condor/adstash/interfaces/registry.pyc %_libexecdir/condor/adstash/interfaces/registry.pyo %_libexecdir/condor/adstash/interfaces/opensearch.pyc %_libexecdir/condor/adstash/interfaces/opensearch.pyo %endif %_libexecdir/condor/curl_plugin %_libexecdir/condor/condor_shared_port %_libexecdir/condor/condor_defrag %_libexecdir/condor/interactive.sub %_libexecdir/condor/condor_gangliad %_libexecdir/condor/ce-audit.so %_libexecdir/condor/adstash/__init__.py %_libexecdir/condor/adstash/adstash.py %_libexecdir/condor/adstash/config.py %_libexecdir/condor/adstash/convert.py %_libexecdir/condor/adstash/utils.py %_libexecdir/condor/adstash/ad_sources/__init__.py %_libexecdir/condor/adstash/ad_sources/ad_file.py %_libexecdir/condor/adstash/ad_sources/generic.py %_libexecdir/condor/adstash/ad_sources/registry.py %_libexecdir/condor/adstash/ad_sources/schedd_history.py %_libexecdir/condor/adstash/ad_sources/startd_history.py %_libexecdir/condor/adstash/interfaces/__init__.py %_libexecdir/condor/adstash/interfaces/elasticsearch.py %_libexecdir/condor/adstash/interfaces/opensearch.py %_libexecdir/condor/adstash/interfaces/generic.py %_libexecdir/condor/adstash/interfaces/json_file.py %_libexecdir/condor/adstash/interfaces/null.py %_libexecdir/condor/adstash/interfaces/registry.py %_libexecdir/condor/annex %_mandir/man1/condor_advertise.1.gz %_mandir/man1/condor_annex.1.gz %_mandir/man1/condor_check_password.1.gz %_mandir/man1/condor_check_userlogs.1.gz %_mandir/man1/condor_chirp.1.gz %_mandir/man1/condor_config_val.1.gz %_mandir/man1/condor_dagman.1.gz %_mandir/man1/condor_fetchlog.1.gz %_mandir/man1/condor_findhost.1.gz %_mandir/man1/condor_gpu_discovery.1.gz %_mandir/man1/condor_history.1.gz %_mandir/man1/condor_hold.1.gz %_mandir/man1/condor_job_router_info.1.gz %_mandir/man1/condor_master.1.gz %_mandir/man1/condor_off.1.gz %_mandir/man1/condor_on.1.gz %_mandir/man1/condor_pool_job_report.1.gz %_mandir/man1/condor_preen.1.gz %_mandir/man1/condor_prio.1.gz %_mandir/man1/condor_q.1.gz %_mandir/man1/condor_qsub.1.gz %_mandir/man1/condor_qedit.1.gz %_mandir/man1/condor_reconfig.1.gz %_mandir/man1/condor_release.1.gz %_mandir/man1/condor_remote_cluster.1.gz %_mandir/man1/condor_reschedule.1.gz %_mandir/man1/condor_restart.1.gz %_mandir/man1/condor_rm.1.gz %_mandir/man1/condor_run.1.gz %_mandir/man1/condor_set_shutdown.1.gz %_mandir/man1/condor_ssh_start.1.gz %_mandir/man1/condor_sos.1.gz %_mandir/man1/condor_ssl_fingerprint.1.gz %_mandir/man1/condor_stats.1.gz %_mandir/man1/condor_status.1.gz %_mandir/man1/condor_store_cred.1.gz %_mandir/man1/condor_submit.1.gz %_mandir/man1/condor_submit_dag.1.gz %_mandir/man1/condor_test_token.1.gz %_mandir/man1/condor_token_create.1.gz %_mandir/man1/condor_token_fetch.1.gz %_mandir/man1/condor_token_list.1.gz %_mandir/man1/condor_token_request.1.gz %_mandir/man1/condor_token_request_approve.1.gz %_mandir/man1/condor_token_request_auto_approve.1.gz %_mandir/man1/condor_token_request_list.1.gz %_mandir/man1/condor_top.1.gz %_mandir/man1/condor_transfer_data.1.gz %_mandir/man1/condor_transform_ads.1.gz %_mandir/man1/condor_update_machine_ad.1.gz %_mandir/man1/condor_updates_stats.1.gz %_mandir/man1/condor_urlfetch.1.gz %_mandir/man1/condor_userlog.1.gz %_mandir/man1/condor_userprio.1.gz %_mandir/man1/condor_vacate.1.gz %_mandir/man1/condor_vacate_job.1.gz %_mandir/man1/condor_version.1.gz %_mandir/man1/condor_wait.1.gz %_mandir/man1/condor_router_history.1.gz %_mandir/man1/condor_continue.1.gz %_mandir/man1/condor_suspend.1.gz %_mandir/man1/condor_router_q.1.gz %_mandir/man1/condor_ssh_to_job.1.gz %_mandir/man1/condor_power.1.gz %_mandir/man1/condor_gather_info.1.gz %_mandir/man1/condor_router_rm.1.gz %_mandir/man1/condor_drain.1.gz %_mandir/man1/condor_ping.1.gz %_mandir/man1/condor_rmdir.1.gz %_mandir/man1/condor_tail.1.gz %_mandir/man1/condor_who.1.gz %_mandir/man1/condor_now.1.gz %_mandir/man1/classad_eval.1.gz %_mandir/man1/classads.1.gz %_mandir/man1/condor_adstash.1.gz %_mandir/man1/condor_evicted_files.1.gz %_mandir/man1/condor_watch_q.1.gz %_mandir/man1/get_htcondor.1.gz %_mandir/man1/htcondor.1.gz # bin/condor is a link for checkpoint, reschedule, vacate %_bindir/condor_submit_dag %_bindir/condor_who %_bindir/condor_now %_bindir/condor_prio %_bindir/condor_transfer_data %_bindir/condor_check_userlogs %_bindir/condor_q %_libexecdir/condor/condor_transferer %_bindir/condor_docker_enter %_bindir/condor_qedit %_bindir/condor_qusers %_bindir/condor_userlog %_bindir/condor_release %_bindir/condor_userlog_job_counter %_bindir/condor_config_val %_bindir/condor_reschedule %_bindir/condor_userprio %_bindir/condor_check_password %_bindir/condor_check_config %_bindir/condor_dagman %_bindir/condor_rm %_bindir/condor_vacate %_bindir/condor_run %_bindir/condor_router_history %_bindir/condor_router_q %_bindir/condor_router_rm %_bindir/condor_vacate_job %_bindir/condor_findhost %_bindir/condor_stats %_bindir/condor_version %_bindir/condor_history %_bindir/condor_status %_bindir/condor_wait %_bindir/condor_hold %_bindir/condor_submit %_bindir/condor_ssh_to_job %_bindir/condor_power %_bindir/condor_gather_info %_bindir/condor_continue %_bindir/condor_ssl_fingerprint %_bindir/condor_suspend %_bindir/condor_test_match %_bindir/condor_token_create %_bindir/condor_token_fetch %_bindir/condor_token_request %_bindir/condor_token_request_approve %_bindir/condor_token_request_auto_approve %_bindir/condor_token_request_list %_bindir/condor_token_list %_bindir/condor_scitoken_exchange %_bindir/condor_drain %_bindir/condor_ping %_bindir/condor_tail %_bindir/condor_qsub %_bindir/condor_pool_job_report %_bindir/condor_job_router_info %_bindir/condor_transform_ads %_bindir/condor_update_machine_ad %_bindir/condor_annex %_bindir/condor_nsenter %_bindir/condor_evicted_files %_bindir/condor_adstash %_bindir/condor_remote_cluster %_bindir/bosco_cluster %_bindir/condor_ssh_start %_bindir/condor_test_token # sbin/condor is a link for master_off, off, on, reconfig, # reconfig_schedd, restart %_sbindir/condor_advertise %_sbindir/condor_aklog %_sbindir/condor_credmon_krb %_sbindir/condor_c-gahp %_sbindir/condor_c-gahp_worker_thread %_sbindir/condor_collector %_sbindir/condor_credd %_sbindir/condor_fetchlog %_sbindir/condor_ft-gahp %_sbindir/condor_had %_sbindir/condor_master %_sbindir/condor_negotiator %_sbindir/condor_off %_sbindir/condor_on %_sbindir/condor_preen %_sbindir/condor_reconfig %_sbindir/condor_replication %_sbindir/condor_restart %_sbindir/condor_schedd %_sbindir/condor_set_shutdown %_sbindir/condor_shadow %_sbindir/condor_sos %_sbindir/condor_startd %_sbindir/condor_starter %_sbindir/condor_store_cred %_sbindir/condor_testwritelog %_sbindir/condor_updates_stats %_sbindir/ec2_gahp %_sbindir/condor_gridmanager %_sbindir/remote_gahp %_sbindir/rvgahp_client %_sbindir/rvgahp_proxy %_sbindir/rvgahp_server %_sbindir/AzureGAHPServer %_sbindir/gce_gahp %_sbindir/arc_gahp %_libexecdir/condor/condor_gpu_discovery %_libexecdir/condor/condor_gpu_utilization %config(noreplace) %_sysconfdir/condor/ganglia.d/00_default_metrics %defattr(-,condor,condor,-) %dir %_var/lib/condor/ %dir %_var/lib/condor/execute/ %dir %_var/lib/condor/spool/ %dir %_var/log/condor/ %defattr(-,root,condor,-) %dir %_var/lib/condor/oauth_credentials %defattr(-,root,root,-) %dir %_var/lib/condor/krb_credentials ###### blahp files ####### %config %_sysconfdir/blah.config %config %_sysconfdir/blparser.conf %dir %_sysconfdir/blahp/ %config %_sysconfdir/blahp/condor_local_submit_attributes.sh %config %_sysconfdir/blahp/kubernetes_local_submit_attributes.sh %config %_sysconfdir/blahp/lsf_local_submit_attributes.sh %config %_sysconfdir/blahp/nqs_local_submit_attributes.sh %config %_sysconfdir/blahp/pbs_local_submit_attributes.sh %config %_sysconfdir/blahp/sge_local_submit_attributes.sh %config %_sysconfdir/blahp/slurm_local_submit_attributes.sh %_bindir/blahpd %_sbindir/blah_check_config %_sbindir/blahpd_daemon %dir %_libexecdir/blahp %_libexecdir/blahp/* ####### procd files ####### %_sbindir/condor_procd %_sbindir/gidd_alloc %_sbindir/procd_ctl %_mandir/man1/procd_ctl.1.gz %_mandir/man1/gidd_alloc.1.gz %_mandir/man1/condor_procd.1.gz ####### classads files ####### %defattr(-,root,root,-) %doc LICENSE NOTICE.txt %_libdir/libclassad.so.* ################# %files devel %{_includedir}/condor/chirp_client.h %{_includedir}/condor/condor_event.h %{_includedir}/condor/file_lock.h %{_includedir}/condor/read_user_log.h %{_libdir}/condor/libchirp_client.a %{_libdir}/condor/libcondorapi.a %{_libdir}/libclassad.a ####### classads-devel files ####### %defattr(-,root,root,-) %doc LICENSE NOTICE.txt %_bindir/classad_functional_tester %_bindir/classad_version %_libdir/libclassad.so %dir %_includedir/classad/ %_includedir/classad/attrrefs.h %_includedir/classad/cclassad.h %_includedir/classad/classad_distribution.h %_includedir/classad/classadErrno.h %_includedir/classad/classad.h %_includedir/classad/classadItor.h %_includedir/classad/classadCache.h %_includedir/classad/classad_containers.h %_includedir/classad/collectionBase.h %_includedir/classad/collection.h %_includedir/classad/common.h %_includedir/classad/debug.h %_includedir/classad/exprList.h %_includedir/classad/exprTree.h %_includedir/classad/fnCall.h %_includedir/classad/indexfile.h %_includedir/classad/jsonSink.h %_includedir/classad/jsonSource.h %_includedir/classad/lexer.h %_includedir/classad/lexerSource.h %_includedir/classad/literals.h %_includedir/classad/matchClassad.h %_includedir/classad/natural_cmp.h %_includedir/classad/operators.h %_includedir/classad/query.h %_includedir/classad/sink.h %_includedir/classad/source.h %_includedir/classad/transaction.h %_includedir/classad/util.h %_includedir/classad/value.h %_includedir/classad/view.h %_includedir/classad/xmlLexer.h %_includedir/classad/xmlSink.h %_includedir/classad/xmlSource.h ################# %files kbdd %defattr(-,root,root,-) %doc LICENSE NOTICE.txt %_sbindir/condor_kbdd ################# %if ! 0%{?amzn} %files vm-gahp %defattr(-,root,root,-) %doc LICENSE NOTICE.txt %_sbindir/condor_vm-gahp %_libexecdir/condor/libvirt_simple_script.awk %endif ################# %files test %defattr(-,root,root,-) %_libexecdir/condor/condor_sinful %_libexecdir/condor/condor_testingd %_libexecdir/condor/test_user_mapping %_bindir/condor_manifest ################# %files -n python3-condor %defattr(-,root,root,-) %_bindir/condor_top %_bindir/classad_eval %_bindir/condor_watch_q %_bindir/htcondor %_libdir/libpyclassad3*.so %_libexecdir/condor/libclassad_python_user.cpython-3*.so %_libexecdir/condor/libclassad_python3_user.so /usr/%{_lib}/python%{python3_version}/site-packages/classad/ /usr/%{_lib}/python%{python3_version}/site-packages/htcondor/ /usr/%{_lib}/python%{python3_version}/site-packages/htcondor-*.egg-info/ /usr/%{_lib}/python%{python3_version}/site-packages/htcondor_cli/ %files credmon-oauth %doc /usr/share/doc/condor/examples/condor_credmon_oauth %_sbindir/condor_credmon_oauth %_sbindir/scitokens_credential_producer %_var/www/wsgi-scripts/condor_credmon_oauth %_libexecdir/condor/credmon %_var/lib/condor/oauth_credentials/README.credentials %config(noreplace) %_sysconfdir/condor/config.d/40-oauth-credmon.conf %config(noreplace) %_sysconfdir/condor/config.d/40-oauth-tokens.conf %ghost %_var/lib/condor/oauth_credentials/wsgi_session_key %ghost %_var/lib/condor/oauth_credentials/CREDMON_COMPLETE %ghost %_var/lib/condor/oauth_credentials/pid %files credmon-vault %doc /usr/share/doc/condor/examples/condor_credmon_oauth %_sbindir/condor_credmon_vault %_bindir/condor_vault_storer %_libexecdir/condor/credmon %config(noreplace) %_sysconfdir/condor/config.d/40-vault-credmon.conf %ghost %_var/lib/condor/oauth_credentials/CREDMON_COMPLETE %ghost %_var/lib/condor/oauth_credentials/pid %files -n minicondor %config(noreplace) %_sysconfdir/condor/config.d/00-minicondor ################# %post /sbin/ldconfig %systemd_post %{name}.service %preun %systemd_preun %{name}.service %postun -n condor %systemd_postun_with_restart %{name}.service /sbin/ldconfig %changelog * Sat Sep 30 2023 Tim Theisen - 23.0.0-1 - Update to latest upstream 23.0.0 - rhbz#1959462 - Fix build issues - rhbz#2114520, rhbz#2172630, rhbz#2172684 - Update to PCRE2 - rhbz#2128284 * Wed Jul 19 2023 Fedora Release Engineering - 8.8.15-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 8.8.15-11 - Rebuilt for Python 3.12 * Thu Jan 19 2023 Fedora Release Engineering - 8.8.15-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering - 8.8.15-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 24 2022 Jonathan Wakely - 8.8.15-8 - Remove obsolete boost-python3-devel build dependency (#2100748) * Mon Jun 13 2022 Python Maint - 8.8.15-7 - Rebuilt for Python 3.11 * Wed May 04 2022 Thomas Rodgers - 8.8.15-6 - Rebuilt for Boost 1.78 * Tue Apr 12 2022 Tim Theisen - 8.8.15-5 - Temporarily build without cgroup support to ease f37 transition * Fri Mar 18 2022 Nikola Forró - 8.8.15-4 - Rebuilt for libcgroup.so.2 * Wed Jan 19 2022 Fedora Release Engineering - 8.8.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 14 2021 Sahana Prasad - 8.8.15-2 - Rebuilt with OpenSSL 3.0.0 * Mon Aug 23 2021 Tim Theisen - 8.8.15-2 - Adjust for Python 3.10 on 32-bit platforms * Mon Aug 23 2021 Tim Theisen - 8.8.15-1 - Update to latest upstream 8.8.15 - Fix for security issue - https://research.cs.wisc.edu/htcondor/security/vulnerabilities/HTCONDOR-2021-0003.html * Fri Aug 06 2021 Jonathan Wakely - 8.8.10-8 - Rebuilt for Boost 1.76 * Wed Jul 21 2021 Fedora Release Engineering - 8.8.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 8.8.10-6 - Rebuilt for Python 3.10 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 8.8.10-5 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Tue Jan 26 2021 Fedora Release Engineering - 8.8.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely - 8.8.10-3 - Rebuilt for Boost 1.75 * Mon Oct 05 2020 Ben Cotton - 8.8.10-2 - Add explicit BR for python3-setuptools * Thu Aug 06 2020 Ben Cotton - 8.8.10-1 - Update to latest upstream 8.8.10 * Mon Aug 03 2020 Ben Cotton 8.8.8-7 - Fix cmake build issues * Sat Aug 01 2020 Fedora Release Engineering - 8.8.8-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 8.8.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 29 2020 Jonathan Wakely - 8.8.8-4 - Rebuilt for Boost 1.73 * Tue May 26 2020 Miro Hrončok - 8.8.8-3 - Rebuilt for Python 3.9 * Tue May 12 2020 Tim Theisen - 8.8.8-2 - Account for python 3.9 and future rhbz#1791764 * Thu Apr 09 2020 Tim Theisen - 8.8.8-1 - Update to latest upstream 8.8.8 * Tue Jan 28 2020 Fedora Release Engineering - 8.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Aug 19 2019 Miro Hrončok - 8.8.4-2 - Rebuilt for Python 3.8 * Tue Jul 30 2019 Tim Theisen - 8.8.4-1 - Update to latest upstream 8.8.4 * Wed Jul 24 2019 Fedora Release Engineering - 8.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jun 18 2019 Ben Cotton 8.6.13-1 - Update to latest upstream 8.6.13 * Mon Jun 17 2019 Ben Cotton 8.6.11-5 - Fix FTBFS * Thu Jan 31 2019 Fedora Release Engineering - 8.6.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 8.6.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Ben Cotton - 8.6.11-2 - Remove unnecessary ldconfig call in %post * Thu Jun 07 2018 Tim Theisen - 8.6.11-1 - Update to latest upstream 8.6.11 - Add shared port patch rhbz#1575974 * Tue May 01 2018 Jonathan Wakely - 8.6.10-2 - Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 * Tue Mar 20 2018 Tim Theisen - 8.6.10-1 - Update to latest upstream 8.6.10 * Sun Feb 18 2018 Ben Cotton - 8.6.9-4 - Add BuildRequires for gcc and g++ * Wed Feb 07 2018 Fedora Release Engineering - 8.6.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Tim Theisen - 8.6.9-2 - Rebuilt for Boost 1.66 * Fri Jan 12 2018 Tim Theisen - 8.6.9-1 - Update to latest upstream 8.6.9 * Mon Nov 13 2017 Tim Theisen - 8.6.8-1 - Update to latest upstream 8.6.8 * Thu Nov 02 2017 Tim Theisen - 8.6.7-1 - Update to latest upstream 8.6.7 * Wed Sep 13 2017 Ben Cotton - 8.6.6-1 - Update to latest upstream 8.6.6 * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 8.6.5-3 - Add Provides for the old name without %%_isa * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 8.6.5-2 - Python 2 binary package renamed to python2-condor See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Aug 03 2017 Ben Cotton - 8.6.5-1 - Update to latest upstream 8.6.5 * Wed Aug 02 2017 Fedora Release Engineering - 8.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 8.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 21 2017 Kalev Lember - 8.6.4-2 - Rebuilt for Boost 1.64 * Fri Jul 07 2017 Ben Cotton - 8.6.4-1 - Update to latest upstream 8.6.4 * Wed May 17 2017 Tim Theisen - 8.6.3-1 - Update to latest upstream 8.6.3 * Mon May 15 2017 Fedora Release Engineering - 8.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Tue Apr 25 2017 Ben Cotton - 8.6.2-1 - Update to latest upstream 8.6.2 - Drop patch glexec_privsep_helper.patch which was incorporated upstream * Wed Apr 05 2017 Ben Cotton - 8.6.1-2 - Update a patch to match guidance from upstream project * Thu Mar 23 2017 Ben Cotton - 8.6.1-1 - Update to latest source 8.6.1 - Remove the deltacloud package (removed upstream) - Add additional files generated by new upstream release * Thu Mar 09 2017 Ben Cotton - 8.5.2-5 - Add a BuildRequires for boost-python * Fri Feb 10 2017 Fedora Release Engineering - 8.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 22 2016 Ben Cotton - 8.5.2-3 - Add an explicit requirement for the voms package * Tue Jul 19 2016 Fedora Release Engineering - 8.5.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Feb 19 2016 Ben Cotton - 8.5.2-1 - Update to latest source 8.5.2 - Enable HTCondor's Ganglia daemon - Add package for openstack_gahp * Wed Feb 17 2016 Ben Cotton - 8.5.1-4 - Remove aviary to fix FTBFS issues - Correct the location of the panda plugin * Wed Feb 03 2016 Fedora Release Engineering - 8.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 15 2016 Jonathan Wakely - 8.5.1-2 - Rebuilt for Boost 1.60 * Tue Dec 22 2015 Ben Cotton - 8.5.1-1 - Update to latest source 8.5.1 - Drop patch for aarch64 (rhbz#1259666), since it is included upstream now * Wed Oct 14 2015 Ben Cotton - 8.5.0-1 - Update to latest source 8.5.0 * Thu Oct 01 2015 Ben Cotton - 8.3.8-1 - Update to latest source 8.3.8 - Create /var/run/condor at install time - rhbz#1213472 - Correct the specification of the perl(Data::Dumper) build requirement - rhbz#1260602 - Put the libclassad Python library in the right place - rhbz#1201389 (thanks to Matt Williams ) * Thu Sep 03 2015 Marcin Juszkiewicz - 8.3.6-4 - fix typedef conflict resulting in ftbfs on aarch64 - rhbz#1259666 * Thu Aug 27 2015 Jonathan Wakely - 8.3.6-3 - Rebuilt for Boost 1.59 * Tue Jul 28 2015 Adam Williamson - 8.3.6-2 - backport fix for compile error caused by change in globus-gsi-credential 7.9 * Wed Jul 22 2015 David Tardon - rebuild for Boost 1.58 * Thu Jun 25 2015 Ben Cotton - 8.3.6-1 - Update to latest source 8.3.6 - Re-enable aviary * Wed Jun 17 2015 Matthew Farrellee - 8.3.5-1 - Update to latest source 8.3.5 - Disable aviary - Moved 00personal_condor.config to SOURCES, removed upstream * Wed Jun 17 2015 Fedora Release Engineering - 8.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 8.3.1-3 - Rebuilt for GCC 5 C++11 ABI change * Tue Jan 27 2015 Petr Machata - 8.3.1-2 - Rebuild for boost 1.57.0 * Sat Nov 22 2014 Matthew Farrellee - 8.3.1-1 - Update to latests source 8.3.1 - Build from tag instead of commit SHA - Disabled plumage (mongodb dep) - New require perl-Data-Dumper for param table generator - Updated libpyclassad lib version to 8.3.1 - No longer stripping condor_load_history or config_fetch, removed upstream - Now including condor_pool_job_report and associated man pages * Sat Aug 16 2014 Fedora Release Engineering - 8.1.4-7.a1a7df5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Aug 14 2014 Dan Horák - 8.1.4-6.a1a7df5 - mongodb exists only on selected arches * Sun Jun 29 2014 Peter Robinson 8.1.4-5.a1a7df5 - don't build plumage on aarch64 as we don't (yet) have v8/mongodb * Sat Jun 07 2014 Fedora Release Engineering - 8.1.4-4.a1a7df5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 23 2014 Petr Machata - 8.1.4-3.a1a7df5 - Rebuild for boost 1.55.0 * Fri May 23 2014 David Tardon - 8.1.4-2.a1a7df5 - rebuild for boost 1.55.0 * Thu Mar 6 2014 - 8.1.4-1.a1a7df5 - Update to latest source 8.1.4 - Added new bosco man pages and quickstart, however commented bosco out until the config it drops no longer breaks general condor config - new man pages for condor_{drain, install, ping, rmdir, tail, who} - Added condor_{dagman_metrics_reporter, history_helper, pid_ns_init, fetch, urlfetch, sos, testwritelog} - gce_gahp - libpyclassad2.7_8_1_4.so - disabling new ganglia support for a rev or two - Overhaul and cleanup spec file - turned off management, no support for qmf: -DWITH_MANAGEMENT:BOOL=FALSE - added patch Werror_replace.patch, to turn off the cmake regex-replace hack that removes "-Werror", as it breaks the new cflag "-Werror=format-security" passed in from build system - BuildRequires for python-devel and python-libs - turned off SMP for make until doc build stops breaking with it - Archived legacy history * Sat Jun 22 2013 - 8.1.0-0.2 - Fix for aviary hadoop field swap * Wed Jun 19 2013 - 8.1.0-0.1 - Update to latest uw/master * Fri Mar 15 2013 - 7.9.5-0.2 - Update build dependencies * Thu Feb 28 2013 - 7.9.5-0.1 - Fast forward to 7.9.5 pre-release * Thu Feb 14 2013 Brian Bockelman - 7.9.5-0.1.4e2a2ef.git - Re-sync with master. - Use upstream python bindings. * Sun Feb 10 2013 Denis Arnaud - 7.9.1-0.1.5 - Rebuild for Boost-1.53.0 * Sat Feb 09 2013 Denis Arnaud - 7.9.1-0.1.4 - Rebuild for Boost-1.53.0 * Sat Feb 2 2013 Brian Bockelman - 7.9.4-0.4.d028b17.git - Re-sync with master. * Wed Jan 2 2013 Brian Bockelman - 7.9.4-0.1.dce3324.git - Add support for python bindings. * Thu Dec 6 2012 Brian Bockelman - 7.9.3-0.6.ce12f50.git - Fix compile for CREAM. * Thu Dec 6 2012 Brian Bockelman - 7.9.3-0.5.ce12f50.git - Merge code which has improved blahp file cleanup. * Tue Oct 30 2012 Brian Bockelman - 7.9.2-0.2.b714b0e.git - Re-up to the latest master. - Add support for syslog. * Thu Oct 11 2012 Brian Bockelman - 7.9.1-0.14.b135441.git - Re-up to the latest master. - Split out a separate package for BOSCO. * Tue Sep 25 2012 Brian Bockelman - 7.9.1-0.13.c7df613.git - Rebuild to re-enable blahp. * Mon Sep 24 2012 Brian Bockelman - 7.9.1-0.12.c7df613.git - Update to capture the latest security fixes. - CGAHP scalability fixes have been upstreamed. * Thu Aug 16 2012 - 7.9.1-0.1 - Fast forward to 7.9.1 pre-release - Fix CVE-2012-3416 * Wed Aug 15 2012 Brian Bockelman - 7.9.1-0.11.ecc9193.git - Fixes to the JobRouter configuration. * Tue Aug 14 2012 Brian Bockelman - 7.9.1-0.10.9e05bd9.git - Update to latest trunk so we can get the EditInPlace JobRouter configs. * Tue Aug 14 2012 Brian Bockelman - 7.9.1-0.9.70b9542.git - Fix to IP-verify from ZKM. * Tue Jul 24 2012 Brian Bockelman - 7.9.1-0.6.ceb6a0a.git - Fix per-user condor config to be more useful. See gt3158 * Wed Jul 18 2012 Fedora Release Engineering - 7.9.0-0.1.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 16 2012 Brian Bockelman - 7.9.1-0.5.ceb6a0a.git - Upstreaming of many of the custom patches. * Mon Jul 16 2012 Brian Bockelman - 7.9.1-0.4.ceb6a0a.git - Integrate CREAM support from OSG. - Create CREAM sub-package. * Fri Jul 13 2012 Brian Bockelman - 7.9.1-0.2.013069b.git - Hunt down segfault bug. * Fri Jul 13 2012 Brian Bockelman - 7.9.1-0.1.013069b.git - Update to latest master. * Tue Jun 19 2012 Brian Bockelman - 7.9.0-0.14.888a81cgit - Fix DNS-based hostname checks for GSI. - Add the user lock directory to the file listing. * Sun Jun 17 2012 Brian Bockelman - 7.9.0-0.13.888a81cgit - Patch for C-GAHP client scalability. * Fri Jun 15 2012 Brian Bockelman - 7.9.0-0.12.888a81cgit - Fix re-acquisition of routed jobs on JR restart. - Allow DNS-based hostname checks for GSI. - Allow the queue super-user to impersonate any other user. * Sat Jun 2 2012 Brian Bockelman - 7.9.0-0.11.888a81cgit - Fix proxy handling for Condor-C submissions. * Wed May 30 2012 Brian Bockelman - 7.9.0-0.10.888a81cgit - Fix blahp segfault and GLOBUS_LOCATION. - Allow a 2-schedd setup for JobRouter. * Mon May 28 2012 Brian Bockelman - 7.9.0-0.8.257bc70git - Re-enable blahp * Thu May 17 2012 Brian Bockelman - 7.9.0-0.7.257bc70git - Fix reseting of cgroup statistics. * Wed May 16 2012 Brian Bockelman - 7.9.0-0.6.257bc70git - Fix for procd when there is no swap accounting. - Allow condor_defrag to cancel draining when it is happy with things. * Fri May 11 2012 Brian Bockelman - 7.9.0-0.5.257bc70git - Fix for autofs support. * Fri Apr 27 2012 - 7.9.0-0.1 - Fast forward to 7.9.0 pre-release * Mon Apr 09 2012 Brian Bockelman - 7.9.0-0.1.2693346git.1 - Update to the 7.9.0 branch.