Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Support signed RPM package feeds
Date: Fri, 11 Aug 2017 13:51:54 +0300	[thread overview]
Message-ID: <cover.1502447434.git.markus.lehtonen@linux.intel.com> (raw)

This patchset re-enabled support for signed RPM package feeds, a feature that
was disabled in dnf transition. It also extends the dnf selftest to cover
signed package feeds (in addition to fixing the testcase which was not being
run at all because of invalid naming).

The second patch pulls in new dependencies. On core-image-minimal (qemux86) the
addition of gnupg also pulls 6 other packages, increasing the rootfs disk
footprint ca. 9MB.

The following changes since commit df7f5221a56118da7654476f072c37ae1e75dc50:

  libinput: Upgrade 1.7.3 -> 1.8.1 (2017-08-09 09:25:47 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/fixes-11209
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/fixes-11209

Markus Lehtonen (5):
  lib/oe/package_manager: re-implement rpm feed signing
  dnf: rrecommend gnupg
  oeqa: fix dnf tests
  oeqa: fix temp file handling in dnf package feed test
  dnf: expand dnf selftest to test signed package feeds

 meta-selftest/files/signing/key.passphrase          |  1 +
 .../cases/{dnf-runtime.py => dnf_runtime.py}        | 21 ++++++++++++++++++---
 meta/lib/oe/package_manager.py                      | 14 +++++++++++++-
 meta/lib/oeqa/selftest/cases/runtime_test.py        | 15 +++++++++++++--
 meta/recipes-devtools/dnf/dnf_2.5.1.bb              |  2 ++
 5 files changed, 47 insertions(+), 6 deletions(-)
 create mode 100644 meta-selftest/files/signing/key.passphrase
 rename meta-selftest/lib/oeqa/runtime/cases/{dnf-runtime.py => dnf_runtime.py} (64%)

-- 
2.12.3



             reply	other threads:[~2017-08-11 10:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11 10:51 Markus Lehtonen [this message]
2017-08-11 10:51 ` [PATCH 1/5] lib/oe/package_manager: re-implement rpm feed signing Markus Lehtonen
2017-08-11 10:51 ` [PATCH 2/5] dnf: rrecommend gnupg Markus Lehtonen
2017-08-11 10:51 ` [PATCH 3/5] oeqa: fix dnf tests Markus Lehtonen
2017-08-11 10:51 ` [PATCH 4/5] oeqa: fix temp file handling in dnf package feed test Markus Lehtonen
2017-08-11 10:51 ` [PATCH 5/5] dnf: expand dnf selftest to test signed package feeds Markus Lehtonen
2017-08-11 11:11   ` Alexander Kanavin
2017-08-11 12:54     ` Markus Lehtonen
2017-08-11 12:58       ` Alexander Kanavin
2017-08-11 13:20       ` Alexander Kanavin
2017-08-11 14:08   ` Leonardo Sandoval

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=cover.1502447434.git.markus.lehtonen@linux.intel.com \
    --to=markus.lehtonen@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox