[python-qrcode/el6] add Group field if built on RHEL to keep rpmlint happy

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jun 8 16:02:11 UTC 2012


commit 526156a7379fce14051bb29efdb51701401c0310
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jun 8 23:01:48 2012 +0700

    add Group field if built on RHEL to keep rpmlint happy

 python-qrcode.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/python-qrcode.spec b/python-qrcode.spec
index 33be75a..e27c6f7 100644
--- a/python-qrcode.spec
+++ b/python-qrcode.spec
@@ -5,6 +5,9 @@ Version:        2.4.1
 Release:        2%{?dist}
 Summary:        Python QR Code image generator
 
+%if 0%{?rhel}
+Group:          Development/Languages
+%endif
 License:        BSD
 URL:            https://github.com/lincolnloop/python-qrcode
 Source0:        http://pypi.python.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz


More information about the scm-commits mailing list