Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bad2f8b67 |
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue