diff options
| author | Edwin Buck <edwbuck@gmail.com> | 2024-10-17 22:25:56 -0500 |
|---|---|---|
| committer | Edwin Buck <edwbuck@gmail.com> | 2024-10-17 22:25:56 -0500 |
| commit | 1831df0795e33a12cee5cd5459bbcf7ad6db7ae5 (patch) | |
| tree | ec34b17d7f46f1a953e43d649bd8a8a7f2a8a656 /SPECS/testTextfile.spec | |
| parent | e654d76a2cbab1442a7a7a81b8be2909bb1e7d54 (diff) | |
| download | testTextfile-main.tar.gz testTextfile-main.tar.xz testTextfile-main.zip | |
Fix build require packages for successful builds on minimal systems.main
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
Diffstat (limited to 'SPECS/testTextfile.spec')
| -rw-r--r-- | SPECS/testTextfile.spec | 6 |
1 files 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 |
