util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Hofstaedtler <zeha@debian.org>
To: util-linux@vger.kernel.org
Subject: [PATCH] Fix autogenerated URL in ChangeLog
Date: Thu, 21 May 2020 15:42:30 +0000	[thread overview]
Message-ID: <20200521154230.111956-1-zeha@debian.org> (raw)

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


             reply	other threads:[~2020-05-21 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21 15:42 Chris Hofstaedtler [this message]
2020-05-22  8:42 ` [PATCH] Fix autogenerated URL in ChangeLog Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200521154230.111956-1-zeha@debian.org \
    --to=zeha@debian.org \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).