[packages/rpm] - up to 4.17.1

baggins baggins at pld-linux.org
Thu Jul 7 08:57:51 CEST 2022


commit aa4af63ca46b205073a55e3243ff5dafc9fdb4d6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jul 7 08:57:39 2022 +0200

    - up to 4.17.1

 rpm.spec  | 8 ++++----
 x32.patch | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index 060b5c5..f66b98c 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -14,7 +14,7 @@
 %bcond_without	fsverity	# fsverity plugin
 
 %define		popt_ver	1.15
-%define		sover		9.2.0
+%define		sover		9.3.0
 
 %if "%{_rpmversion}" >= "4.12" && "%{_rpmversion}" < "5"
 %define	with_recommends_tags	1
@@ -33,13 +33,13 @@ Summary(pt_BR.UTF-8):	Gerenciador de pacotes RPM
 Summary(ru.UTF-8):	Менеджер пакетов от RPM
 Summary(uk.UTF-8):	Менеджер пакетів від RPM
 Name:		rpm
-Version:	4.17.0
-Release:	4
+Version:	4.17.1
+Release:	1
 Epoch:		1
 License:	GPL v2 / LGPL v2.1
 Group:		Base
 Source0:	http://ftp.rpm.org/releases/rpm-4.17.x/%{name}-%{version}.tar.bz2
-# Source0-md5:	ba23b5d2403fd2f9163dfd0dadce1820
+# Source0-md5:	9da155ee8e560fd9ada8b858a73907bb
 Source1:	ftp://ftp.pld-linux.org/dists/th/PLD-3.0-Th-GPG-key.asc
 # Source1-md5:	23914bb49fafe7153cee87126d966461
 Source2:	macros.local
diff --git a/x32.patch b/x32.patch
index cdaae33..32b0caa 100644
--- a/x32.patch
+++ b/x32.patch
@@ -52,15 +52,15 @@ diff -ur rpm-4.16.1.2/configure.ac rpm-4.16.1.2.x32/configure.ac
 --- rpm-4.16.1.2/configure.ac	2021-03-21 21:51:28.221530479 +0100
 +++ rpm-4.16.1.2.x32/configure.ac	2021-03-21 21:50:04.127398387 +0100
 @@ -930,6 +930,10 @@
- 	host_os=`echo "${host_os}" | sed 's/-gnueabi$//'`
- 	host_os_gnu=-gnueabi
+ if echo "$host_os" | grep '.*-gnu$' > /dev/null ; then
+ 	host_os=`echo "${host_os}" | sed 's/-gnu$//'`
  fi
 +if echo "$host_os" | grep '.*-gnux32' > /dev/null ; then
 +	host_os=`echo "${host_os}" | sed 's/-gnux32$//'`
 +	host_os_gnu=-gnux32
 +fi
- if echo "$host_os" | grep '.*-gnu' > /dev/null ; then
- 	host_os=`echo "${host_os}" | sed 's/-gnu$//'`
+ if echo "$host_os" | grep '.*-gnu[[^-]]*$' > /dev/null ; then
+ 	AC_MSG_ERROR([unrecognized GNU build triplet $host_os])
  fi
 diff -ur rpm-4.16.1.2/installplatform rpm-4.16.1.2.x32/installplatform
 --- rpm-4.16.1.2/installplatform	2020-05-28 12:04:25.027136631 +0200
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/aa4af63ca46b205073a55e3243ff5dafc9fdb4d6



More information about the pld-cvs-commit mailing list