All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2
Date: Sat, 26 Dec 2020 10:27:21 +0100	[thread overview]
Message-ID: <20201226092732.52323-37-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20201226092732.52323-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...lib-rpm-as-the-installation-path-for.patch | 10 ++++----
 .../0001-rpmdb.c-add-a-missing-include.patch  | 25 -------------------
 .../rpm/{rpm_4.16.0.bb => rpm_4.16.1.2.bb}    |  3 +--
 3 files changed, 6 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
 rename meta/recipes-devtools/rpm/{rpm_4.16.0.bb => rpm_4.16.1.2.bb} (98%)

diff --git a/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch b/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
index 30975faeaf..38d755205c 100644
--- a/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
+++ b/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch
@@ -1,4 +1,4 @@
-From 4fd37bc9d8d0777aa038777dd81a76b64f536efd Mon Sep 17 00:00:00 2001
+From 9bbe3f8564705aafcdcc5f2f033f9241a97f47c6 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Mon, 27 Feb 2017 09:43:30 +0200
 Subject: [PATCH] Do not hardcode "lib/rpm" as the installation path for
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  3 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 186e4aeec..5df252085 100644
+index 6c78568e4..76b1d40e4 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -944,7 +944,7 @@ else
+@@ -966,7 +966,7 @@ else
      usrprefix=$prefix
  fi
  
@@ -40,7 +40,7 @@ index 35c8cf9df..9d8b2825c 100644
  %_infodir		%{_datadir}/info
  %_mandir		%{_datadir}/man
 diff --git a/rpm.am b/rpm.am
-index b46c6b7da..02d5c7a0a 100644
+index cd40a16be..e6941e09f 100644
 --- a/rpm.am
 +++ b/rpm.am
 @@ -1,10 +1,10 @@
@@ -55,4 +55,4 @@ index b46c6b7da..02d5c7a0a 100644
 +rpmconfigdir = $(libdir)/rpm
  
  # Libtool version (current-revision-age) for all our libraries
- rpm_version_info = 10:0:1
+ rpm_version_info = 10:2:1
diff --git a/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch b/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
deleted file mode 100644
index c7ae158f8d..0000000000
--- a/meta/recipes-devtools/rpm/files/0001-rpmdb.c-add-a-missing-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9de15c7e1f4ca23a10edb9a3b657f06b2b13e841 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Tue, 20 Oct 2020 22:16:39 +0200
-Subject: [PATCH] rpmdb.c: add a missing include
-
-This addressed build failures on non-glibc systems.
-
-Upstream-Status: Backport
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- lib/rpmdb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/rpmdb.c b/lib/rpmdb.c
-index 4c101569f..73187630b 100644
---- a/lib/rpmdb.c
-+++ b/lib/rpmdb.c
-@@ -8,6 +8,7 @@
- #include <utime.h>
- #include <errno.h>
- #include <dirent.h>
-+#include <fcntl.h>
- 
- #ifndef	DYING	/* XXX already in "system.h" */
- #include <fnmatch.h>
diff --git a/meta/recipes-devtools/rpm/rpm_4.16.0.bb b/meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
similarity index 98%
rename from meta/recipes-devtools/rpm/rpm_4.16.0.bb
rename to meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
index 4125f3f9d0..9195d66dd1 100644
--- a/meta/recipes-devtools/rpm/rpm_4.16.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
@@ -39,12 +39,11 @@ SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.16.x \
            file://0001-rpm-rpmio.c-restrict-virtual-memory-usage-if-limit-s.patch \
            file://0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch \
            file://0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch \
-           file://0001-rpmdb.c-add-a-missing-include.patch \
            file://0001-tools-Add-error.h-for-non-glibc-case.patch \
            "
 
 PE = "1"
-SRCREV = "cd7f9303ef1070f027493cad7d00bc66935af2a0"
+SRCREV = "278883a704ea36c97974d0f2d65d41abe78b0e2a"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


  parent reply	other threads:[~2020-12-26  9:28 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 04/48] diffoscope: upgrade 161 -> 163 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 21/48] puzzles: upgrade to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
2020-12-27 17:14   ` [OE-core] " Khem Raj
2020-12-26  9:27 ` [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
2020-12-27  6:02   ` [OE-core] " Khem Raj
2020-12-27 11:04     ` Alexander Kanavin
2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
2020-12-29  7:45   ` [OE-core] " Naveen Saini
2020-12-29 10:24     ` Alexander Kanavin
2020-12-26  9:27 ` Alexander Kanavin [this message]
2020-12-26  9:27 ` [PATCH 38/48] piglit: update to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 39/48] sbc: update 1.4 -> 1.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 43/48] python3: update 3.9.0 -> 3.9.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 " Alexander Kanavin
2020-12-26  9:27 ` [PATCH 46/48] systemd-bootchart: update 233 -> 234 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 47/48] zstd: add recipe from meta-oe Alexander Kanavin
2020-12-26  9:27 ` [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201226092732.52323-37-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.