From af354abca21e4910a98d7780ae893f6d67dbc231 Mon Sep 17 00:00:00 2001 From: jpzhang Date: Tue, 11 Aug 2020 21:11:18 +0800 Subject: [PATCH] add URL and Requires field --- openeuler-lsb.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openeuler-lsb.spec b/openeuler-lsb.spec index 4aab0bf..d337064 100644 --- a/openeuler-lsb.spec +++ b/openeuler-lsb.spec @@ -5,6 +5,7 @@ Version: 5.0 Release: 1 Source0: %{name}-%{version}.tar.bz2 License: GPLv2 +URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Provides: lsb = %{version}-%{release} Provides: lsb-%{archname} = %{version}-%{release} Provides: lsb-noarch = %{version}-%{release} @@ -12,6 +13,8 @@ Provides: openeuler-lsb = %{version}-%{release} Provides: openeuler-lsb-compat = %{version}-%{release} Provides: openeuler-lsb-core = %{version}-%{release} +Requires: coreutils findutils sed util-linux + %description The Linux Standard Base (LSB) is an attempt to develop a set of standards that will increase compatibility among Linux distributions.