ostree: update to 2023.5

This commit is contained in:
jcg 2023-07-07 12:36:39 +08:00
parent 9a2222c18d
commit 40fd0700b2
3 changed files with 8 additions and 5 deletions

View File

@ -11,14 +11,14 @@ diff --git a/tests/test-libarchive-import.c b/tests/test-libarchive-import.c
index d3429cd..acc8391 100644
--- a/tests/test-libarchive-import.c
+++ b/tests/test-libarchive-import.c
@@ -613,7 +613,7 @@ int main (int argc, char **argv)
g_test_add_data_func ("/libarchive/xattr-callback", &td, test_libarchive_xattr_callback);
g_test_add_data_func ("/libarchive/no-use-entry-pathname", &td, test_libarchive_no_use_entry_pathname);
@@ -705,7 +705,7 @@ main (int argc, char **argv)
g_test_add_data_func ("/libarchive/no-use-entry-pathname", &td,
test_libarchive_no_use_entry_pathname);
g_test_add_data_func ("/libarchive/use-entry-pathname", &td, test_libarchive_use_entry_pathname);
- g_test_add_data_func ("/libarchive/selinux", &td, test_libarchive_selinux);
+ //g_test_add_data_func ("/libarchive/selinux", &td, test_libarchive_selinux);
r = g_test_run();
r = g_test_run ();
--
1.8.3.1

View File

@ -1,6 +1,6 @@
#needsrootforbuild
Name: ostree
Version: 2022.7
Version: 2023.5
Release: 1
Summary: A tool like git for operating system binaries
License: LGPLv2+
@ -94,6 +94,9 @@ make check
%{_mandir}/man*/{ostree,rofiles}*.gz
%changelog
* Wed Jul 12 2023 jiangchuangang <jiangchuangang@huawei.com> - 2023.5-1
- update to 2023.5
* Sun Jan 29 2023 jiangchuangang <jiangchuangang@huawei.com> - 2022.7-1
- Type:enhancement
- ID:NA