Commit Graph

162 Commits

Author SHA1 Message Date
Andreas Schneider
2c58186a7f Add bug rhbz#2111734 2022-07-29 08:24:06 +02:00
Andreas Schneider
03e3f11a28 Update to version 2.5.2 2022-07-27 12:33:31 +02:00
Fedora Release Engineering
8ff2e91a2b Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 18:15:06 +00:00
Python Maint
2d309aa83f Rebuilt for Python 3.11 2022-06-13 17:47:35 +02:00
Andreas Schneider
906dceb97a Remove copying of SOURCE3 2022-06-10 15:25:57 +02:00
Andreas Schneider
dbff5a5d47 Update to version 2.5.1 2022-06-10 12:52:36 +02:00
Pavel Filipenský
f37a4a5b0f libldb-2.5.0 is available
rhbz#2044382
2022-01-25 12:32:26 +01:00
Fedora Release Engineering
28fa46c1af - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 16:36:02 +00:00
Günther Deschner
f93547209a libldb-2.4.1 is available
rhbz#2017790
2021-10-28 08:48:26 +02:00
Fedora Release Engineering
ef3a0f034a - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 11:44:45 +00:00
Günther Deschner
87417ead41 rhbz#1837364 - fix talloc version 2021-07-15 19:52:36 +02:00
Günther Deschner
d82199568e rhbz#1837364 - libldb-2.4.0 is available 2021-07-15 18:59:24 +02:00
Python Maint
68e44acf55 Rebuilt for Python 3.10 2021-06-04 20:09:30 +02:00
Andreas Schneider
06c3699454 Fix changelog message 2021-05-20 15:47:20 +02:00
Andreas Schneider
1133b013c4 Build with lmdb support on ppc64le too
resolves: rhbz#1794307
2021-05-20 15:46:08 +02:00
Andreas Schneider
14489eb6c7 Fix tests on aarch64 and check signature during prep state
$ fedpkg prep

This will check the signature is valid.
2021-05-20 15:19:44 +02:00
Lukas Slebodnik
7912916381 libldb-2.3.0 is required for new samba 2021-03-24 17:53:02 +01:00
Fedora Release Engineering
7ccc33582a - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 17:25:04 +00:00
Tom Stellard
cea18683f7 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 02:07:51 +00:00
Andreas Schneider
154efe221b Fix FTBFS / Increase the over-estimation for sparse files in tests 2020-10-29 14:43:19 +01:00
Andreas Schneider
69d51729c5 Bump release version 2020-10-27 12:50:51 +01:00
Andreas Schneider
755067edc3 Use %bcond_without lmdb 2020-10-27 12:49:56 +01:00
Andreas Schneider
adebf43374 Use %bcond_without python3 2020-10-27 09:47:55 +01:00
Alexander Bokovoy
3a0fc87015 Rebuild against Python 3.9 2020-10-22 11:58:55 +03:00
Fedora Release Engineering
4357eb0382 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 05:00:10 +00:00
Tom Stellard
0d5b2b50d4 Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-13 21:10:03 +00:00
Günther Deschner
7b58253196 Increase build number to re-build with new side-tag 2020-07-09 23:16:05 +02:00
Lukas Slebodnik
2cfa7f1a9f libldb-2.2.0 is required for samba 4.13rc1 2020-07-09 15:48:00 +02:00
Lukas Slebodnik
be959b8986 rhbz#1837364 - libldb-2.1.4 is available 2020-07-02 14:12:34 +02:00
Lukas Slebodnik
537021283f Update URLs for source files 2020-07-02 14:11:38 +02:00
Miro Hrončok
27056452ea Rebuilt for Python 3.9 2020-05-26 02:50:45 +02:00
Lukas Slebodnik
09ad21db32 Disable lmdb support for ppc64le
New tests added in 2.1.3 fails on ppc64l4
It failed in ldb_connect

(gdb) l
2166            }
2167            ldb_module_set_private(ldb_kv->module, ldb_kv);
2168            talloc_steal(ldb_kv->module, ldb_kv);
2169
2170            if (ldb_kv_cache_load(ldb_kv->module) != 0) {
2171                    ldb_asprintf_errstring(ldb, "Unable to load ltdb cache "
2172                                           "records for backend '%s'", name);
2173                    talloc_free(ldb_kv->module);
2174                    return LDB_ERR_OPERATIONS_ERROR;
2175            }
(gdb) bt
 #0  ldb_kv_init_store (ldb_kv=0x10003f5e0, name=0x7ffff7064bc0 "ldb_mdb backend", ldb=0x10003f3b0, options=0x7fffffffdee8, _module=0x10003f3b0) at ../../ldb_key_value/ldb_kv.c:2171
 #1  0x00007ffff7063f70 in lmdb_connect (ldb=0x10003f3b0, url=<optimized out>, flags=<optimized out>, options=0x7fffffffdee8, _module=0x10003f3b0) at ../../ldb_mdb/ldb_mdb.c:1141
 #2  0x00007ffff7f1bc04 in ldb_module_connect_backend (ldb=0x10003f3b0, url=0x100038fd0 "mdb://lmdb_free_list_test.ldb", options=0x7fffffffdee8, backend_module=0x10003f3b0)
     at ../../common/ldb_modules.c:217
 #3  0x00007ffff7f451d0 in ldb_connect (ldb=0x10003f3b0, url=0x100038fd0 "mdb://lmdb_free_list_test.ldb", flags=<optimized out>, options=0x7fffffffdee8) at ../../common/ldb.c:269
 #4  0x0000000100002c44 in setup (state=0x1000302b0) at ../../tests/ldb_lmdb_free_list_test.c:170
 #5  0x00007ffff7e67da8 in cmocka_run_one_test_or_fixture () from /lib64/libcmocka.so.0
 #6  0x00007ffff7e68490 in _cmocka_run_group_tests () from /lib64/libcmocka.so.0
 #7  0x0000000100001478 in main (argc=<optimized out>, argv=<optimized out>) at ../../tests/ldb_lmdb_free_list_test.c:666

sh-5.0# ./bin/ldb_lmdb_free_list_test
[==========] Running 3 test(s).
[ RUN      ] test_free_list_no_read_lock
Could not run test: 0x1 != 0
[   LINE   ] --- ../../tests/ldb_lmdb_free_list_test.c:171: error: Failure!Test setup failed
[  ERROR   ] test_free_list_no_read_lock
Failed to connect to 'mdb://lmdb_free_list_test.ldb' with backend 'mdb': Unable to load ltdb cache records for backend 'ldb_mdb backend'[ RUN      ] test_free_list_read_lock
Could not run test: 0x1 != 0
[   LINE   ] --- ../../tests/ldb_lmdb_free_list_test.c:171: error: Failure!Test setup failed
[  ERROR   ] test_free_list_read_lock
Failed to connect to 'mdb://lmdb_free_list_test.ldb' with backend 'mdb': Unable to load ltdb cache records for backend 'ldb_mdb backend'[ RUN      ] test_free_list_stale_reader
Could not run test: 0x1 != 0
[   LINE   ] --- ../../tests/ldb_lmdb_free_list_test.c:171: error: Failure!Test setup failed
[  ERROR   ] test_free_list_stale_reader
Failed to connect to 'mdb://lmdb_free_list_test.ldb' with backend 'mdb': Unable to load ltdb cache records for backend 'ldb_mdb backend'[==========] 3 test(s) run.
[  PASSED  ] 0 test(s).
2020-05-22 10:37:32 +02:00
Lukas Slebodnik
fd1e6aae63 rhbz#1837364 New: libldb-2.1.3 is available 2020-05-20 12:01:55 +02:00
Lukas Slebodnik
5b9048a02e Fix typo in date 2020-04-28 11:44:31 +02:00
Lukas Slebodnik
9beb03eed5 rhbz#1828721 New: libldb-2.1.2 is available 2020-04-28 11:40:49 +02:00
Günther Deschner
6f5fde39a8 libldb-2.1.1 is available
resolves: rhbz#1807066

Guenther
2020-02-26 15:06:07 +01:00
Fedora Release Engineering
9a01bc7f03 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 09:35:31 +00:00
Lukas Slebodnik
a366c15c50 Workaround for failure on ppc64le 2020-01-23 00:39:52 +01:00
Lukas Slebodnik
e7e5c5f5b9 Always check the signature of the tarball 2020-01-22 21:30:30 +01:00
Lukas Slebodnik
0c3e05356f rhbz#1748422 - libldb-2.1.0 is available 2020-01-22 17:14:30 +01:00
Lukas Slebodnik
8f21ab5316 rhbz#1748422 - libldb-2.0.8 is available 2019-12-16 17:54:18 +01:00
Lukas Slebodnik
6be587f708 rhbz#1748422 - libldb-2.0.7 is available 2019-09-11 21:39:42 +02:00
Lukas Slebodnik
26fa84681f rhbz#1748422 - New upstream release 2.0.6 2019-09-04 08:18:32 +02:00
Lukas Slebodnik
bb9c7beaf2 Disable toggle_guidindex_check_pack test for ppc64le
It is a temporary workaround to unblock other packages
2019-08-26 13:16:36 +02:00
Lukas Slebodnik
507e6988dd rhbz#1683147 - libldb-2.0.5 is available 2019-08-26 10:45:29 +02:00
Lukas Slebodnik
f542d96b3e Remove python2 packages
* resolves: rhbz#1737644 - libldb, libtalloc, libtevent, libtdb: Remove Python 2 subpackages from Fedora 31+
2019-08-26 10:36:03 +02:00
Miro Hrončok
ccccd5ba2f Rebuilt for Python 3.8 2019-08-19 10:18:04 +02:00
Fedora Release Engineering
08f4139def - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 13:40:44 +00:00
Günther Deschner
4efa35f8c5 New upstream release 1.5.5
Guenther
2019-07-13 11:56:46 +02:00
Lukas Slebodnik
482b42ed8b rhbz#1718113 - samba fail to build with Python 3.8
AttributeError: module 'time' has no attribute 'clock'
2019-06-14 15:12:14 +02:00