Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Tony Asleson
6bad2f8b67 Correct dependencies
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2017-05-03 15:11:06 -05:00

View file

@ -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 <tasleson@redhat.com> 0.8.6-2
- Add and correct dependencies
* Thu Apr 27 2017 Tony Asleson <tasleson@redhat.com> 0.8.6-1
- New upstream version, bug fixes