From 33e4c70aebfc205dac770da71ef7ccd8403ea4ac Mon Sep 17 00:00:00 2001
From: Cedric Caffy <cedric.caffy@cern.ch>
Date: Thu, 14 Jan 2021 15:03:43 +0100
Subject: [PATCH] Updated ReleaseNotes.md and cta.spec.in for issue 954

---
 ReleaseNotes.md | 4 ++++
 cta.spec.in     | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index be729ee902..65d578b3d1 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -2,6 +2,10 @@
 
 ## Summary
 
+### Features
+
+- cta/CTA#954 The drive is put down if the CleanerSession fails to eject the tape from it after a shutdown
+
 ### Bug fixes
 
 - cta/CTA#957 The state of the successful Archive for repack jobs is now changed before being queued for reporting
diff --git a/cta.spec.in b/cta.spec.in
index cf7933726d..34eed5927c 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -492,6 +492,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#954 The drive is put down if the CleanerSession fails to eject the tape from it after a shutdown
 - 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
-- 
GitLab