BR perl(Test::Harness)

This commit is contained in:
Joe Orton 2012-11-20 17:06:53 +00:00
parent 41935efcc5
commit 185350a427

View File

@ -3,7 +3,7 @@
Name: memcached Name: memcached
Version: 1.4.15 Version: 1.4.15
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 0 Epoch: 0
Summary: High Performance, Distributed Memory Object Cache Summary: High Performance, Distributed Memory Object Cache
@ -22,7 +22,7 @@ Source1: memcached.service
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libevent-devel BuildRequires: libevent-devel
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More), perl(Test::Harness)
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
@ -143,6 +143,9 @@ exit 0
%{_includedir}/memcached/* %{_includedir}/memcached/*
%changelog %changelog
* Tue Nov 20 2012 Joe Orton <jorton@redhat.com> - 0:1.4.15-2
- BR perl(Test::Harness)
* Tue Nov 20 2012 Joe Orton <jorton@redhat.com> - 0:1.4.15-1 * Tue Nov 20 2012 Joe Orton <jorton@redhat.com> - 0:1.4.15-1
- update to 1.4.15 (#782395) - update to 1.4.15 (#782395)
- switch to simple systemd service (#878198) - switch to simple systemd service (#878198)