[pidgin] Map RHEL 7 to Fedora 16 (for now).

Matthew Barnes mbarnes at fedoraproject.org
Wed Jan 18 14:15:26 UTC 2012


commit b915464adc002ae4e5de464e4d8d78dc7535bc6d
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Wed Jan 18 09:15:08 2012 -0500

    Map RHEL 7 to Fedora 16 (for now).

 pidgin.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pidgin.spec b/pidgin.spec
index 1d55985..f2824d2 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -18,6 +18,10 @@
 %global fedora 12
 %global dist .el6
 %endif
+%if 0%{?rhel} == 7
+%global fedora 16
+%global dist .el7
+%endif
 
 # Define variables to use in conditionals
 %global force_sound_aplay       0
@@ -103,7 +107,7 @@
 
 Name:           pidgin
 Version:        2.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -692,6 +696,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jan 18 2012 Matthew Barnes <mbarnes at redhat.com> - 2.10.1-3
+- Map RHEL 7 to Fedora 16 (for now).
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list