summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-22 11:36:11 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-03-22 11:36:11 -0700
commitc9f63d9f69d698ed5f2ffe45e55f6422d22cff49 (patch)
tree5f09b1e3db0a8f9ed67010e7229d950b48a0b991
parentaed2a13182921caaa84ea9c3f5d33d3fcdd7bd29 (diff)
Fixed package groupssubmit/trunk/20130322.183615
-rw-r--r--packaging/dbus-x11.spec2
-rw-r--r--packaging/dbus-x11.spec.in2
-rw-r--r--packaging/dbus.changes3
-rw-r--r--packaging/dbus.spec9
4 files changed, 9 insertions, 7 deletions
diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec
index 2f7e143a..a91ac12a 100644
--- a/packaging/dbus-x11.spec
+++ b/packaging/dbus-x11.spec
@@ -3,7 +3,7 @@ Name: dbus-x11
BuildRequires: pkgconfig(x11)
Url: http://dbus.freedesktop.org/
License: GPL2+ or AFL 2.1
-Group: System/Daemons
+Group: Base/IPC
Summary: D-Bus Message Bus System
# COMMON1-BEGIN
# COMMON1-BEGIN
diff --git a/packaging/dbus-x11.spec.in b/packaging/dbus-x11.spec.in
index 557e0a65..43303661 100644
--- a/packaging/dbus-x11.spec.in
+++ b/packaging/dbus-x11.spec.in
@@ -3,7 +3,7 @@ Name: dbus-x11
BuildRequires: pkgconfig(x11)
Url: http://dbus.freedesktop.org/
License: GPL2+ or AFL 2.1
-Group: System/Daemons
+Group: Base/IPC
Summary: D-Bus Message Bus System
# COMMON1-BEGIN
# COMMON1-END
diff --git a/packaging/dbus.changes b/packaging/dbus.changes
index 00e00fcb..77a1a44a 100644
--- a/packaging/dbus.changes
+++ b/packaging/dbus.changes
@@ -1,3 +1,6 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> dbus-1.6.8@aed2a13
+- Fixed package groups
+
* Tue Jan 15 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20121231.155624@d287e71
- No OOMScoreAdjust for user session
diff --git a/packaging/dbus.spec b/packaging/dbus.spec
index eb09514f..5558e0e3 100644
--- a/packaging/dbus.spec
+++ b/packaging/dbus.spec
@@ -5,7 +5,7 @@ Name: dbus
Url: http://dbus.freedesktop.org/
Summary: D-Bus Message Bus System
License: GPL-2.0+ or AFL-2.1
-Group: System/Daemons
+Group: Base/IPC
# COMMON1-BEGIN
# We can't enable this right now, because it will create a build cycle between
@@ -36,14 +36,13 @@ Requires(pre): /usr/sbin/groupadd /usr/sbin/useradd
Provides: dbus-1
%package -n %{_libname}
-
Summary: Library package for D-Bus
-Group: Development/Libraries/Other
+Group: Base/IPC
%package devel
Summary: Developer package for D-Bus
-Group: Development/Libraries/Other
+Group: Development/Libraries
Requires: %{_libname} = %{version}
Requires: dbus
Requires: glibc-devel
@@ -51,7 +50,7 @@ Requires: glibc-devel
%package devel-doc
Summary: Developer documentation package for D-Bus
-Group: Development/Libraries/Other
+Group: Documentation
Requires: %{name} = %{version}
BuildArch: noarch