public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guilt] rawhide: Fix build (self-tests failing due to lack of builddep)
@ 2026-08-27 19:52 Eric Sandeen
0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2026-08-27 19:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/guilt
Branch : rawhide
Commit : 8683cc65ab97dfea10d54b7733d81624423507c2
Author : Eric Sandeen <sandeen@redhat.com>
Date : 2026-08-27T14:51:55-05:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/guilt/c/8683cc65ab97dfea10d54b7733d81624423507c2?branch=rawhide
Log:
Fix build (self-tests failing due to lack of builddep)
---
diff --git a/guilt.spec b/guilt.spec
index a85d1ff..6299151 100644
--- a/guilt.spec
+++ b/guilt.spec
@@ -10,7 +10,7 @@ Source: v%{version}.tar.gz
Requires: git, gawk, sed, bash
BuildArch: noarch
-BuildRequires: asciidoc, xmlto, git-core
+BuildRequires: asciidoc, xmlto, git-core, man-db
BuildRequires: make
%description
@@ -33,7 +33,7 @@ make install PREFIX=$RPM_BUILD_ROOT/usr
make install-doc PREFIX=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/usr/share/man
%check
-make test
+GITHUB_ACTIONS=true make test
%files
%doc COPYING Documentation/HOWTO Documentation/Contributing.md Documentation/Features
@@ -45,6 +45,7 @@ make test
%changelog
* Thu Aug 27 2026 Eric Sandeen <sandeen@redhat.com> - 0.37.1-1
- Rebase to upstream; new project homepage on github
+- Add man-db to build deps to satisfy self-tests
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 19:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 19:52 [rpms/guilt] rawhide: Fix build (self-tests failing due to lack of builddep) Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox