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

Matthew Barnes mbarnes at fedoraproject.org
Wed Jan 18 14:21:33 UTC 2012


commit cc867623e6f05770c387e3666dfbcfaa3c652784
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Wed Jan 18 09:21:17 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 2ea9cf6..1797297 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:        1%{?dist}
+Release:        2%{?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-2
+- Map RHEL 7 to Fedora 16 (for now).
+
 * Thu Dec 29 2011 Stu Tomlinson <stu at nosnilmot.com> 2.10.1-1
 - 2.10.1, includes security fixes for CVE-2011-3594, CVE-2011-4601,
   CVE-2011-4602, CVE-2011-4603


More information about the scm-commits mailing list