From ff1dc7270a5fab3555f5ce2deeb7c136f557d59d2d3c727f4823479ec8ebd0a6 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Tue, 15 Oct 2019 13:24:20 +0000 Subject: [PATCH] Accepting request 738624 from home:dmarcoux - Instruct packager to install cargo directly from the cargo package OBS-URL: https://build.opensuse.org/request/show/738624 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=14 --- README.packager | 4 ++-- bat.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.packager b/README.packager index ebd96b4..0b77ec0 100644 --- a/README.packager +++ b/README.packager @@ -2,9 +2,9 @@ # # Generating `vendor.tar.xz` -1. Install `cargo` and `cargo-vendor` from official repositories. `cargo` is provided by `rust` +1. Install `cargo` from official repositories. - zypper install rust cargo-vendor + zypper install cargo 2. Checkout version diff --git a/bat.changes b/bat.changes index a092c74..91211b1 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 12:59:38 UTC 2019 - Dany Marcoux + +- Instruct packager to install cargo directly from the cargo package + ------------------------------------------------------------------- Tue Oct 1 19:06:41 UTC 2019 - Luke Jones