Skip to content

Commit

Permalink
added python3-netaddr dependency for el8
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Jul 28, 2021
1 parent 19f0528 commit 87b208c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* added python3-netaddr dependency for rocky
7 changes: 4 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Ceph Ansible",
"prerelease": true,
"version": "5.2.1",
"buildVersion": "4",
"buildVersion": "5",
"author": "Mark Hooper <[email protected]>",
"url": "https://github.com/45Drives/ceph-ansible",
"category": "utils",
Expand All @@ -28,7 +28,8 @@
],
"el": [
"ansible",
"python3"
"python3",
"python3-netaddr"
]
},
"releases": [
Expand All @@ -46,7 +47,7 @@
"changelog": {
"urgency": "medium",
"version": "5.2.1",
"buildVersion": "4",
"buildVersion": "5",
"ignore": [],
"date": null,
"packager": "Mark Hooper <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install
/usr/share/ceph-ansible/*

%changelog
* Wed Jul 28 2021 Mark Hooper <[email protected]> 5.2.1-5
- added python3-netaddr dependency for rocky
* Tue Jul 27 2021 Mark Hooper <[email protected]> 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 <[email protected]> 5.2.1-3
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ceph-ansible-45d (5.2.1-5focal) focal; urgency=medium

* added python3-netaddr dependency for rocky

-- Mark Hooper <[email protected]> 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
Expand Down

0 comments on commit 87b208c

Please sign in to comment.