[folks] - Add epoch to devel subpackage requires.

Brian Pepple bpepple at fedoraproject.org
Fri Oct 29 14:52:11 UTC 2010


commit 694140ca601e4572d7f953d47900055d274b1a57
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Fri Oct 29 10:53:33 2010 -0400

    - Add epoch to devel subpackage requires.

 folks.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/folks.spec b/folks.spec
index 01d0f67..ef6bc47 100644
--- a/folks.spec
+++ b/folks.spec
@@ -3,7 +3,7 @@
 Name:           folks
 Epoch:          1
 Version:        0.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GObject contact aggregation library
 
 Group:          System Environment/Libraries
@@ -29,7 +29,7 @@ Facebook, etc.) to create meta-contacts.
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 Requires:	telepathy-glib-devel >= %{tp_glib_ver}
 Requires:	libgee-devel
 Requires:	glib2-devel
@@ -75,6 +75,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Oct 29 2010 Brian Pepple <bpepple at fedoraproject.org> - 1:0.2.0-4
+- Add epoch to devel subpackage requires.
+
 * Mon Oct 25 2010 Brian Pepple <bpepple at fedoraproject.org> - 1:0.2.0-3
 - Revert back to 0.2.x until gtk-2.92.1 or greater is in rawhide.
 


More information about the scm-commits mailing list