diff --git a/inconsistent-tabs.patch b/inconsistent-tabs.patch index 863818f2bea2d99de3fe945a8e202e3d78fc617d..2d86825814ef0ee93d2dab21b19da1f24d00e72b 100644 --- a/inconsistent-tabs.patch +++ b/inconsistent-tabs.patch @@ -1,13 +1,12 @@ -diff --git a/SConstruct b/SConstruct -index b76f4876eb..a07ff2e2da 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -3312,7 +3312,7 @@ def doConfigure(myenv): - +diff -uprN mongo-r4.0.1_raw/SConstruct mongo-r4.0.1/SConstruct +--- mongo-r4.0.1_raw/SConstruct 2018-07-28 02:14:20.000000000 +0800 ++++ mongo-r4.0.1/SConstruct 2020-01-10 17:33:08.800735290 +0800 +@@ -3320,7 +3320,7 @@ def doConfigure(myenv): + outputIndex = next((idx for idx in [0,1] if conf.CheckAltivecVbpermqOutput(idx)), None) if outputIndex is not None: - conf.env.SetConfigHeaderDefine("MONGO_CONFIG_ALTIVEC_VEC_VBPERMQ_OUTPUT_INDEX", outputIndex) + conf.env.SetConfigHeaderDefine("MONGO_CONFIG_ALTIVEC_VEC_VBPERMQ_OUTPUT_INDEX", outputIndex) else: myenv.ConfError("Running on ppc64le, but can't find a correct vec_vbpermq output index. Compiler or platform not supported") - + diff --git a/mongodb.spec b/mongodb.spec index 1f1ede4696f9de03bfce25acb4b3f955cd6fe7bb..62dd323657ca69129708ba8a302837f281dd432e 100644 --- a/mongodb.spec +++ b/mongodb.spec @@ -2,7 +2,7 @@ Name: mongodb Version: 4.0.1 -Release: 2 +Release: 3 Summary: The global cloud database service for modern applications License: AGPLv3 and zlib and ASL 2.0 URL: http://www.mongodb.org @@ -117,7 +117,7 @@ if test $1 -ge 1; then fi %files -%doc GNU-AGPL-3.0.txt APACHE-2.0.txt README +%doc GNU-AGPL-3.0.txt APACHE-2.0.txt %{_bindir}/{mongo,mongobridge} %files server @@ -129,7 +129,6 @@ fi %{_unitdir}/*.service %files test -%doc %{_datadir}/mongodb-test/README %defattr(-,mongodb,root) %dir %attr(0755, mongodb, root) %{_datadir}/mongodb-test %dir %attr(0755, mongodb, root) %{_datadir}/mongodb-test/var @@ -139,5 +138,8 @@ fi %{_mandir}/man1/{mongo.1*,mongod.1*,mongos.1*} %changelog +* Mon Feb 13 2020 Ling Yang - 4.0.1-3 +- Fixed mongodb-test package build errors + * Wed Feb 8 2020 Ling Yang - 4.0.1-2 - Package init