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