From 87b208c2321a0e355c5f33e183b4a364327898a9 Mon Sep 17 00:00:00 2001 From: markdhooper Date: Wed, 28 Jul 2021 15:42:58 -0300 Subject: [PATCH] added python3-netaddr dependency for el8 --- CHANGELOG.md | 4 ++-- manifest.json | 7 ++++--- packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4430ac3c71..7bf5ef2171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Ceph Ansible 5.2.1-4 +## Ceph Ansible 5.2.1-5 -* updated purge-rgw.yml to use apt purge to fix issue with haproxy and keepalived \ No newline at end of file +* added python3-netaddr dependency for rocky \ No newline at end of file diff --git a/manifest.json b/manifest.json index b87c704b21..f8a1f682a3 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "title": "Ceph Ansible", "prerelease": true, "version": "5.2.1", - "buildVersion": "4", + "buildVersion": "5", "author": "Mark Hooper ", "url": "https://github.com/45Drives/ceph-ansible", "category": "utils", @@ -28,7 +28,8 @@ ], "el": [ "ansible", - "python3" + "python3", + "python3-netaddr" ] }, "releases": [ @@ -46,7 +47,7 @@ "changelog": { "urgency": "medium", "version": "5.2.1", - "buildVersion": "4", + "buildVersion": "5", "ignore": [], "date": null, "packager": "Mark Hooper ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 44112573e0..09da96440d 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install /usr/share/ceph-ansible/* %changelog +* Wed Jul 28 2021 Mark Hooper 5.2.1-5 +- added python3-netaddr dependency for rocky * Tue Jul 27 2021 Mark Hooper 5.2.1-4 - updated purge-rgw.yml to use apt purge to fix issue with haproxy and keepalived * Mon Jul 26 2021 Mark Hooper 5.2.1-3 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 0ca83d5c91..2128fdf2f6 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +ceph-ansible-45d (5.2.1-5focal) focal; urgency=medium + + * added python3-netaddr dependency for rocky + + -- Mark Hooper Wed, 28 Jul 2021 12:38:50 -0300 + ceph-ansible-45d (5.2.1-4focal) focal; urgency=medium * updated purge-rgw.yml to use apt purge to fix issue with haproxy and keepalived