forked from rpms/rpcbind
Use %autosetup -p1 to make sure patches apply (bz 2115517)
Signed-off-by: Steve Dickson <steved@redhat.com> Resolves: bz2115517
This commit is contained in:
parent
8103629f51
commit
325adb42a0
12
rpcbind.spec
12
rpcbind.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://sourceforge.net/projects/rpcbind/
|
URL: https://sourceforge.net/projects/rpcbind/
|
||||||
@ -42,13 +42,8 @@ universal addresses. It must be running on the host to be able to make
|
|||||||
RPC calls on a server on that machine.
|
RPC calls on a server on that machine.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%patch100 -p1
|
|
||||||
%patch101 -p1
|
|
||||||
%patch102 -p1
|
|
||||||
%patch103 -p1
|
|
||||||
%patch104 -p1
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fisv
|
autoreconf -fisv
|
||||||
%configure \
|
%configure \
|
||||||
@ -130,6 +125,9 @@ fi
|
|||||||
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-4
|
||||||
|
- Use %autosetup -p1 to make sure patches apply (bz 2115517)
|
||||||
|
|
||||||
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-3
|
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-3
|
||||||
- Fixed a double free in init_transport (bz 2115517)
|
- Fixed a double free in init_transport (bz 2115517)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user