From f26395e02ef9fd08f1b953e4287daf279d6a9d44 Mon Sep 17 00:00:00 2001 From: George Notaras Date: Mon, 13 Jan 2014 03:14:00 +0200 Subject: [PATCH] Set RPM group to the generic 'System Environment/Daemons'. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f070c8c0..a0367bab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ build-requires = python2-devel python-setuptools requires = python-setuptools >= 0.6c6 python-ctypes install_script = rpm/install +group = System Environment/Daemons [pytest] norecursedirs = examples lib local src