Update license and package groups
authorAnas Nashif <anas.nashif@intel.com>
Tue, 6 Aug 2013 14:48:56 +0000 (10:48 -0400)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 21 Mar 2023 15:38:36 +0000 (16:38 +0100)
packaging/fuse.changes
packaging/fuse.spec

index 26af646..957a626 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 06 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130710.220623@fb35aab
+- Update license and package groups
+
 * Fri Apr 12 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> accepted/trunk/20130325.212310@c17e81b
 - (TZPC-966) Use upstream permissions for /usr/bin/fusermount
 
index 76431a1..9cfe6ea 100644 (file)
@@ -1,7 +1,7 @@
 Name:           fuse
 Summary:        User space File System
-License:        GPL-2.0+ ; LGPL-2.1+
-Group:          System/Filesystems
+License:        GPL-2.0+ and LGPL-2.1+
+Group:          System/Library
 Version:        2.9.2
 Release:        0
 Source:         %{name}-%{version}.tar.gz
@@ -51,7 +51,6 @@ http://fuse.sourceforge.net/wiki
 
 %package -n libulockmgr
 Summary:        Library of FUSE, the User space File System for GNU/Linux and BSD
-Group:          System/Filesystems
 
 %description -n libulockmgr
 With FUSE, a user space program can export a file system through the
@@ -59,7 +58,6 @@ kernel-default (Linux kernel).
 
 %package -n libfuse
 Summary:        Library of FUSE, the User space File System for GNU/Linux and BSD
-Group:          System/Filesystems
 
 %description -n libfuse
 With FUSE, a user space program can export a file system through the
@@ -75,7 +73,6 @@ http://fuse.sourceforge.net/wiki
 
 %package devel
 Summary:        Development package for FUSE (userspace filesystem) modules
-Group:          Development/Languages/C and C++
 Requires:       fuse = %{version}
 Requires:       glibc-devel
 Requires:       libfuse = %{version}