|
3 | 3 |
|
4 | 4 | Name: htcondor-ce
|
5 | 5 | Version: 3.1.2
|
6 |
| -Release: 2%{?gitrev:.%{gitrev}git}%{?dist} |
| 6 | +Release: 3%{?gitrev:.%{gitrev}git}%{?dist} |
7 | 7 | Summary: A framework to run HTCondor as a CE
|
8 | 8 | BuildArch: noarch
|
9 | 9 |
|
@@ -204,8 +204,8 @@ install -m 0755 -d -p $RPM_BUILD_ROOT/%{_localstatedir}/lock/condor-ce
|
204 | 204 | install -m 1777 -d -p $RPM_BUILD_ROOT/%{_localstatedir}/lock/condor-ce/user
|
205 | 205 | install -m 1777 -d -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/gratia/condorce_data
|
206 | 206 |
|
207 |
| -# bdii is CERN-only |
208 |
| -%if 0%{?osg} || 0%{?uw_build} |
| 207 | +# Don't build bdii sub-package for the OSG |
| 208 | +%if 0%{?osg} |
209 | 209 | rm -rf $RPM_BUILD_ROOT%{_datadir}/condor-ce/htcondor-ce-provider
|
210 | 210 | rm -f $RPM_BUILD_ROOT%{_datadir}/condor-ce/config.d/06-ce-bdii-defaults.conf
|
211 | 211 | rm -f $RPM_BUILD_ROOT%{_sysconfdir}/condor-ce/config.d/06-ce-bdii.conf
|
|
336 | 336 | %attr(-,condor,condor) %dir %{_localstatedir}/lock/condor-ce
|
337 | 337 | %attr(1777,condor,condor) %dir %{_localstatedir}/lock/condor-ce/user
|
338 | 338 |
|
339 |
| -%if ! 0%{?osg} && ! 0%{?uw_build} |
| 339 | +%if ! 0%{?osg} |
340 | 340 | %files bdii
|
341 | 341 | %attr(0755, ldap, ldap) %{_localstatedir}/lib/bdii/gip/provider/htcondor-ce-provider
|
342 | 342 |
|
|
491 | 491 | %attr(1777,root,root) %dir %{_localstatedir}/lib/gratia/condorce_data
|
492 | 492 |
|
493 | 493 | %changelog
|
| 494 | +* Thu Jun 07 2018 Brian Lin <blin@cs.wisc.edu> - 3.1.2-3 |
| 495 | +- Ensure that all BDII files exist for the condor repository |
| 496 | + |
494 | 497 | * Thu Jun 07 2018 Brian Lin <blin@cs.wisc.edu> - 3.1.2-2
|
495 | 498 | - Build the BDII sub-package for the condor repository
|
496 | 499 |
|
|
0 commit comments