From 50dd297ee34d28b6dfbc0d34065cece9280d01ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Thu, 10 Dec 2020 11:27:51 +0800 Subject: [PATCH] Modify Source0 --- man-pages.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man-pages.spec b/man-pages.spec index 8d1367a..a649097 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,10 +1,10 @@ Name: man-pages Version: 5.02 -Release: 5 +Release: 6 Summary: Linux kernel and user-space C library interfaces documentation License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE URL: http://www.kernel.org/doc/man-pages/ -Source0: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz +Source0: http://www.kernel.org/pub/linux/docs/man-pages/Archive/man-pages-%{version}.tar.xz BuildRequires: gcc git make BuildArch: noarch @@ -45,6 +45,9 @@ make install DESTDIR=%{buildroot} %exclude %{_mandir}/man7/bpf-helpers.7.gz %changelog +* Thu Dec 10 2020 shixuantong - 5.02-6 +- Modify Source0 + * Wed Apr 8 2020 openEuler Buildteam - 5.02-5 - Merge subpackages into main package -- Gitee