Update to 0.97
This commit is contained in:
parent
e8ab9d1655
commit
4306538f6f
@ -1,12 +1,12 @@
|
|||||||
Name: isns-utils
|
Name: isns-utils
|
||||||
Version: 0.94
|
Version: 0.97
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The iSNS daemon and utility programs
|
Summary: The iSNS daemon and utility programs
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/gonzoleeman/open-isns
|
URL: https://github.com/open-iscsi/open-isns
|
||||||
Source0: https://github.com/gonzoleeman/open-isns/archive/%{version}.tar.gz#/open-isns-%{version}.tar.gz
|
Source0: https://github.com/open-iscsi/open-isns/archive/v%{version}.tar.gz#/open-isns-%{version}.tar.gz
|
||||||
Source1: isnsd.service
|
Source1: isnsd.service
|
||||||
|
|
||||||
BuildRequires: openssl-devel automake pkgconfig systemd-devel systemd
|
BuildRequires: openssl-devel automake pkgconfig systemd-devel systemd
|
||||||
@ -79,6 +79,7 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/isnsd.service
|
|||||||
%{_sbindir}/isnsd
|
%{_sbindir}/isnsd
|
||||||
%{_sbindir}/isnsadm
|
%{_sbindir}/isnsadm
|
||||||
%{_sbindir}/isnsdd
|
%{_sbindir}/isnsdd
|
||||||
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%{_unitdir}/isnsd.service
|
%{_unitdir}/isnsd.service
|
||||||
%dir %{_sysconfdir}/isns
|
%dir %{_sysconfdir}/isns
|
||||||
@ -94,6 +95,10 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/isnsd.service
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2016 Miro Hrončok <mhroncok@redhat.com> - 0.97-1
|
||||||
|
- Update to 0.97
|
||||||
|
- Upstream moved on GitHub
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-3
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user