From 728af837a48a5b0922236fa298dc8f6ab8b5d971 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 11:01:24 +0800 Subject: [PATCH] modify the URL of Source0 --- util-linux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 557ba59..f5ece3b 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: 1 +Release: 2 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 @@ -383,6 +384,9 @@ 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-2 +- Modify the URL of Source0 + * Wed Jul 29 2020 fangxiuning - 2.35.2-1 - Update version to 2.35.2 -- Gitee