summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-22 11:01:38 -0700
committerMaciej Wereski <m.wereski@partner.samsung.com>2014-01-15 16:16:03 +0100
commit9937826f79e82f29056d31389f7f2a54c5aa989b (patch)
tree2d278146b688e8aa85fa2a39d30a5b752c366b6c
parenta093f8aa6256d8db2b63ed02abcfd73724aeb89b (diff)
downloadlibcap-9937826f79e82f29056d31389f7f2a54c5aa989b.tar.gz
libcap-9937826f79e82f29056d31389f7f2a54c5aa989b.tar.bz2
libcap-9937826f79e82f29056d31389f7f2a54c5aa989b.zip
Fixed package groups
-rw-r--r--packaging/libcap.changes3
-rw-r--r--packaging/libcap.spec8
2 files changed, 7 insertions, 4 deletions
diff --git a/packaging/libcap.changes b/packaging/libcap.changes
index 3dcbebf..c875416 100644
--- a/packaging/libcap.changes
+++ b/packaging/libcap.changes
@@ -1,3 +1,6 @@
+* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20121214.220221@ca70619
+- Fixed package groups
+
* Fri Dec 14 2012 Anas Nashif <anas.nashif@intel.com> upstream/2.22@dbb6d89
- Initial import
diff --git a/packaging/libcap.spec b/packaging/libcap.spec
index f9a4af0..414aee6 100644
--- a/packaging/libcap.spec
+++ b/packaging/libcap.spec
@@ -4,12 +4,11 @@ Release: 1
License: BSD-3-Clause ; GPL-2.0
Summary: Library for Capabilities (linux-privs) Support
Url: https://sites.google.com/site/fullycapable/
-Group: System/Libraries
+Group: Base/Libraries
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: fdupes
BuildRequires: libattr-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libcap2 = %{version}-%{release}
%description
@@ -23,7 +22,7 @@ done automatically by the kernel.
%package devel
License: BSD-3-Clause ; GPL-2.0
Summary: Development files for libcap
-Group: Development/Libraries/C and C++
+Group: Development/Libraries
Requires: glibc-devel
Requires: libcap = %{version}
@@ -40,7 +39,7 @@ using libcap.
%package progs
License: BSD-3-Clause ; GPL-2.0
Summary: Libcap utility programs
-Group: System/Filesystems
+Group: Base/File Systems
%description progs
This package contains utility programs handling capabilities via
@@ -69,6 +68,7 @@ ln -s /%{_lib}/libcap.so.2 %{buildroot}%{_libdir}/libcap.so
%files
%defattr(-,root,root)
+%license License
%attr(755,root,root) /%{_lib}/libcap.so.*
%files progs