Build-require systemd-units

This is needed for %{_unitdir}.
This commit is contained in:
Petr Písař 2013-07-17 12:57:45 +02:00
commit 18324cd419

View file

@ -12,6 +12,7 @@ Patch1: sqlgrey-1.7.4-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: systemd-units
Requires: postfix
Requires: perl(DBD::SQLite)
#Requires(post): /sbin/chkconfig
@ -115,6 +116,7 @@ fi
%changelog
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.8.0-5
- Perl 5.18 rebuild
- Build-require systemd-units
* Mon Feb 25 2013 Tom Callaway <spot@fedoraproject.org> - 1.8.0-4
- Specify SQLite database by absolute path (Bojan Smojver)