diff --git a/hivex-1.3.23.tar.gz b/hivex-1.3.23.tar.gz deleted file mode 100644 index 53967eb6826a06881be40cce8e466b60c7384577..0000000000000000000000000000000000000000 Binary files a/hivex-1.3.23.tar.gz and /dev/null differ diff --git a/hivex-1.3.24.tar.gz b/hivex-1.3.24.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..47bb1e7678c77d65f4b573919a2efd3aa69f7f52 Binary files /dev/null and b/hivex-1.3.24.tar.gz differ diff --git a/hivex.spec b/hivex.spec index ce215eb873a76628e38e806e50af95efeae89a9b..1ff2ba6ce3d7743d8a170d9019763ea3d9de979a 100644 --- a/hivex.spec +++ b/hivex.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 1 %undefine _package_note_flags %ifarch %{ocaml_native_compiler} @@ -8,7 +8,7 @@ %endif Name: hivex -Version: 1.3.23 +Version: 1.3.24 Release: %{anolis_release}%{?dist} Summary: Read and write Windows Registry binary hive files License: LGPLv2 @@ -272,6 +272,9 @@ fi %doc README.md %changelog +* Tue Feb 18 2025 Xiaoping Liu - 1.3.24-1 +- Refer to CentOS Stream hivex-1.3.24-2 (tdawson@redhat.com) + * Tue Mar 12 2024 Bo Ren - 1.3.23-3 - Rebuild with python3.11