From f8216215c17413807d1a158576a56895f31b9b9f Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Tue, 15 Nov 2022 18:29:29 +0100
Subject: [PATCH] Merge release v4.7.13-3/v5.7.13-3 changes into main

---
 ReleaseNotes.md | 14 ++++++++++++++
 cta.spec.in     |  2 ++
 2 files changed, 16 insertions(+)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 7650dfdc1f..f788cc90b1 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,4 +1,5 @@
 # v4.NEXT
+
 ## Summary
 ### Features
 - cta/CTA#133 - Change severity from ERROR to INFO for "reported a batch of retrieve jobs" log message in Scheduler.cpp
@@ -7,7 +8,20 @@
 ### Bug fixes
 - cta/CTA#209 - handle if $HOME is not defined when choosing config file for cta-admin
 
+# v4.7.13-3
+
+## Summary
+### Building and Packaging
+- cta/CTA#15 - Repackaging CTA for easy installation of public RPMs
+
+# v4.7.13-2
+
+## Summary
+### Building and Packaging
+- cta/CTA#207 - Fix tag pipeline
+
 # v4.7.13-1
+
 ## Summary
 ### Features
 - cta/CTA#16 - Add option for a user config file
diff --git a/cta.spec.in b/cta.spec.in
index e86556a930..925351c096 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -587,6 +587,8 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
 
 
 %changelog
+* Tue Nov 15 2022 Joao Afonso <joao.afonso@cern.ch> - 4.7.13-3
+- Repackaging CTA for easy installation of public RPMs
 
 * Tue Nov 08 2022 Jorge Camarero Vera <jorge.camarero@cern.ch> - 4.7.13-2
 - Fix gitlab release tagging pipeline
-- 
GitLab