util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix autogenerated URL in ChangeLog
@ 2020-05-21 15:42 Chris Hofstaedtler
  2020-05-22  8:42 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Hofstaedtler @ 2020-05-21 15:42 UTC (permalink / raw)
  To: util-linux

Fixes: b3a3b7eb1a15c5633ae890bec00fe5691b784d99
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 88943f1e4..20e6fe1c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,7 +167,7 @@ $(PATHFILES): Makefile
 dist-hook:
 	echo $(VERSION) > $(distdir)/.tarball-version
 # Set ChangeLog tag reference.
-	sed -i "s/log/log;h=$(VERSION)/" $(distdir)/ChangeLog
+	sed -i "s!log!log?h=v$(VERSION)!" $(distdir)/ChangeLog
 
 distclean-local:
 	-find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f
-- 
2.27.0.rc0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-22  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 15:42 [PATCH] Fix autogenerated URL in ChangeLog Chris Hofstaedtler
2020-05-22  8:42 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).