From 45839b07a788aadb0447f6967a40108381701094 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 10:45:15 +0800 Subject: [PATCH] modify the URL of Source0 --- util-linux.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 4233df5..bc3a5ec 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,12 +1,13 @@ %define compldir %{_datadir}/bash-completion/completions/ +%global upstream_major 2.35 Name: util-linux Version: 2.35.2 -Release: 2 +Release: 3 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git -Source0: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v%{version}/%{name}-%{version}.tar.xz +Source0: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v%{upstream_major}/%{name}-%{version}.tar.xz Source1: util-linux-login.pamd Source2: util-linux-remote.pamd Source3: util-linux-chsh-chfn.pamd @@ -385,6 +386,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Tue Sep 8 2020 wangchen - 2.35.2-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the URL of Source0 + * Fri Aug 28 2020 yang_zhuang_zhuang - 2.35.2-2 - Type:bugfix - ID:NA