SHA256
1
0
forked from pool/mdbook

- Fix FTBFS by updating how we use obs-service-cargo to automate

vendoring of dependencies.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=41
This commit is contained in:
Soc Virnyl Estela 2024-01-26 12:07:45 +00:00 committed by Git OBS Bridge
parent 544250b7d2
commit a8c3ab211d
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 26 12:06:54 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Fix FTBFS by updating how we use obs-service-cargo to automate
vendoring of dependencies.
-------------------------------------------------------------------
Thu Jan 18 02:32:06 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -24,7 +24,6 @@ License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-
URL: https://github.com/rust-lang/mdBook
Source0: https://github.com/rust-lang/mdBook/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: rust+cargo
BuildRequires: zstd
@ -35,8 +34,6 @@ mdbook is a utility to create books from Markdown files
%prep
%autosetup -a1 -n mdBook-%{version}
mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build} --all-features