From 8a61082dc830b7ebf9b2134197a7072fde931c29 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:12:55 +0100 Subject: [PATCH] update to 100.5.1 [release 100.5.1-1mamba;Mon Dec 27 2021] --- mongo-tools.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mongo-tools.spec b/mongo-tools.spec index c796b8f..5e7b9b3 100644 --- a/mongo-tools.spec +++ b/mongo-tools.spec @@ -1,5 +1,5 @@ Name: mongo-tools -Version: 4.2.14 +Version: 100.5.1 Release: 1mamba Summary: MongoDB Tools Group: Applications/Databases @@ -7,13 +7,10 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libopenssl-devel -BuildRequires: libpcap-devel -BuildRequires: libsasl2-devel ## AUTOBUILDREQ-END BuildRequires: libgo-devel >= 11.1.0-1mamba @@ -33,7 +30,7 @@ The MongoDB Tools: %prep %setup -q -c -a0 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 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 %changelog +* Mon Dec 27 2021 Silvan Calarco 100.5.1-1mamba +- update to 100.5.1 + * Tue May 04 2021 Silvan Calarco 4.2.14-1mamba - update to 4.2.14 - built with libgo 11.1.0