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
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}
%config(noreplace) %{_sysconfdir}/dmlite.conf.d/*
%changelog
+* Thu Feb 06 2014 František Dvořák <valtri@civ.zcu.cz> - 0.1.0-2
+- Build dependency on libattr-devel
+- Reformat description
+
* Mon Aug 20 2012 Alejandro Alvarez <alejandro.alvarez.ayllon@cern.ch> - 0.1.0-1
- Initial package