Skip to content

Commit 757f95a

Browse files
committed
CDRIVER-3496 update spec.patch
Temporarily remove dependency of libmongocrypt until we can test with new enough Fedora in evergreen. Otherwise build_snapshot_rpm.sh fails to install the dependency 'cmake(mongocrypt)'
1 parent 501e0d8 commit 757f95a

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

.evergreen/spec.patch

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
--- mongo-c-driver.spec.orig 2019-08-27 21:43:20.721612865 +0000
22
+++ mongo-c-driver.spec 2019-08-27 22:28:57.276867708 +0000
3-
@@ -181,7 +181,8 @@
4-
%{_includedir}/%{libname}-%{libver}
5-
%{_libdir}/%{libname}-%{libver}.so
6-
%{_libdir}/pkgconfig/%{libname}-*.pc
7-
%{_libdir}/cmake/%{libname}-%{libver}
8-
+%{_libdir}/cmake/mongoc*
9-
%{_mandir}/man3/mongoc*
10-
11-
%files -n libbson
12-
@@ -195,7 +195,8 @@
13-
%doc src/libbson/NEWS
14-
%{_includedir}/libbson-%{libver}
15-
%{_libdir}/libbson*.so
16-
%{_libdir}/cmake/libbson-%{libver}
17-
+%{_libdir}/cmake/bson*
18-
%{_libdir}/pkgconfig/libbson-*.pc
19-
%{_mandir}/man3/bson*
20-
3+
@@ -38,7 +38,6 @@ BuildRequires: pkgconfig(libzstd)
4+
BuildRequires: mongodb-server
5+
BuildRequires: openssl
6+
%endif
7+
-BuildRequires: cmake(mongocrypt)
8+
BuildRequires: perl-interpreter
9+
# From man pages
10+
BuildRequires: python3
11+
@@ -124,7 +123,6 @@ Documentation: http://mongoc.org/libbson/%{version}/
12+
%endif
13+
-DENABLE_EXAMPLES:BOOL=OFF \
14+
-DENABLE_UNINSTALL:BOOL=OFF \
15+
- -DENABLE_CLIENT_SIDE_ENCRYPTION:BOOL=ON \
16+
.
17+

0 commit comments

Comments
 (0)