From 27c75ed51b44bcd7564c0e1351888b7f0c96bc6c Mon Sep 17 00:00:00 2001 From: EulerOSWander <314264452@qq.com> Date: Wed, 31 Jul 2024 14:15:44 +0800 Subject: [PATCH] Update the main URL (cherry picked from commit ad0b1899f74df1ad4f8a029409ef919146dd65a8) --- dump.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dump.spec b/dump.spec index 1434dc3..01a9f83 100644 --- a/dump.spec +++ b/dump.spec @@ -1,10 +1,10 @@ Name: dump Epoch: 1 Version: 0.4 -Release: 7 +Release: 8 Summary: Programs for backing up and restoring ext2/3/4 filesystems License: BSD -URL: http://dump.sourceforge.net/ +URL: https://sourceforge.net/projects/dump/ Source0: http://downloads.sourceforge.net/dump/dump-%{version}b47.tar.gz Patch1: 0001-fix-multiple-define-for-gcc10.patch @@ -69,6 +69,9 @@ popd %{_mandir}/*/* %changelog +* Wed Jul 31 2024 wuyifeng - 1:0.4-8 +- Update the main URL + * Wed Nov 16 2022 wangzhiqiang - 1:0.4-7 - the tar package is consistent with that in the upstream community -- Gitee