From 1a7a1dfcb0f73de9e19e211fa48a1cb6cbcc3802 Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Wed, 30 Oct 2024 20:09:31 +0000 Subject: [PATCH 1/2] Update to 8.3.0.72 (rhbz#2319335) Signed-off-by: Chung Chung --- .gitignore | 1 + sources | 2 +- vdo.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ea2fbf..a007aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vdo-8.3.0.70.tar.gz /vdo-8.3.0.71.tar.gz +/vdo-8.3.0.72.tar.gz diff --git a/sources b/sources index ee6dad7..becbfa7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdo-8.3.0.71.tar.gz) = c32e6c9d95f99a5d6a9d34350c737bbf0081a241587e0adde9913ad7cc1a7a66eb19736b577f5ae6d122adb345c0c657b0cb99d1373e15fdbdb3903e722b0302 +SHA512 (vdo-8.3.0.72.tar.gz) = 1784c1469788aab7caf85f41e5029bb7a205b314c8a53fb73234fe5001af06beead8233068093f3ccf5008f8c2927bd4dfccdffc2c85e8158e5d34aa7325f57e diff --git a/vdo.spec b/vdo.spec index bc9b893..d50d765 100755 --- a/vdo.spec +++ b/vdo.spec @@ -1,7 +1,7 @@ Summary: Management tools for Virtual Data Optimizer Name: vdo -Version: 8.3.0.71 -Release: 3%{?dist} +Version: 8.3.0.72 +Release: 1%{?dist} License: GPL-2.0-only URL: https://github.com/dm-vdo/vdo @@ -93,6 +93,9 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdorecover.8* %changelog +* Thu Oct 17 2024 - Chung Chung - 8.3.0.72-1 +- Update to 8.3.0.72 (rhbz#2319335) + * Sat Jul 20 2024 Fedora Release Engineering - 8.3.0.71-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5be86f56535b7edacc839fd5e020b7dc07e719e1 Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Thu, 30 Jan 2025 21:56:30 +0000 Subject: [PATCH 2/2] Update to 8.3.0.73 (rhbz#2342887) Signed-off-by: Chung Chung --- .gitignore | 1 + sources | 2 +- vdo.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a007aa5..cc3eb04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vdo-8.3.0.70.tar.gz /vdo-8.3.0.71.tar.gz /vdo-8.3.0.72.tar.gz +/vdo-8.3.0.73.tar.gz diff --git a/sources b/sources index becbfa7..195df19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdo-8.3.0.72.tar.gz) = 1784c1469788aab7caf85f41e5029bb7a205b314c8a53fb73234fe5001af06beead8233068093f3ccf5008f8c2927bd4dfccdffc2c85e8158e5d34aa7325f57e +SHA512 (vdo-8.3.0.73.tar.gz) = 59babcbce52fbc4c18eaec1e61435706edb136965cb260b6d85488296d58c855e272acbeda0e51850a3133223f1b990f129e27b75f82d45f192816876a163f0c diff --git a/vdo.spec b/vdo.spec index d50d765..e9bd20e 100755 --- a/vdo.spec +++ b/vdo.spec @@ -1,6 +1,6 @@ Summary: Management tools for Virtual Data Optimizer Name: vdo -Version: 8.3.0.72 +Version: 8.3.0.73 Release: 1%{?dist} License: GPL-2.0-only @@ -93,6 +93,9 @@ This package provides the user-space support tools for VDO. %{_mandir}/man8/vdorecover.8* %changelog +* Thu Jan 30 2025 - Chung Chung - 8.3.0.73-1 +- Update to 8.3.0.73 (rhbz#2342887) + * Thu Oct 17 2024 - Chung Chung - 8.3.0.72-1 - Update to 8.3.0.72 (rhbz#2319335)