From 5b9f21013952db4fe7cda777da97d5667a3a2c86 Mon Sep 17 00:00:00 2001 From: Cedric Caffy <cedric.caffy@cern.ch> Date: Thu, 14 Jan 2021 11:01:16 +0100 Subject: [PATCH] Updated ReleaseNotes.md and cta.spec.in for issue #958 --- ReleaseNotes.md | 1 + cta.spec.in | 1 + 2 files changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ea7790ec55..be729ee902 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -5,6 +5,7 @@ ### Bug fixes - cta/CTA#957 The state of the successful Archive for repack jobs is now changed before being queued for reporting +- cta/CTA#958 The RepackRequest garbage collection now changes the owner of the RepackRequest # v3.1-13 diff --git a/cta.spec.in b/cta.spec.in index ee6074f469..cf7933726d 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -493,6 +493,7 @@ Currently contains a helper for the client-ar script, which should be installed %changelog * Thu Jan 07 2021 julien.leduc (at) cern.ch - 3.1-14 - cta/CTA#957 The state of the successful Archive for repack jobs is now changed before being queued for reporting +- cta/CTA#958 The RepackRequest garbage collection now changes the owner of the garbage collected RepackRequest. * Thu Jan 07 2021 julien.leduc (at) cern.ch - 3.1-13 - Upgraded EOS to 4.8.34-1 - Upgraded xrootd to 4.12.6-1 -- GitLab