forked from prelz/BLAH
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from timtheisen/devel
HTCondor-441: Bump version number to 2.0.2
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
blahp (2.0.2-1) stable; urgency=medium | ||
|
||
* Fix periodic remove expression, otherwise jobs go on hold | ||
|
||
-- Tim Theisen <[email protected]> Wed, 28 Apr 2021 07:35:11 -0500 | ||
|
||
blahp (2.0.1-1) stable; urgency=medium | ||
|
||
* Convert to pure Python 3 (no Python 2 compatibility) | ||
* Restore blah_libexec_directory to the blah.config file | ||
|
||
-- Tim Theisen <[email protected]> Thu, 08 Apr 2021 15:06:13 -0600 | ||
-- Tim Theisen <[email protected]> Thu, 08 Apr 2021 15:06:13 -0500 | ||
|
||
blahp (2.0.0-1) stable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%global __python /usr/bin/python3 | ||
|
||
Name: blahp | ||
Version: 2.0.1 | ||
Version: 2.0.2 | ||
Release: 1%{?gitrev:.%{gitrev}}%{?dist} | ||
Summary: gLite BLAHP daemon | ||
|
||
|
@@ -75,7 +75,7 @@ done | |
|
||
# Create local_submit_attributes.sh symlinks in /etc/blahp | ||
for batch_system in pbs sge slurm lsf condor; do | ||
ln -s ../../../%{bl_sysconfdir}/${batch_system}_local_submit_attributes.sh \ | ||
ln -s %{bl_sysconfdir}/${batch_system}_local_submit_attributes.sh \ | ||
$RPM_BUILD_ROOT%{bl_libexecdir}/${batch_system}_local_submit_attributes.sh | ||
done | ||
|
||
|
@@ -108,6 +108,9 @@ fi | |
%{_initrddir}/glite-ce-* | ||
|
||
%changelog | ||
* Wed Apr 28 2021 Tim Theisen <[email protected]> 2.0.2-1 | ||
- Fix periodic remove expression, otherwise jobs go on hold | ||
|
||
* Thu Apr 08 2021 Tim Theisen <[email protected]> 2.0.1-1 | ||
- Convert to pure Python 3 (no Python 2 compatibility) | ||
- Restore blah_libexec_directory to the blah.config file | ||
|