BuildRequire systemd for %tmpfiles_create.

https://bugzilla.redhat.com/show_bug.cgi?id=1045707
This commit is contained in:
Ville Skyttä 2013-12-21 12:07:26 +02:00 committed by Jiri Popelka
parent 231faa4985
commit 2cf194a4c4

View File

@ -10,7 +10,7 @@
Summary: A library for locking devices Summary: A library for locking devices
Name: lockdev Name: lockdev
Version: 1.0.4 Version: 1.0.4
Release: 0.14.%{checkout}%{?dist} Release: 0.15.%{checkout}%{?dist}
License: LGPLv2 License: LGPLv2
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://alioth.debian.org/projects/lockdev/ URL: https://alioth.debian.org/projects/lockdev/
@ -31,6 +31,7 @@ BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: systemd
%description %description
Lockdev provides a reliable way to put an exclusive lock to devices Lockdev provides a reliable way to put an exclusive lock to devices
@ -104,6 +105,9 @@ fi
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.0.4-0.15.20111007git
- BuildRequire systemd for %%tmpfiles_create.
* Thu Dec 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.4-0.14.20111007git * Thu Dec 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.4-0.14.20111007git
- Define _GNU_SOURCE in lockdev.c - Define _GNU_SOURCE in lockdev.c