public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/redhat-rpm-config] rawhide: macros.rpmautospec: put a newline between the 2 macros
@ 2026-09-16 15:14 Jens Petersen
  0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-09-16 15:14 UTC (permalink / raw)
  To: git-commits

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")
 }
-

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

only message in thread, other threads:[~2026-09-16 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 15:14 [rpms/redhat-rpm-config] rawhide: macros.rpmautospec: put a newline between the 2 macros Jens Petersen

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