diff --git a/Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch b/Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch index 8249ce698632f3f657b3be4fc63a73f14c7fe7cc..dee7f7dac446dc2178646f38fe4ca9b42fba3de8 100644 --- a/Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch +++ b/Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch @@ -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 diff --git a/libostree-2022.7.tar.xz b/libostree-2023.5.tar.xz similarity index 52% rename from libostree-2022.7.tar.xz rename to libostree-2023.5.tar.xz index 2454b390ae0b266b98c6421290cb3f4123a9bfdf..4ce6a946d2a870c82ac682cf5effd99058737376 100644 Binary files a/libostree-2022.7.tar.xz and b/libostree-2023.5.tar.xz differ diff --git a/ostree.spec b/ostree.spec index 177c9e8772571bc3c78a9be8d7bac1976e4f83ab..cfe71dca99d3d21fd1f648ce0be31b73c319375f 100644 --- a/ostree.spec +++ b/ostree.spec @@ -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 - 2023.5-1 +- update to 2023.5 + * Sun Jan 29 2023 jiangchuangang - 2022.7-1 - Type:enhancement - ID:NA