[packages/rpm] fix syntax in missing macros patch
atler
atler at pld-linux.org
Tue Nov 26 22:02:36 CET 2024
commit 87b8d02e3fdf68684b848b51f8d6e7b3bf5d6985
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Nov 26 21:31:37 2024 +0100
fix syntax in missing macros patch
missing-macros.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/missing-macros.patch b/missing-macros.patch
index 7a844ad..9c734ec 100644
--- a/missing-macros.patch
+++ b/missing-macros.patch
@@ -4,7 +4,7 @@
endif()
findutil(__7ZIP "7za;7z")
-+ findutil(__BASH, bash)
++ findutil(__BASH bash)
findutil(__BZIP2 bzip2)
findutil(__CAT cat)
findutil(__CHMOD chmod)
@@ -12,7 +12,7 @@
findutil(__PATCH patch)
findutil(__RM rm)
findutil(__SED sed)
-+ findutil(__SH, sh)
++ findutil(__SH sh)
findutil(__TAR tar)
findutil(__UNZIP unzip)
findutil(__ZSTD zstd)
@@ -22,7 +22,7 @@
# should be added to /etc/rpm/macros, while per-user configuration should
# be added to ~/.rpmmacros.
#
-+%_rpmversion @VERSION@
++%_rpmversion @CMAKE_PROJECT_VERSION@
#==============================================================================
# ---- A macro that expands to nothing.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/99d89b449dd633d1aa085316b8b4075c12fc3c59
More information about the pld-cvs-commit
mailing list