[rasdaemon/f18] Fix the sqlite-devel package name

mchehab mchehab at fedoraproject.org
Tue May 28 20:21:24 UTC 2013


commit 175db78edfaf72786fff875ad0b05581b2258377
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Tue May 28 16:49:06 2013 -0300

    Fix the sqlite-devel package name
    
    The old name doesn't match any Fedora package.
    
    Ok, other distros might have different names, and, while I don't
    really use this spec file on Fedora (it has its own copy of it),
    I prefer to keep it in sync with Fedora, as it helps to test
    if everything is likely ok when running the script that produces
    a new version.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 rasdaemon.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rasdaemon.spec b/rasdaemon.spec
index 395c51f..07ba0f3 100644
--- a/rasdaemon.spec
+++ b/rasdaemon.spec
@@ -8,7 +8,7 @@ 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
-BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite3-devel
+BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite-devel
 ExclusiveArch:		%{ix86} x86_64
 Requires(post):		systemd-units
 Requires(preun):	systemd-units


More information about the scm-commits mailing list