use of systemd rpm macros now require systemd as a BuildRequires

This commit is contained in:
Chris Leech 2015-06-17 08:58:18 -07:00
parent cced9aabe0
commit f9976ac451

View File

@ -1,6 +1,6 @@
Name: isns-utils Name: isns-utils
Version: 0.93 Version: 0.93
Release: 7%{?dist} Release: 8%{?dist}
Summary: The iSNS daemon and utility programs Summary: The iSNS daemon and utility programs
Group: System Environment/Daemons 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 Source0: http://www.kernel.org/pub/linux/kernel/people/mnc/open-isns/releases/open-isns-%{version}.tar.bz2
Source1: isnsd.service Source1: isnsd.service
BuildRequires: openssl-devel automake pkgconfig systemd-devel BuildRequires: openssl-devel automake pkgconfig systemd-devel systemd
Requires(post): systemd-units Requires(post): systemd-units
Requires(preun): systemd-units Requires(preun): systemd-units
Requires(postun): 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/* %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/isns/*
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild