diff --git a/targetd.spec b/targetd.spec index a4a813c..6df82a3 100644 --- a/targetd.spec +++ b/targetd.spec @@ -3,15 +3,15 @@ License: GPLv3 Group: System Environment/Libraries Summary: Service to make storage remotely configurable Version: 0.8.6 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/open-iscsi/targetd Source: https://github.com/open-iscsi/targetd/releases/download/v%{version}/targetd-%{version}.tar.gz Source1: targetd.service Source2: targetd.yaml BuildArch: noarch BuildRequires: systemd, python3-devel -Requires: python3-PyYAML python3-setproctitle python3-rtslib -Requires: lvm2-python-libs >= 2.02.99, nfs-utils, btrfs-progs +Requires: python3-PyYAML python3-setproctitle python3-rtslib target-restore +Requires: lvm2-python3-libs >= 2.02.99, nfs-utils, btrfs-progs Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -57,6 +57,9 @@ install -m 644 targetd.8.gz %{buildroot}%{_mandir}/man8/ %config(noreplace) %{_sysconfdir}/target/targetd.yaml %changelog +* Wed May 3 2017 Tony Asleson 0.8.6-2 +- Add and correct dependencies + * Thu Apr 27 2017 Tony Asleson 0.8.6-1 - New upstream version, bug fixes