[libaccounts-glib/f19] Fix BR

Daniel Vrátil dvratil at fedoraproject.org
Wed Feb 26 18:32:09 UTC 2014


commit deae7ed3f82ba97efd3327a4afd6d2753af58c04
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Wed Feb 26 19:32:07 2014 +0100

    Fix BR
    
    Accidentally removed a BR in last commit

 libaccounts-glib.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libaccounts-glib.spec b/libaccounts-glib.spec
index 0665834..4a0569e 100644
--- a/libaccounts-glib.spec
+++ b/libaccounts-glib.spec
@@ -11,6 +11,7 @@ Patch1:         libaccounts-glib-1.16-disable-tests.patch
 BuildRequires:	dbus-glib-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	sqlite-devel
+BuildRequires:	check-devel
 BuildRequires:	gobject-introspection-devel
 # no needed for final release tarball
 BuildRequires:	libtool
@@ -40,7 +41,7 @@ The %{name}-docs package contains documentation for %{name}.
 %setup -q
 
 %patch0	-p1 -b .werror
-%patch1 -p1 -b .disabletests
+%patch1	-p1 -b .disabletests
 
 %build
 gtkdocize


More information about the scm-commits mailing list