rpms/condor-low-latency/devel condor-low-latency.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

rrati rrati at fedoraproject.org
Wed Jul 29 15:05:36 UTC 2009


Author: rrati

Update of /cvs/pkgs/rpms/condor-low-latency/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24998/devel

Modified Files:
	.cvsignore sources 
Added Files:
	condor-low-latency.spec import.log 
Log Message:
Initial import



--- NEW FILE condor-low-latency.spec ---
%{!?is_fedora: %define is_fedora %(/bin/sh -c "if [ -e /etc/fedora-release ];then echo '1'; fi")}
%define rel 17

Summary: Low Latency Scheduling
Name: condor-low-latency
Version: 1.0
Release: %{rel}%{?dist}
License: ASL 2.0
Group: Applications/System
URL: http://www.redhat.com/mrg
# This is a Red Hat maintained package which is specific to
# our distribution.  Thus the source is only available from
# within this srpm.
Source0: %{name}-%{version}-%{rel}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
Requires: python >= 2.3
Requires: condor >= 7.0.2-4
Requires: condor-job-hooks
Requires: python-condor-job-hooks-common
Requires: python-qpid

%description
Low Latency Scheduling provides a means for bypassing condor's normal
scheduling process and instead submit work directly to an execute node
using the AMQP protocol.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/%{_sysconfdir}/condor
cp -f carod %{buildroot}/%_sbindir
cp -f config/carod.conf %{buildroot}/%{_sysconfdir}/condor

%post
%if 0%{?is_fedora} == 0
if [[ -f /etc/opt/grid/carod.conf ]]; then
   mv -f /etc/opt/grid/carod.conf /etc/condor
   rmdir --ignore-fail-on-non-empty -p /etc/opt/grid
fi
%endif
exit 0

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE-2.0.txt ll_condor_config
%config(noreplace) %_sysconfdir/condor/carod.conf
%defattr(0755,root,root,-)
%_sbindir/carod

%changelog
* Mon Jul 27 2009  <rrati at redhat> - 1.0-17
- Clean up buildroot in install section

* Mon Jul 27 2009  <rrati at redhat> - 1.0-16
- Updated dependencies to match hooks-common rename

* Mon Jul 27 2009  <rrati at redhat> - 1.0-15
- Fix rpmlint/packaging issues

* Wed Jun 24 2009  <rrati at redhat> - 1.0-14
- carod will first look for its configuration in condor's configuration
  files, then fall back to its config file
- The config file has moved from /etc/opt/grid to /etc/condor
- Condor should control the start/stop/restart of carod
 
* Tue Jun  2 2009  <rrati at redhat> - 1.0-13
- The correlation id on response messages is set to the message id of the job
  running

* Fri Mar 13 2009  <rrati at redhat> - 1.0-12
- Fixed deadlocking issues (BZ489874)
- Fixed problems sending results message (BZ489880)
- Fixed exception cases that would result in the message not getting
  released for reprocessing

* Fri Mar  6 2009  <rrati at redhat> - 1.0-11
- Removed the vanilla universe restriction (BZ489001)
- Fixed issue with AMQP message body of None (BZ489000)
- Fxed equal sign (=) in attribute value ending up part of the header
- Attributes and values are trimmed (BZ489003)
- Preserve attribute value type information (BZ488996)
 
* Thu Feb 19 2009  <rrati at redhat> - 1.0-10
- Set JobStatus correctly (BZ459615)

* Fri Feb 13 2009  <rrati at redhat> - 1.0-9
- Change source tarball name

* Thu Jan 29 2009  <rrati at redhat> - 1.0-8
- Fix init file patch for Red Hat Enterprise Linux 4

* Mon Jan 12 2009  <rrati at redhat> - 1.0-7
- BZ474405

* Tue Dec 16 2008  <rrati at redhat> - 1.0-6
- If TransferOutput is set, only transfer the files listed as well as
  stdout/stderr files if they exist
- Only package files in the job's iwd

* Fri Dec  5 2008  <rrati at redhat> - 1.0-5
- Cleaned up socket close code to provide cleaner shutdown

* Wed Dec  3 2008  <rrati at redhat> - 1.0-4
- Fixed python dependency with RHEL4
- Fixed issues running on python 2.3

* Wed Nov 19 2008  <rrati at redhat> - 1.0-3
- Low Latency daemon is on by default
- Daemon now appropriately handles Universe being set

* Fri Nov  4 2008  <rrati at redhat> - 1.0-2
- Add changelog
- Fix rpmlint issues
- Renamed init script to condor-low-latency

* Fri Nov  4 2008  <rrati at redhat> - 1.0-1
- Initial packaging



--- NEW FILE import.log ---
condor-low-latency-1_0-17_fc10:HEAD:condor-low-latency-1.0-17.fc10.src.rpm:1248879923


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Jul 2009 00:57:26 -0000	1.1
+++ .cvsignore	29 Jul 2009 15:05:35 -0000	1.2
@@ -0,0 +1 @@
+condor-low-latency-1.0-17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Jul 2009 00:57:26 -0000	1.1
+++ sources	29 Jul 2009 15:05:35 -0000	1.2
@@ -0,0 +1 @@
+6942773751dcd775eda0778c7057aa86  condor-low-latency-1.0-17.tar.gz




More information about the fedora-extras-commits mailing list