[rasdaemon/f19] Fix perl-DBD-SQLite package name

mchehab mchehab at fedoraproject.org
Wed May 29 18:44:41 UTC 2013


commit 198129bdce4c1ed1fc17d850956b2f888b8ac95d
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Wed May 29 15:42:16 2013 -0300

    Fix perl-DBD-SQLite package name
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 rasdaemon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rasdaemon.spec b/rasdaemon.spec
index 1538626..326d9f7 100644
--- a/rasdaemon.spec
+++ b/rasdaemon.spec
@@ -1,13 +1,13 @@
 Name:			rasdaemon
 Version:		0.4.1
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		Utility to receive RAS error tracings
 Group:			Applications/System
 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, perl-dbd-sqlite
+Requires:		hwdata, dmidecode, perl-DBD-SQLite
 BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite-devel
 ExclusiveArch:		%{ix86} x86_64
 Requires(post):		systemd-units
@@ -48,6 +48,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
 %{_sysconfdir}/ras/dimm_labels.d
 
 %changelog
+* Tue May 29 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-2
+- Fix the name of perl-DBD-SQLite package
+
 * Tue May 29 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-1
 - Updated to version 0.4.1 with contains some bug fixes
 


More information about the scm-commits mailing list