[notify-python] Fix missing BR: autoconf

Paul W. Frields pfrields at fedoraproject.org
Thu Aug 15 17:22:02 UTC 2013


commit 068da7b9fa11cb33c491dcfceb99b0a6e11e260d
Author: Paul W. Frields <stickster at gmail.com>
Date:   Thu Aug 15 13:21:49 2013 -0400

    Fix missing BR: autoconf

 notify-python.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/notify-python.spec b/notify-python.spec
index 533899f..6e17290 100644
--- a/notify-python.spec
+++ b/notify-python.spec
@@ -2,7 +2,7 @@
 
 Name:           notify-python
 Version:        0.1.1
-Release:        24%{?dist}
+Release:        25%{?dist}
 Summary:        Python bindings for libnotify
 
 Group:          Development/Languages
@@ -17,6 +17,7 @@ BuildRequires:  python-devel, pkgconfig
 BuildRequires:  libnotify-devel >= 0.7.0
 BuildRequires:  pygtk2-devel
 BuildRequires:  gtk2-devel, dbus-devel, dbus-glib-devel
+BuildRequires:  autoconf
 
 Requires:   libnotify >= 0.4.3
 Requires:   desktop-notification-daemon
@@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Aug 15 2013 Paul W. Frields <stickster at gmail.com> - 0.1.1-25
+- Fix missing BuildRequires: autoconf
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list