From 160a17436e118c4094d74e371d627622d93c6a0f Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Fri, 7 Oct 2022 11:38:15 +0200
Subject: [PATCH] Updating release notes for v4.7.11 and v4.7.12

---
 ReleaseNotes.md | 16 ++++++----------
 cta.spec.in     |  1 +
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 6cef3b4ea2..cf60c4e82f 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,31 +1,27 @@
-# v4.NEXT
-
-## Summary
-### Features
-- cta/CTA#146 - Refactoring of operation tools cmd line parsing
-### Building and Packaging
-- cta/CTA#107 - Check latest version of gtest suite
-### Bug fixes
-- cta/CTA#171 - CI runner randomly crashing in cta-tape-label
-
 # v4.7.12-1
 
 ## Summary
 ### Features
 - cta/CTA#144 - frontend-grpc: use provided archiveReportURL AS-IS
+- cta/CTA#146 - Refactoring of operation tools cmd line parsing
 ### Continuous Integration
 - cta/CTA#157 - Upgrade eos5 to 5.1.1-1
 - cta/CTA#158 - Install 'libisa-l_crypto' in 'doublebuildtree-stage2b-scripts/Dockerfile'
+- cta/CTA#15 - Configuring CI for public binary RPM distribution
 ### Bug fixes
 - cta/CTA#122 - Problem with handling of the non-native formats by the CleanerSession
 - cta/CTA#160 - Improve DB access to get all the Tape Drive States
 - cta/CTA#164 - Cppcheck job is not failing when there are errors
 - cta/CTA#165 - Fix oracle dbunittests
 - cta/CTA#169 - Fix misconfigured rules in .gitlab-ci.yml files
+- cta/CTA#171 - CI runner randomly crashing in cta-tape-label
+### Building and Packaging
+- cta/CTA#107 - Check latest version of gtest suite
 
 # v4.7.11-1
 
 ## Summary
+- Note: When using Spectra Logic libraries, this release requires Spectra Logic firmware version >= BlueScale12.8.08.01
 ### Features
 - cta/CTA#89 - Create stubs for Enstore tape label format
 - cta/CTA#126 - Remove cta-admin schedulinginfo subcommand
diff --git a/cta.spec.in b/cta.spec.in
index 4f372eab5c..20d7e54544 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -584,6 +584,7 @@ This package contains .repo files, gpg keys and yum-versionlock configuration fo
 * Fri Sep 16 2022 Joao Afonso <joao.afonso@cern.ch> - 4.7.11-1
 - Various fixes and improvements to CTA, see ReleaseNotes.md for details
 - Enabled build option without Oracle dependencies
+- When using Spectra Logic libraries, this release requires Spectra Logic firmware version >= BlueScale12.8.08.0
 
 * Tue Sep 13 2022 Joao Afonso <joao.afonso@cern.ch> - 4.7.10-1
 - Catalogue schema version 12.0
-- 
GitLab