Fixed package group/license
authorAnas Nashif <anas.nashif@intel.com>
Mon, 18 Mar 2013 16:47:49 +0000 (09:47 -0700)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Thu, 15 Jan 2015 10:04:27 +0000 (11:04 +0100)
packaging/grep.changes [new file with mode: 0644]
packaging/grep.spec

diff --git a/packaging/grep.changes b/packaging/grep.changes
new file mode 100644 (file)
index 0000000..03423a4
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/2.14@b484a10
+- Fixed package group/license
+
index ad4f05d..663db5d 100644 (file)
@@ -7,7 +7,7 @@ Version:        2.14
 Release:        0
 Summary:        Print lines matching a pattern
 License:        GPL-3.0+
-Group:          Productivity/Text/Utilities
+Group:          Base/Tools
 Source0:        grep-%{version}.tar.xz
 
 %description
@@ -36,6 +36,7 @@ make check VERBOSE=1
 
 %files 
 %defattr(-,root,root)
+%license COPYING
 %{_bindir}/*
 
 %changelog