From d9c1c3fe137df8beb7e9db648e3064232b9074c7 Mon Sep 17 00:00:00 2001 From: Manuel Naranjo Date: Sun, 15 Sep 2024 21:35:22 +0200 Subject: [PATCH] fix test --- e2e/bazel-bzlmod-lock-file/BUILD.bazel | 3 +-- .../rpms-with-no-name-attribute.json | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 e2e/bazel-bzlmod-lock-file/rpms-with-no-name-attribute.json diff --git a/e2e/bazel-bzlmod-lock-file/BUILD.bazel b/e2e/bazel-bzlmod-lock-file/BUILD.bazel index d0a0412..86acf4a 100644 --- a/e2e/bazel-bzlmod-lock-file/BUILD.bazel +++ b/e2e/bazel-bzlmod-lock-file/BUILD.bazel @@ -10,7 +10,6 @@ rpmtree( rpms = [ "@bazeldnf-rpms//libvirt-libs", "@bazeldnf-rpms//libvirt-devel", - "@bazeldnf-others//libvirt-libs-6.1.0-2.fc32.x86_64.rpm", ], ) @@ -19,7 +18,7 @@ tar2files( files = { "/usr/lib64": [ "libvirt.so.0", - "libvirt.so.0.6001.0", + "libvirt.so.0.10006.0", ], }, tar = ":something", diff --git a/e2e/bazel-bzlmod-lock-file/rpms-with-no-name-attribute.json b/e2e/bazel-bzlmod-lock-file/rpms-with-no-name-attribute.json deleted file mode 100644 index 0f59f68..0000000 --- a/e2e/bazel-bzlmod-lock-file/rpms-with-no-name-attribute.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "rpms": [ - { - "sha256": "3a0a3d88c6cb90008fbe49fe05e7025056fb9fa3a887c4a78f79e63f8745c845", - "urls": [ - "https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/Packages/l/libvirt-libs-6.1.0-2.fc32.x86_64.rpm", - "https://storage.googleapis.com/builddeps/3a0a3d88c6cb90008fbe49fe05e7025056fb9fa3a887c4a78f79e63f8745c845" - ] - - } - ] -}