From a7eaf0d4e7f0d8a7bc73ffa187715ecfb23b0cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 6 Feb 2014 13:07:53 +0100 Subject: [PATCH] Add build dependency on libattr-devel to rpm. --- dist/dmlite-plugins-vfs.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dist/dmlite-plugins-vfs.spec b/dist/dmlite-plugins-vfs.spec index f04d64d..d348684 100644 --- a/dist/dmlite-plugins-vfs.spec +++ b/dist/dmlite-plugins-vfs.spec @@ -1,6 +1,6 @@ Name: dmlite-plugins-vfs Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Filesystem plugin for dmlite Group: Applications/Internet License: ASL 2.0 @@ -15,10 +15,11 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake BuildRequires: cppunit-devel BuildRequires: dmlite-devel +BuildRequires: libattr-devel %description -This package provides the filesystem plugin for dmlite. This plugin provides both -a name-space and a trivial pool management implementation. +This package provides the filesystem plugin for dmlite. This plugin provides +both a name-space and a trivial pool management implementation. %prep %setup -q -n %{name}-%{version} @@ -44,6 +45,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/dmlite.conf.d/* %changelog +* Thu Feb 06 2014 František Dvořák - 0.1.0-2 +- Build dependency on libattr-devel +- Reformat description + * Mon Aug 20 2012 Alejandro Alvarez - 0.1.0-1 - Initial package -- 1.8.2.3