use of systemd rpm macros now require systemd as a BuildRequires
This commit is contained in:
parent
cced9aabe0
commit
f9976ac451
@ -1,6 +1,6 @@
|
||||
Name: isns-utils
|
||||
Version: 0.93
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: The iSNS daemon and utility programs
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -9,7 +9,7 @@ URL: http://www.kernel.org/pub/linux/kernel/people/mnc/open-isns
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/people/mnc/open-isns/releases/open-isns-%{version}.tar.bz2
|
||||
Source1: isnsd.service
|
||||
|
||||
BuildRequires: openssl-devel automake pkgconfig systemd-devel
|
||||
BuildRequires: openssl-devel automake pkgconfig systemd-devel systemd
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
@ -94,6 +94,9 @@ install -p -m 644 doc/isnsd.8 doc/isnsdd.8 doc/isnsadm.8 %{buildroot}/%{_mandir}
|
||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/isns/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2015 Chris Leech <cleech@redhat.com> - 0.93-8
|
||||
- use of systemd rpm macros now require systemd as a BuildRequires
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user