All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH 1/2] salt: correct LICENSE md5sum
@ 2021-08-23 19:19 Alex Stewart
  2021-08-23 19:19 ` [meta-virtualization][m-c-s][PATCH 2/2] salt: use $BPN in SRC_URI Alex Stewart
  2021-08-27 14:53 ` [meta-virtualization][m-c-s][PATCH 1/2] salt: correct LICENSE md5sum Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Stewart @ 2021-08-23 19:19 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Alex Stewart

The md5sum "ac9a49d8..." has never been a salt LICENSE file hashsum.
Salt_3001 verification therefore fails after fetch.

Set the LICENSE file hashsum to the correct value as of salt upstream
commit a1d07e9cc5d84895468bf360390754c4d68308d9 - which services salt
3001.

Signed-off-by: Alex Stewart <alex.stewart@ni.com>
---
 meta-openstack/recipes-support/salt/salt_3001.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-support/salt/salt_3001.1.bb b/meta-openstack/recipes-support/salt/salt_3001.1.bb
index 9b485d699b5e01ed287256b96e33249e98b02ae0..c789ab94c44bb6fd8713f15174b4ffa91a173e47 100644
--- a/meta-openstack/recipes-support/salt/salt_3001.1.bb
+++ b/meta-openstack/recipes-support/salt/salt_3001.1.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://saltstack.com/"
 SECTION = "admin"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ac9a49d86925151327b277d6a3999a07"
 DEPENDS = "\
            python3-msgpack \
            python3-pyyaml \
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-27 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 19:19 [meta-virtualization][m-c-s][PATCH 1/2] salt: correct LICENSE md5sum Alex Stewart
2021-08-23 19:19 ` [meta-virtualization][m-c-s][PATCH 2/2] salt: use $BPN in SRC_URI Alex Stewart
2021-08-27 14:53 ` [meta-virtualization][m-c-s][PATCH 1/2] salt: correct LICENSE md5sum Bruce Ashfield

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.