[packages/rpm-pld-macros] fix %__noauto_regexp_helper for rpm 6; rel 2
atler
atler at pld-linux.org
Fri Jan 16 23:59:38 CET 2026
commit 0ace250613af07391d5ea1b5658ba7bda96264f2
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jan 16 23:59:13 2026 +0100
fix %__noauto_regexp_helper for rpm 6; rel 2
macros.pld | 1 +
rpm-pld-macros.spec | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index 90aa920..0a3a0c2 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -6,7 +6,7 @@ Summary: PLD Linux RPM macros
Summary(pl.UTF-8): Makra RPM dla Linuksa PLD
Name: rpm-pld-macros
Version: %{rpm_macros_rev}
-Release: 1
+Release: 2
License: GPL v2+
Group: Development/Building
Source0: macros.pld
diff --git a/macros.pld b/macros.pld
index 8190bc1..4153703 100644
--- a/macros.pld
+++ b/macros.pld
@@ -1197,6 +1197,7 @@ fi; \
# detect quote character runtime
%__qchar_4 \\\\%{nil}
%__qchar_5 \\\\\\%{nil}
+%__qchar_6 \\\\%{nil}
%__qchar %{expand:%%global __qchar %%__qchar_%(echo %{_rpmversion} | cut -c1)}%__qchar
#%_noautocompressdoc %{nil}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/0ace250613af07391d5ea1b5658ba7bda96264f2
More information about the pld-cvs-commit
mailing list