From f8616b65d2483549b12b31ef738ab7d7e03b581d Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 7 Sep 2023 11:09:34 +0800 Subject: [PATCH] add install require --- units.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/units.spec b/units.spec index c8a6164..abbdefb 100644 --- a/units.spec +++ b/units.spec @@ -1,12 +1,13 @@ Name: units Version: 2.17 -Release: 8 +Release: 9 Summary: A utility for converting amounts from one unit to another License: GPLv3+ URL: https://www.gnu.org/software/units/units.html Source: https://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz BuildRequires: automake bison gcc ncurses-devel python3-devel readline-devel +Requires: python3-requests Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,5 +68,8 @@ fi %{_mandir}/man1/* %changelog +* Thu Sep 07 2023 Ge Wang - 2.17-9 +- Add install requirement + * Fri Feb 07 2020 lihao - 2.17-8 - Package init