!6 Skip hexencode test case as it fails with new glib2
From: @lyn1001 Reviewed-by: @zhuchunyi Signed-off-by: @zhuchunyi
This commit is contained in:
commit
cdb5ae7501
12
Skip-hexencode-test-case-as-it-fails-with-new-glib2.patch
Normal file
12
Skip-hexencode-test-case-as-it-fails-with-new-glib2.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nur a/common-src/Makefile.am b/common-src/Makefile.am
|
||||||
|
--- a/common-src/Makefile.am 2017-12-01 21:26:28.000000000 +0800
|
||||||
|
+++ b/common-src/Makefile.am 2022-06-20 11:30:35.792590848 +0800
|
||||||
|
@@ -246,7 +246,7 @@
|
||||||
|
# automake-style tests
|
||||||
|
|
||||||
|
TESTS = amflock-test event-test amsemaphore-test crc32-test quoting-test \
|
||||||
|
- ipc-binary-test hexencode-test fileheader-test match-test
|
||||||
|
+ ipc-binary-test fileheader-test match-test
|
||||||
|
noinst_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
|
amflock_test_SOURCES = amflock-test.c
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: amanda
|
Name: amanda
|
||||||
Version: 3.5.1
|
Version: 3.5.1
|
||||||
Release: 19
|
Release: 20
|
||||||
Summary: A backup solution over network to disk
|
Summary: A backup solution over network to disk
|
||||||
License: BSD and GPLv3+ and GPLv2+ and GPLv2
|
License: BSD and GPLv3+ and GPLv2+ and GPLv2
|
||||||
URL: http://www.amanda.org
|
URL: http://www.amanda.org
|
||||||
@ -25,6 +25,7 @@ Source16: kamanda@.service
|
|||||||
|
|
||||||
Patch5: patch-tirpc
|
Patch5: patch-tirpc
|
||||||
Patch6: fix-multiple-definition.patch
|
Patch6: fix-multiple-definition.patch
|
||||||
|
Patch7: Skip-hexencode-test-case-as-it-fails-with-new-glib2.patch
|
||||||
|
|
||||||
BuildRequires: automake autoconf libtool dump xfsdump cups
|
BuildRequires: automake autoconf libtool dump xfsdump cups
|
||||||
BuildRequires: samba-client tar grep gcc-c++ readline-devel libtirpc-devel
|
BuildRequires: samba-client tar grep gcc-c++ readline-devel libtirpc-devel
|
||||||
@ -194,6 +195,9 @@ make check
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2022 liyanan <liyanan32@h-partners.com> - 3.5.1-20
|
||||||
|
- Skip hexencode test case as it fails with new glib2
|
||||||
|
|
||||||
* Fri Jul 30 2021 Haiwei Li <lihaiwei8@huawei.com> - 3.5.1-19
|
* Fri Jul 30 2021 Haiwei Li <lihaiwei8@huawei.com> - 3.5.1-19
|
||||||
- Fix multiple definition tu_debugging_enabled
|
- Fix multiple definition tu_debugging_enabled
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user