From 9cd2b59a971aa7666063166bc98f2d50c211d99f Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Thu, 24 Mar 2022 15:10:07 +0800 Subject: [PATCH] add missing Provides Signed-off-by: Chunmei Xu --- util-linux.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index c994e7e..893cf4f 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,10 +1,11 @@ +%define anolis_release 2 %global upstream_version 2.38-rc4 %global major_version v2.38 %global compldir %{_datadir}/bash-completion/completions/ Name: util-linux Version: 2.38~rc4 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: Collection of basic system utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain @@ -43,6 +44,9 @@ BuildRequires: rubygem-asciidoctor Provides: /sbin/nologin Provides: /sbin/findfs +Provides: eject = 2.1.6 +Provides: rfkill = 0.5 +Provides: util-linux-ng = %{version}-%{release} Requires(post): coreutils Requires: pam >= 1.1.3-7, /etc/pam.d/system-auth @@ -802,6 +806,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Thu Mar 24 2022 Chunmei Xu - 2.38~rc4-2 +- add missing Provides + * Fri Mar 18 2022 forrest_ly - 2.38~rc4-1 - Update rc4 -- Gitee