Add build dependency on libattr-devel to rpm.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 6 Feb 2014 12:07:53 +0000 (13:07 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 10 Feb 2014 14:08:22 +0000 (15:08 +0100)
dist/dmlite-plugins-vfs.spec

index f04d64d..d348684 100644 (file)
@@ -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 <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