From 7ab64ac6110e82d34be67981afc78163a4ef8261 Mon Sep 17 00:00:00 2001 From: Jarosław Górny Date: Jul 12 2015 12:14:48 +0000 Subject: Fix build: add systemd-units as build requirement. --- diff --git a/mpdscribble.spec b/mpdscribble.spec index cb2dbb3..4180a8a 100644 --- a/mpdscribble.spec +++ b/mpdscribble.spec @@ -1,6 +1,6 @@ Name: mpdscribble Version: 0.22 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A mpd client which submits information about tracks being played to Last.fm Group: Applications/Multimedia License: GPLv2+ @@ -13,6 +13,7 @@ BuildRequires: libmpdclient-devel >= 2.2 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: systemd-units Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd @@ -75,6 +76,9 @@ useradd -r -g %{name} -d %{_localstatedir}/cache/%{name} -s /sbin/nologin \ %changelog +* Sun Jul 12 2015 Jaroslaw Gorny - 0.22-10 +- Add systemd-units as build requirement + * Wed Jun 17 2015 Fedora Release Engineering - 0.22-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild