diff --git a/ceph-iscsi-3.0+1559837868.g8be74cf.tar.gz b/ceph-iscsi-3.0+1559837868.g8be74cf.tar.gz deleted file mode 100644 index a4e9b7c..0000000 --- a/ceph-iscsi-3.0+1559837868.g8be74cf.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c9f95a54539284db25ceeee766df1a8bd1adf5412c3e08e4c7d6c7e004b3b7 -size 128686 diff --git a/ceph-iscsi-3.0+1560249372.g70ec7a9.tar.gz b/ceph-iscsi-3.0+1560249372.g70ec7a9.tar.gz new file mode 100644 index 0000000..a519215 --- /dev/null +++ b/ceph-iscsi-3.0+1560249372.g70ec7a9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f140c339238b57b6a3f6307fd19462e3cf31eda6a4224da39e8821bf60023d +size 128571 diff --git a/ceph-iscsi.changes b/ceph-iscsi.changes index a540c86..c92fbda 100644 --- a/ceph-iscsi.changes +++ b/ceph-iscsi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 11 10:36:22 UTC 2019 - Nathan Cutler + +- Update to 3.0+1560249372.g70ec7a9: + + spec: drop python3-configshell-fb version guard + +------------------------------------------------------------------- +Mon Jun 10 15:39:27 UTC 2019 - Nathan Cutler + +- Update to 3.0+1560181178.g3010fd7: + + Fix config hash check validation + + spec: fix rhel conditional blocks + ------------------------------------------------------------------- Thu Jun 6 16:25:29 UTC 2019 - Nathan Cutler diff --git a/ceph-iscsi.spec b/ceph-iscsi.spec index 558ce40..0f6deb7 100644 --- a/ceph-iscsi.spec +++ b/ceph-iscsi.spec @@ -20,7 +20,7 @@ Name: ceph-iscsi -Version: 3.0+1559837868.g8be74cf +Version: 3.0+1560249372.g70ec7a9 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management @@ -51,7 +51,7 @@ Requires: python-rtslib >= 2.1.fb67 Requires: rpm-python >= 4.11 Requires: python-cryptography Requires: python-flask >= 0.10.1 -Requires: python-configshell >= 1.1.fb23 +Requires: python-configshell %else BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -65,14 +65,14 @@ Requires: python3-rpm >= 4.11 BuildRequires: python-rpm-macros BuildRequires: fdupes Requires: python3-Flask >= 0.10.1 -Requires: python3-configshell-fb >= 1.1.23 +Requires: python3-configshell-fb %else Requires: python3-flask >= 0.10.1 -Requires: python3-configshell >= 1.1.fb23 +Requires: python3-configshell %endif %endif -%if 0%{?rhel} < 8 +%if 0%{?rhel} == 7 BuildRequires: systemd %else BuildRequires: systemd-rpm-macros @@ -144,7 +144,7 @@ ln -s service %{buildroot}%{_sbindir}/rcrbd-target-api %endif %post -%if 0%{?rhel} < 8 +%if 0%{?rhel} == 7 /bin/systemctl --system daemon-reload &> /dev/null || : /bin/systemctl --system enable rbd-target-gw &> /dev/null || : /bin/systemctl --system enable rbd-target-api &> /dev/null || : @@ -167,7 +167,7 @@ ln -s service %{buildroot}%{_sbindir}/rcrbd-target-api %endif %postun -%if 0%{?rhel} < 8 +%if 0%{?rhel} == 7 /bin/systemctl --system daemon-reload &> /dev/null || : %endif %if 0%{?fedora} || 0%{?rhel} >= 8