[web-assets/el5] add Groups to subpackages

T.C. Hollingsworth patches at fedoraproject.org
Tue Aug 27 12:46:34 UTC 2013


commit 25280401f7f9917e80107e31d7d6a86f4deb7154
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Aug 27 05:44:40 2013 -0700

    add Groups to subpackages
    
    that was the real problem. thanks koji for the misleading error  :-(

 web-assets.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/web-assets.spec b/web-assets.spec
index dfb7934..51ede2c 100644
--- a/web-assets.spec
+++ b/web-assets.spec
@@ -25,6 +25,7 @@ Source4:        README.devel
 Summary:        The basic directory layout for Web Assets
 #there's nothing copyrightable about a few directories and symlinks
 License:        Public Domain
+Group:          System Environment/Base
 
 %description filesystem
 %{summary}.
@@ -33,6 +34,7 @@ License:        Public Domain
 Summary:        RPM macros for Web Assets packaging
 License:        MIT
 Requires:       web-assets-filesystem = %{version}-%{release}
+Group:          Development/System
 
 %description devel
 %{summary}.
@@ -41,6 +43,7 @@ Requires:       web-assets-filesystem = %{version}-%{release}
 %package httpd
 Summary:        Web Assets aliases for the Apache HTTP daemon
 License:        MIT
+Group:          System Environment/Daemons
 Requires:       web-assets-filesystem = %{version}-%{release}
 Requires:       httpd
 Requires(post): systemd


More information about the scm-commits mailing list