From 2cf194a4c4f298cd50363cca3c16ecad18aa33cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 21 Dec 2013 12:07:26 +0200 Subject: [PATCH] BuildRequire systemd for %tmpfiles_create. https://bugzilla.redhat.com/show_bug.cgi?id=1045707 --- lockdev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lockdev.spec b/lockdev.spec index 347a625..b08cde7 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -10,7 +10,7 @@ Summary: A library for locking devices Name: lockdev Version: 1.0.4 -Release: 0.14.%{checkout}%{?dist} +Release: 0.15.%{checkout}%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://alioth.debian.org/projects/lockdev/ @@ -31,6 +31,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: systemd %description Lockdev provides a reliable way to put an exclusive lock to devices @@ -104,6 +105,9 @@ fi %{_includedir}/* %changelog +* Sat Dec 21 2013 Ville Skyttä - 1.0.4-0.15.20111007git +- BuildRequire systemd for %%tmpfiles_create. + * Thu Dec 05 2013 Jiri Popelka - 1.0.4-0.14.20111007git - Define _GNU_SOURCE in lockdev.c