update to 100.5.1 [release 100.5.1-1mamba;Mon Dec 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:12:55 +01:00
parent 1d03056d03
commit 8a61082dc8

View File

@ -1,5 +1,5 @@
Name: mongo-tools Name: mongo-tools
Version: 4.2.14 Version: 100.5.1
Release: 1mamba Release: 1mamba
Summary: MongoDB Tools Summary: MongoDB Tools
Group: Applications/Databases Group: Applications/Databases
@ -7,13 +7,10 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/mongodb/mongo-tools URL: https://github.com/mongodb/mongo-tools
Source: https://github.com/mongodb/mongo-tools/archive/r%{version}.tar.gz Source: https://github.com/mongodb/mongo-tools.git/%{version}/mongo-tools-%{version}.tar.bz2
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libpcap-devel
BuildRequires: libsasl2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libgo-devel >= 11.1.0-1mamba BuildRequires: libgo-devel >= 11.1.0-1mamba
@ -33,7 +30,7 @@ The MongoDB Tools:
%prep %prep
%setup -q -c -a0 %setup -q -c -a0
install -d build/src/github.com/mongodb/bin install -d build/src/github.com/mongodb/bin
mv mongo-tools-r%{version} build/src/github.com/mongodb/mongo-tools mv mongo-tools-%{version} build/src/github.com/mongodb/mongo-tools
%build %build
cd build/src/github.com/mongodb/mongo-tools cd build/src/github.com/mongodb/mongo-tools
@ -59,6 +56,9 @@ install -p -m 0755 build/src/github.com/mongodb/mongo-tools/bin/* %{buildroot}%{
%doc build/src/github.com/mongodb/mongo-tools/LICENSE.md %doc build/src/github.com/mongodb/mongo-tools/LICENSE.md
%changelog %changelog
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 100.5.1-1mamba
- update to 100.5.1
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.14-1mamba * Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.14-1mamba
- update to 4.2.14 - update to 4.2.14
- built with libgo 11.1.0 - built with libgo 11.1.0