From 2666ca0287b3ed9605c40b42cc8fb53e1ce56d2a Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Tue, 25 Feb 2020 16:31:26 +0800 Subject: [PATCH] modify the URL to git web in spec file --- blktrace.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/blktrace.spec b/blktrace.spec index 91ab181..18d48fc 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,10 +1,10 @@ Name: blktrace Version: 1.2.0 -Release: 11 +Release: 12 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 -URL: http://brick.kernel.dk/snaps +URL: https://git.kernel.dk/cgit/blktrace BuildRequires: gcc, git, xz, libaio-devel, python3, librsvg2-devel blktrace sysstat theora-tools Provides: iowatcher @@ -47,17 +47,23 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %{_mandir}/man8/* %changelog +* Tue Feb 25 2020 hy-euler - 1.2.0-12 +- Type:enhancemnet +- ID:NA +- SUG:restart +- DESC:modify the URL to git web in spec file + * Mon Feb 17 2020 sunshihao - 1.2.0-11 - Type:enhancemnet - ID:NA - SUG:restart -- DESCi:blktrace remove python2 dependency +- DESC:blktrace remove python2 dependency * Fri Aug 30 2019 zoujing - 1.2.0-10 - Type:enhancemnet - ID:NA - SUG:restart -- DESCi:openEuler Debranding +- DESC:openEuler Debranding * Thu Aug 15 2019 Buildteam - 1.2.0-9 - Package Initialization -- Gitee