Skip to content

Commit

Permalink
spec: version bump and dependency update
Browse files Browse the repository at this point in the history
rbd-target-gw now includes a flask based api server so this
update to the spec tracks these dependencies
  • Loading branch information
pcuzner committed Jan 4, 2017
1 parent 62a3c0d commit 95b2b63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ceph-iscsi-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ceph-iscsi-config
Version: 1.5
Version: 2.0
Release: 1%{?dist}
Summary: Python package providing modules for ceph iscsi gateway configuration management

Expand All @@ -14,6 +14,8 @@ Requires: python-rbd
Requires: python-netaddr
Requires: python-netifaces
Requires: python-rtslib
Requires: python2-flask-restful
Requires: python-flask

BuildRequires: python-devel
BuildRequires: python-setuptools
Expand Down Expand Up @@ -50,6 +52,11 @@ install -m 0755 usr/bin/rbd-target-gw %{buildroot}/usr/bin
%{_unitdir}/rbd-target-gw.service

%changelog
* Fri Dec 02 2016 Paul Cuzner <pcuzner@redhat.com> - 2.0-1
- rbd-target-gw now includes API server (based on flask)
- updated rpm requirements to include flask-restful
- daemon now watches the config object for changes, and reloads (for API)

* Fri Nov 04 2016 Paul Cuzner <pcuzner@redhat.com> - 1.5-1
- fix - catch config errors at rbd-target-gw startup
- config.lun - trap unwanted rbd map stderr messages
Expand Down

0 comments on commit 95b2b63

Please sign in to comment.