[rasdaemon/f19] Fix 0.4.1 building

mchehab mchehab at fedoraproject.org
Wed May 29 18:24:28 UTC 2013


commit f54bf577a184bd2601dbffc2433ba6414dfd597d
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Wed May 29 15:18:43 2013 -0300

    Fix 0.4.1 building
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 rasdaemon.spec |    4 +++-
 sources        |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rasdaemon.spec b/rasdaemon.spec
index cc9682c..1538626 100644
--- a/rasdaemon.spec
+++ b/rasdaemon.spec
@@ -7,7 +7,7 @@ License:		GPLv2
 URL:			https://git.fedorahosted.org/git/rasdaemon.git
 Source0:		http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}
-Requires:		hwdata, dmidecode
+Requires:		hwdata, dmidecode, perl-dbd-sqlite
 BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite-devel
 ExclusiveArch:		%{ix86} x86_64
 Requires(post):		systemd-units
@@ -44,6 +44,8 @@ rm INSTALL %{buildroot}/usr/include/*.h
 %{_sbindir}/ras-mc-ctl
 %{_mandir}/*/*
 %{_unitdir}/*.service
+%{_sharedstatedir}/rasdaemon
+%{_sysconfdir}/ras/dimm_labels.d
 
 %changelog
 * Tue May 29 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-1
diff --git a/sources b/sources
index 9392966..e50bb1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea53aa4cb91fef2d4368005d90ffc33a  rasdaemon-0.4.1.tar.bz2
+1b7d6a22b86a880b876b086ec5ddded2  rasdaemon-0.4.1.tar.bz2


More information about the scm-commits mailing list