forked from ceph/ceph-ansible
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added python3-netaddr dependency for el8
- Loading branch information
1 parent
19f0528
commit 87b208c
Showing
4 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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 <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|