From c559bc8ad9227075471f5ce80715101e525147a9 Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Mon, 29 May 2023 13:33:44 +0200 Subject: [specfile] new fedora guidelines adapt the specfile to new fedora packaging guidelines. Signed-off-by: Sandro Bonazzola --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index d435a713..0b999351 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -106,6 +106,7 @@ rpm_build_task: python3 setup.py sdist cp dist/sos*.tar.gz /rpmbuild/SOURCES/ rpmbuild -bs sos.spec + dnf -y builddep /rpmbuild/SRPMS/sos*src.rpm rpmbuild -bb sos.spec # Retrieving the built rpm in later tasks requires knowing the exact name # of the file. To avoid having to juggle version numbers here, rename it -- cgit