public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jens Petersen <petersen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/redhat-rpm-config] rawhide: macros.rpmautospec: put a newline between the 2 macros
Date: Wed, 16 Sep 2026 15:14:27 GMT [thread overview]
Message-ID: <178957166789.1.11911501056450631811.rpms-redhat-rpm-config-b2b8f3ea63b3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/redhat-rpm-config
Branch : rawhide
Commit : b2b8f3ea63b3438d656acf61ade734c172e2b565
Author : Jens Petersen <petersen@redhat.com>
Date : 2026-09-16T15:14:17+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/redhat-rpm-config/c/b2b8f3ea63b3438d656acf61ade734c172e2b565?branch=rawhide
Log:
macros.rpmautospec: put a newline between the 2 macros
---
diff --git a/macros.rpmautospec b/macros.rpmautospec
index 170e480..6e5ec25 100644
--- a/macros.rpmautospec
+++ b/macros.rpmautospec
@@ -3,6 +3,7 @@
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
+
%autochangelog %{lua:
locale = os.setlocale(nil)
os.setlocale("C.utf8")
@@ -13,4 +14,3 @@
print("* " .. date .. " " .. packager .. " - " .. evr .. "\\n")
print("- local build")
}
-
reply other threads:[~2026-09-16 15:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178957166789.1.11911501056450631811.rpms-redhat-rpm-config-b2b8f3ea63b3@fedoraproject.org \
--to=petersen@redhat.com \
--cc=git-commits@fedoraproject.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