update to 4.2.14
built with libgo 11.1.0 [release 4.2.14-1mamba;Tue May 04 2021]
This commit is contained in:
parent
880d32d8e6
commit
1d03056d03
@ -1,25 +1,21 @@
|
|||||||
Name: mongo-tools
|
Name: mongo-tools
|
||||||
Version: 4.2.0
|
Version: 4.2.14
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: MongoDB Tools
|
Summary: MongoDB Tools
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
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/archive/r%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libgo-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: libsasl2-devel
|
BuildRequires: libsasl2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgo-devel >= 10.1.0-1mamba
|
BuildRequires: libgo-devel >= 11.1.0-1mamba
|
||||||
BuildRequires: go-pie
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The MongoDB Tools:
|
The MongoDB Tools:
|
||||||
@ -32,6 +28,8 @@ The MongoDB Tools:
|
|||||||
- mongooplog - Replay oplog entries between MongoDB servers
|
- mongooplog - Replay oplog entries between MongoDB servers
|
||||||
- mongotop - Monitor read/write activity on a mongo server
|
- mongotop - Monitor read/write activity on a mongo server
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%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
|
||||||
@ -61,6 +59,10 @@ 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
|
||||||
|
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.14-1mamba
|
||||||
|
- update to 4.2.14
|
||||||
|
- built with libgo 11.1.0
|
||||||
|
|
||||||
* Thu May 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-2mamba
|
* Thu May 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-2mamba
|
||||||
- rebuilt by autoport with build requirements: libgo-devel>=10.1.0-1mamba
|
- rebuilt by autoport with build requirements: libgo-devel>=10.1.0-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user