|
1 | 1 | Name: gratia-probe |
2 | 2 | Summary: Gratia OSG accounting system probes |
3 | 3 | Group: Applications/System |
4 | | -Version: 2.5.0 |
| 4 | +Version: 2.5.1 |
5 | 5 | Release: 1%{?dist} |
6 | 6 | License: GPL |
7 | 7 | URL: http://sourceforge.net/projects/gratia/ |
@@ -175,6 +175,7 @@ git_commit_id=$(gzip -d < %{SOURCE0} | git get-tar-commit-id) |
175 | 175 | rm $RPM_BUILD_ROOT%{_datadir}/gratia/dCache-transfer/gratia-dcache-transfer.init |
176 | 176 |
|
177 | 177 | # Install condor-ap configuration snippet |
| 178 | + install -d $RPM_BUILD_ROOT/%{_datadir}/condor/config.d |
178 | 179 | install -m 644 condor-ap/50-gratia-gwms.conf $RPM_BUILD_ROOT/%{_datadir}/condor/config.d/50-gratia-gwms.conf |
179 | 180 | install -d $RPM_BUILD_ROOT/%{_sharedstatedir}/condor/gratia/{data,data/quarantine,tmp} |
180 | 181 | rm $RPM_BUILD_ROOT%{_datadir}/gratia/condor-ap/50-gratia-gwms.conf |
@@ -520,12 +521,15 @@ The dCache storagegroup probe for the Gratia OSG accounting system. |
520 | 521 |
|
521 | 522 |
|
522 | 523 | %changelog |
523 | | -* Thu Jan 27 2021 Brian Lin <blin@cs.wisc.edu> - 2.5.0-1 |
| 524 | +* Thu Jan 27 2022 Brian Lin <blin@cs.wisc.edu> - 2.5.1-1 |
| 525 | +- Fix HTCondor-CE configuration syntax |
| 526 | + |
| 527 | +* Thu Jan 27 2022 Brian Lin <blin@cs.wisc.edu> - 2.5.0-1 |
524 | 528 | - Fix record generation for HTCondor-CE with HTCondor batch systems |
525 | 529 | (SOFTWARE-4978) |
526 | 530 | - Remove condor-batch probe (SOFTWARE-4978) |
527 | 531 |
|
528 | | -* Wed Jan 26 2021 Brian Lin <blin@cs.wisc.edu> - 2.4.0-1 |
| 532 | +* Wed Jan 26 2022 Brian Lin <blin@cs.wisc.edu> - 2.4.0-1 |
529 | 533 | - Add gratia-probe-condor-batch, formerly gratia-probe-condor (SOFTWARE-4978) |
530 | 534 | - Fix ownership of quarantine directories (SOFTWARE-4975) |
531 | 535 |
|
|
0 commit comments