Change source url

(cherry picked from commit 711cee427e48882167b6e0bf7915d93b4a122d88)
This commit is contained in:
wk333 2022-11-16 10:31:55 +08:00 committed by openeuler-sync-bot
parent c0485eb4bb
commit 1603c97def

View File

@ -1,10 +1,10 @@
Name: libntlm
Version: 1.6
Release: 1
Release: 2
Summary: NTLMv1 authentication library
License: LGPLv2+
URL: http://nongnu.org/libntlm
Source0: http://nongnu.org/libntlm/releases/%{name}-%{version}.tar.gz
URL: https://savannah.nongnu.org/projects/libntlm
Source0: https://download.savannah.nongnu.org/releases/libntlm/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig gcc make
Provides: bundled(gnulib)
%description
@ -41,5 +41,8 @@ find %{buildroot} -name '*.la' -delete
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Nov 16 2022 wangkai <wangkai385@h-partners.com> - 1.6-2
- Change source url
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 1.6-1
- package init