!9 openslp delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
66af6fc961
@ -1,6 +1,6 @@
|
|||||||
Name: openslp
|
Name: openslp
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 25
|
Release: 26
|
||||||
Summary: Open-source inplementation of the IETF Service Location Protocol
|
Summary: Open-source inplementation of the IETF Service Location Protocol
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://sourceforge.net/projects/openslp/
|
URL: https://sourceforge.net/projects/openslp/
|
||||||
@ -26,7 +26,7 @@ Patch6007: Properly-initialize-xcastsocks-for-error-exit.patch
|
|||||||
Patch6008: Fix-xrealloc-to-properly-free-original-pointer-on-resize.patch
|
Patch6008: Fix-xrealloc-to-properly-free-original-pointer-on-resize.patch
|
||||||
Patch6009: CVE-2019-5544.patch
|
Patch6009: CVE-2019-5544.patch
|
||||||
|
|
||||||
BuildRequires: automake libtool bison flex openssl-devel systemd-units systemd-devel git
|
BuildRequires: automake libtool bison flex openssl-devel systemd-units systemd-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol\
|
Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol\
|
||||||
@ -51,7 +51,7 @@ Provides a framework for applications to discover information about corporate ne
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
find . -name "CVS" | xargs rm -rf
|
find . -name "CVS" | xargs rm -rf
|
||||||
@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT/usr/doc
|
|||||||
%{_mandir}/man8/slpd.*
|
%{_mandir}/man8/slpd.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.0-26
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Tue Mar 2 2021 hanzhijun <hanzhijun1@huawei.com> - 2.0.0-25
|
* Tue Mar 2 2021 hanzhijun <hanzhijun1@huawei.com> - 2.0.0-25
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user