From: "Stefan Agner" <stefan@agner.ch>
To: meta-virtualization@lists.yoctoproject.org
Cc: stefan@agner.ch, timothy.t.orling@linux.intel.com,
Stefan Agner <stefan.agner@toradex.com>
Subject: [meta-virtualization][zeus][PATCH 2/2] podman: bump to latest release 1.6.4
Date: Wed, 15 Jan 2020 21:54:14 +0000 [thread overview]
Message-ID: <20200115215414.16007-2-stefan@agner.ch> (raw)
In-Reply-To: <20200115215414.16007-1-stefan@agner.ch>
From: Stefan Agner <stefan.agner@toradex.com>
Bump to latest podman release 1.6.4. The changelog lists some new
features but mostly bugfixes between 1.6.1 and 1.6.4.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
---
...ker-documentation-install-and-genera.patch | 43 +++++++++++++++++++
recipes-containers/podman/podman_git.bb | 7 +--
2 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 recipes-containers/podman/files/0001-Makefile-Fix-docker-documentation-install-and-genera.patch
diff --git a/recipes-containers/podman/files/0001-Makefile-Fix-docker-documentation-install-and-genera.patch b/recipes-containers/podman/files/0001-Makefile-Fix-docker-documentation-install-and-genera.patch
new file mode 100644
index 0000000..59224af
--- /dev/null
+++ b/recipes-containers/podman/files/0001-Makefile-Fix-docker-documentation-install-and-genera.patch
@@ -0,0 +1,43 @@
+From 9558797fb7bb019810d18f7acdde93adc35d02cc Mon Sep 17 00:00:00 2001
+From: Morten Linderud <morten@linderud.pw>
+Date: Sat, 2 Nov 2019 12:58:38 +0100
+Subject: [PATCH] [Makefile] Fix docker documentation install and generation
+
+The final versions of the documentation has been shifted from `docs/` to
+`docs/build/man`. Most of the Makefile has been changed accordingly, but
+the docker documentation generation was not.
+
+Introduced by #4354
+
+Signed-off-by: Morten Linderud <morten@linderud.pw>
+Upstream-Status: Backport
+Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 98b7bbdf..feb8e0ca 100644
+--- a/src/import/Makefile
++++ b/src/import/Makefile
+@@ -376,7 +376,7 @@ podman-remote-%-release:
+ $(MAKE) podman-remote-v$(RELEASE_NUMBER)-$*.zip
+
+ docker-docs: docs
+- (cd docs; ./dckrman.sh *.1)
++ (cd docs; ./dckrman.sh ./build/man/*.1)
+
+ changelog: ## Generate changelog
+ @echo "Creating changelog from $(CHANGELOG_BASE) to $(CHANGELOG_TARGET)"
+@@ -425,7 +425,7 @@ install.cni:
+ install.docker: docker-docs
+ install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
+ install ${SELINUXOPT} -m 755 docker $(DESTDIR)$(BINDIR)/docker
+- install ${SELINUXOPT} -m 644 docs/docker*.1 -t $(DESTDIR)$(MANDIR)/man1
++ install ${SELINUXOPT} -m 644 docs/build/man/docker*.1 -t $(DESTDIR)$(MANDIR)/man1
+
+ install.systemd:
+ install ${SELINUXOPT} -m 755 -d ${DESTDIR}${SYSTEMDDIR} ${DESTDIR}${USERSYSTEMDDIR} ${DESTDIR}${TMPFILESDIR}
+--
+2.17.1
+
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 50d07ea..8a5a13a 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -24,9 +24,10 @@ python __anonymous() {
raise bb.parse.SkipRecipe(msg)
}
-SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700"
+SRCREV = "5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26"
SRC_URI = " \
- git://github.com/containers/libpod.git;branch=master \
+ git://github.com/containers/libpod.git;branch=v1.6 \
+ file://0001-Makefile-Fix-docker-documentation-install-and-genera.patch \
"
LICENSE = "Apache-2.0"
@@ -36,7 +37,7 @@ GO_IMPORT = "import"
S = "${WORKDIR}/git"
-PV = "1.6.1+git${SRCREV}"
+PV = "1.6.4+git${SRCREV}"
PACKAGES =+ "${PN}-contrib"
--
2.17.1
next prev parent reply other threads:[~2020-01-15 21:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-15 21:54 [meta-virtualization][zeus][PATCH 1/2] conmon: bump to version 2.0.2 Stefan Agner
2020-01-15 21:54 ` Stefan Agner [this message]
2020-01-16 0:47 ` [meta-virtualization][zeus][PATCH 2/2] podman: bump to latest release 1.6.4 Tim Orling
2020-01-16 7:23 ` Stefan Agner
[not found] ` <15EA3791FF24F7E5.21921@lists.yoctoproject.org>
2020-01-16 2:21 ` Tim Orling
2020-01-16 7:25 ` Stefan Agner
2020-02-03 22:14 ` Bruce Ashfield
2020-01-16 2:17 ` [meta-virtualization][zeus][PATCH 1/2] conmon: bump to version 2.0.2 Tim Orling
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=20200115215414.16007-2-stefan@agner.ch \
--to=stefan@agner.ch \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=stefan.agner@toradex.com \
--cc=timothy.t.orling@linux.intel.com \
/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.