From 1831df0795e33a12cee5cd5459bbcf7ad6db7ae5 Mon Sep 17 00:00:00 2001 From: Edwin Buck Date: Thu, 17 Oct 2024 22:25:56 -0500 Subject: Fix build require packages for successful builds on minimal systems. Signed-off-by: Edwin Buck --- SPECS/testTextfile.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SPECS/testTextfile.spec b/SPECS/testTextfile.spec index c8f1ef8..e49690c 100644 --- a/SPECS/testTextfile.spec +++ b/SPECS/testTextfile.spec @@ -3,13 +3,15 @@ Name: testTextfile Version: 1.0 -Release: 1%{?dist} +release: 2%{?dist} Summary: Dummy test package License: Public Domain URL: http://fedoraproject.org/ -SOURCE: testTextfile-%{VERSION}.tar.gz +Source: testTextfile-%{VERSION}.tar.gz + +BuildRequires: coreutils, make %description A test package that contains one text file. Useful for debugging / learning -- cgit