]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
redhat: fix group tag
authorVincent Bernat <vincent@bernat.im>
Wed, 8 Oct 2014 18:35:36 +0000 (20:35 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 8 Oct 2014 18:35:36 +0000 (20:35 +0200)
Dunno if they are correct for Redhat, but they are correct for SuSE.

redhat/lldpd.spec

index 1c6fde5bf37d9bdbd18c086d2a86c3f4ecc652f6..8fa6ff434ead63a971d741953f6686deea2bfaa4 100644 (file)
@@ -31,7 +31,7 @@ Name: lldpd
 Version: 0.7.11
 Release: 1%{?dist}
 License: MIT
-Group: System Environment/Daemons
+Group: System/Management
 URL: http://vincentbernat.github.com/lldpd/
 Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz
 Source1: lldpd.init%{?suse_version:.suse}
@@ -75,7 +75,7 @@ protocol. It also handles LLDP-MED extension.
 
 %package devel
 Summary:  Implementation of IEEE 802.1ab - Tools and header files for developers
-Group:    Development/Libraries
+Group:    Development/Libraries/C
 Requires: lldpd = %{version}-%{release}
 
 %description devel