|
|
@ -4,11 +4,11 @@
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.11.3
|
|
|
|
Version: 2.8.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Ruby driver for MongoDB
|
|
|
|
Summary: Ruby driver for MongoDB
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://docs.mongodb.com/ruby-driver/
|
|
|
|
URL: http://www.mongodb.org
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
@ -16,7 +16,7 @@ BuildRequires: ruby
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
# For running the tests
|
|
|
|
# For running the tests
|
|
|
|
BuildRequires: %{_bindir}/mongod
|
|
|
|
BuildRequires: %{_bindir}/mongod
|
|
|
|
BuildRequires: rubygem(bson) >= 4.6.0
|
|
|
|
BuildRequires: rubygem(bson) >= 4.4.2
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -111,9 +111,8 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri May 29 2020 Jun Aruga <jaruga@redhat.com> - 2.11.3-1
|
|
|
|
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.8.0-1
|
|
|
|
- Update to mongo 2.11.3 by merging Fedora master branch (commit: c3f83c2)
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
Resolves: rhbz#1817135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 2.8.0-1
|
|
|
|
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 2.8.0-1
|
|
|
|
- Update to mongo 2.8.0 by merging Fedora master branch (commit: 87991f9)
|
|
|
|
- Update to mongo 2.8.0 by merging Fedora master branch (commit: 87991f9)
|
|
|
|