From b207187a2188cf86b77e50a58fd596b7522ec9ff Mon Sep 17 00:00:00 2001 From: chengyechun Date: Sat, 29 Oct 2022 09:39:39 +0800 Subject: [PATCH] add a prefix to the upstream patch --- ...-use-CFLAGS-and-LDFLAGS-environment-variables.patch | 0 ipvsadm.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch => backport-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch (100%) diff --git a/ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch b/backport-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch similarity index 100% rename from ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch rename to backport-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch diff --git a/ipvsadm.spec b/ipvsadm.spec index 586a275..68ca93a 100644 --- a/ipvsadm.spec +++ b/ipvsadm.spec @@ -1,6 +1,6 @@ Name: ipvsadm Version: 1.31 -Release: 5 +Release: 6 Summary: A utility to administer the IP virtual server services License: GPLv2+ URL: https://kernel.org/pub/linux/utils/kernel/ipvsadm/ @@ -8,7 +8,7 @@ Source0: https://kernel.org/pub/linux/utils/kernel/ipvsadm/%{name}-%{ve Source1: ipvsadm.service Source2: ipvsadm-config -Patch6000: ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch +Patch6000: backport-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch BuildRequires: gcc libnl3-devel popt-devel systemd Requires(post): systemd @@ -56,6 +56,12 @@ install -p -D -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-co %{_mandir}/man8/*8* %changelog +* Sat Oct 29 2022 chengyechun - 1.31-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add a prefix to the upstream patch + * Fri Apr 22 2022 kwb0523 - 1.31-5 - Type: requirement - ID: NA