add a prefix to the upstream patch

This commit is contained in:
chengyechun 2022-10-29 09:39:39 +08:00
parent 9f26753a83
commit b207187a21
2 changed files with 8 additions and 2 deletions

View File

@ -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 <chengyechun1@huawei.com> - 1.31-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add a prefix to the upstream patch
* Fri Apr 22 2022 kwb0523 <kwb0523@163.com> - 1.31-5
- Type: requirement
- ID: NA