Skip to content

Commit

Permalink
Merge pull request #119 from brianhlin/SOFTWARE-4841.packaging-updates
Browse files Browse the repository at this point in the history
Remove reference to old ProbeConfig (SOFTWARE-4841)
  • Loading branch information
rynge authored Oct 27, 2021
2 parents 2c2fdbb + 130b9c3 commit df9f7b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rpm/osg-flock.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: osg-flock
Version: 1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OSG configurations for a flocking host

License: Apache 2.0
Expand Down Expand Up @@ -31,7 +31,6 @@ install -m 644 rpm/80-osg-flocking.conf $RPM_BUILD_ROOT/%{_sysconfdir}/condor/co

# Install gratia configuration
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/gratia/condor/
install -m 644 rpm/ProbeConfig-OSPool $RPM_BUILD_ROOT/%{_sysconfdir}/gratia/condor/ProbeConfig-OSPool

%clean
rm -rf $RPM_BUILD_ROOT
Expand All @@ -41,10 +40,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)

%config(noreplace) %{_sysconfdir}/condor/config.d/80-osg-flocking.conf
%config(noreplace) %{_sysconfdir}/gratia/condor/ProbeConfig-OSPool


%changelog
* Wed Oct 27 2021 Brian Lin <[email protected]> 1.6-2
- Remove reference to old ProbeConfig

* Mon Oct 25 2021 Mats Rynge <[email protected]> 1.6-1
- Now requires gratia-probe-condor-ap, probe config has been removed

Expand Down

0 comments on commit df9f7b4

Please sign in to comment.