aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSandro Bonazzola <sbonazzo@redhat.com>2023-05-29 13:33:44 +0200
committerJake Hunsaker <jhunsake@redhat.com>2023-05-31 13:31:28 -0400
commitc559bc8ad9227075471f5ce80715101e525147a9 (patch)
tree0b31614c4a06aa52ab180dc7b825663cfdc55567 /.cirrus.yml
parent6a59f7b72512017bf080ed0d38f6d3ef344ee545 (diff)
downloadsos-c559bc8ad9227075471f5ce80715101e525147a9.tar.gz
[specfile] new fedora guidelines
adapt the specfile to new fedora packaging guidelines. Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
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