diff --git a/0000-sysutils-modify-GPL-path-written-in-COPYING.patch b/0000-sysutils-modify-GPL-path-written-in-COPYING.patch deleted file mode 100644 index a66bc71..0000000 --- a/0000-sysutils-modify-GPL-path-written-in-COPYING.patch +++ /dev/null @@ -1,31 +0,0 @@ -From bcb67a67348ebe154d6bf2d426e0a0b5c18630be Mon Sep 17 00:00:00 2001 -From: Huangzheng -Date: Fri, 10 Jan 2020 16:27:37 +0800 -Subject: [PATCH] sysfsutils: modify GPL path written in COPYING - -Openeuler has packaged the GPL and LGPL into usr/share/licenses/sysfsutils, -so we need modify COPYING file. - -Signed-off-by: Huangzheng ---- - COPYING | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/COPYING b/COPYING -index 39cac23..c0b5638 100644 ---- a/COPYING -+++ b/COPYING -@@ -3,9 +3,9 @@ The commands and utilities under the "test" directory are licensed under the - GNU General Public License (GPL) Version 2, June 1991. The full text of the - GPL is located at: - --sysfsutils/cmd/GPL -+/usr/share/licenses/sysfsutils/GPL - - The sysfs library is licensed under the GNU Lesser Public License (LGPL) - Version 2.1, February 1999. The full text of the LGPL is located at: - --sysfsutils/lib/LGPL -+/usr/share/licenses/sysfsutils/LGPL --- -2.19.1