From 58d47a679cd44c811e3839cbb82fa5066f32a9ce Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Tue, 7 Jan 2020 14:51:38 +0800 Subject: [PATCH] delete unused pacth --- libcap-ng-0.8-python2.patch | 9 --------- libcap-ng.spec | 6 ++++-- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 libcap-ng-0.8-python2.patch diff --git a/libcap-ng-0.8-python2.patch b/libcap-ng-0.8-python2.patch deleted file mode 100644 index 0a1432d..0000000 --- a/libcap-ng-0.8-python2.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -urp libcap-ng-0.8.orig/bindings/python/test/capng-test.py libcap-ng-0.8/bindings/python/test/capng-test.py ---- libcap-ng-0.8.orig/bindings/python/test/capng-test.py 2018-08-09 17:02:19.000000000 -0400 -+++ libcap-ng-0.8/bindings/python/test/capng-test.py 2018-08-09 17:17:05.837319641 -0400 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python2 - - import os - import sys diff --git a/libcap-ng.spec b/libcap-ng.spec index e127118..3b10ab5 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -3,11 +3,10 @@ Summary: Libcap-ng is a library used for posix capabilities programming Name: libcap-ng Version: 0.7.9 -Release: 6 +Release: 7 License: LGPLv2+ and GPLv2+ URL: http://people.redhat.com/sgrubb/libcap-ng Source0: http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz -Patch1: libcap-ng-0.8-python2.patch BuildRequires: gcc, kernel-headers >= 2.6.11, libattr-devel Provides: %{name}-utils = %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release} @@ -108,6 +107,9 @@ make check %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Tue Jan 7 2020 openEuler Buildteam - 0.7.9-7 +- Delete unused patch + * Tue Dec 31 2019 openEuler Buildteam - 0.7.9-6 - Delete unused patch -- Gitee