From 5e54b26221068d9894d08ee7ce7c54f540bd68e9 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sat, 9 Jan 2021 14:03:11 +0100 Subject: [PATCH] units.spec: keep BR list alphabetically sorted --- units.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units.spec b/units.spec index c4a99ff..5d27124 100644 --- a/units.spec +++ b/units.spec @@ -5,10 +5,10 @@ Release: 1%{?dist} Source: https://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: https://www.gnu.org/software/units/units.html License: GPLv3+ -BuildRequires: make BuildRequires: automake BuildRequires: bison BuildRequires: gcc +BuildRequires: make BuildRequires: ncurses-devel BuildRequires: python3-devel BuildRequires: readline-devel