[gstreamer/f19] fix a bogus BR

Matthias Clasen mclasen at fedoraproject.org
Fri Jul 19 00:06:10 UTC 2013


commit 63fb58fc438ce5d2b03e15748b7bf80939d79b45
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Jul 18 20:05:55 2013 -0400

    fix a bogus BR

 gstreamer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 1f7f73f..dba178a 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -7,7 +7,7 @@
 
 Name:           %{gstreamer}
 Version:        0.10.36
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GStreamer streaming media framework runtime
 
 Group:          Applications/Multimedia
@@ -28,7 +28,7 @@ BuildRequires:  check-devel
 BuildRequires:  gtk-doc >= 1.3
 BuildRequires:  gettext
 BuildRequires:  pkgconfig
-BuildRequires:  gobject-introspection-devel >= %{_gobject_introspection}
+BuildRequires:  gobject-introspection-devel >= %{_gobject-introspection}
 # We need to use the system libtool or else we end up with RPATHs
 BuildRequires:  libtool
 
@@ -243,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
 
 %changelog
+* Thu Jul 17 2013 Matthias Clasen <mclasen at redhat.com> 0.10.36-4
+- Fix a bogus BR found by rpmdiff
+
 * Wed Mar 27 2013 Adam Jackson <ajax at redhat.com> 0.10.36-3
 - Tweak BRs for RHEL
 


More information about the scm-commits mailing list