public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guilt] rawhide: Fix dangling HOWTO symlink
@ 2026-08-27 20:20 Eric Sandeen
  0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2026-08-27 20:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/guilt
Branch : rawhide
Commit : 174e712b8859fa48ba4a07472e4ff661402a9495
Author : Eric Sandeen <sandeen@redhat.com>
Date   : 2026-08-27T15:19:43-05:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/guilt/c/174e712b8859fa48ba4a07472e4ff661402a9495?branch=rawhide

Log:
Fix dangling HOWTO symlink

---
diff --git a/guilt.spec b/guilt.spec
index 6299151..cacd722 100644
--- a/guilt.spec
+++ b/guilt.spec
@@ -1,6 +1,6 @@
 Name:		guilt
 Version:	0.37.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Scripts to manage quilt-like patches on top of git
 
 # Automatically converted from old format: GPLv2 - review is highly recommended.
@@ -36,13 +36,16 @@ make install-doc PREFIX=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/usr/share/man
 GITHUB_ACTIONS=true make test
 
 %files
-%doc COPYING Documentation/HOWTO Documentation/Contributing.md Documentation/Features
+%doc COPYING Documentation/HOWTO.md Documentation/Contributing.md Documentation/Features
 %{_bindir}/guilt
 %{_prefix}/lib/*
 %{_mandir}/man1/guilt*.1*
 %{_mandir}/man7/guilt*.7*
 
 %changelog
+* Thu Aug 27 2026 Eric Sandeen <sandeen@redhat.com> - 0.37.1-2
+- Fix dangling HOWTO symlink inherited from repo
+
 * 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 20:20 [rpms/guilt] rawhide: Fix dangling HOWTO symlink Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox