[packages/rpm/rpm6] - build rpm itself using RPMv4 format (although v6 _is_ usable with rpm 4.12+)
baggins
baggins at pld-linux.org
Mon Sep 29 09:09:46 CEST 2025
commit c4a9526001496e3abeda05cc4d0d17179e24f6f8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Sep 29 11:08:37 2025 +0200
- build rpm itself using RPMv4 format (although v6 _is_ usable with rpm 4.12+)
rpm.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index bc56f0d..fccaf69 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -34,7 +34,7 @@ Summary(ru.UTF-8): Менеджер пакетов от RPM
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 6.0.0
-Release: 0.1
+Release: 0.2
Epoch: 1
License: GPL v2 / LGPL v2.1
Group: Base
@@ -154,6 +154,7 @@ Conflicts: util-vserver < 0.30.216-1.pre3034.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _binary_payload w9.gzdio
+%define _rpmformat 4
# don't require very fresh rpm.macros to build
%define find_lang sh ./scripts/find-lang.sh $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/c4a9526001496e3abeda05cc4d0d17179e24f6f8
More information about the pld-cvs-commit
mailing list