- Drop obsolete gcc static fix
- Break long commandline for better readability - Update documentation Added a delta container example registration OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/flake-pilot?expand=0&rev=2
This commit is contained in:
parent
0e5c7ada62
commit
45cdd6e28e
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:28:22 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Drop obsolete gcc static fix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:16:38 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Break long commandline for better readability
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:13:53 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Update documentation
|
||||
|
||||
Added a delta container example registration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 15:47:26 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -34,11 +34,9 @@ Group: System/Management
|
||||
Url: https://github.com/schaefi/pilot
|
||||
Source0: %{name}.tar.gz
|
||||
Source1: cargo_config
|
||||
Source2: gcc_fix_static.sh
|
||||
%if 0%{?debian} || 0%{?ubuntu}
|
||||
Requires: golang-github-containers-common
|
||||
%endif
|
||||
Requires: sudo
|
||||
Requires: rsync
|
||||
Requires: tar
|
||||
BuildRequires: python3-docutils
|
||||
@ -48,7 +46,6 @@ BuildRequires: cargo
|
||||
BuildRequires: upx
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: glibc-devel-static
|
||||
BuildRequires: kiwi-settings
|
||||
BuildRequires: python3-Pygments
|
||||
%endif
|
||||
%if 0%{?debian} || 0%{?ubuntu}
|
||||
@ -120,12 +117,6 @@ Guest VM tools to help with firecracker workloads
|
||||
%setup -q -n flake-pilot
|
||||
|
||||
%build
|
||||
# This is a hack and related to the issue explained here:
|
||||
# https://github.com/rust-lang/rust/issues/99382
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1650
|
||||
sudo bash %{SOURCE2}
|
||||
%endif
|
||||
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE1} .cargo/config
|
||||
make build
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93ad1d1835181ce76771095f2646f0870f2119054404158332e7bbc934bdc0b9
|
||||
size 19104631
|
||||
oid sha256:164529313ca9c0a08070f6bf380d90e9032e80fe6b62c3655c4c846559d70183
|
||||
size 19286485
|
||||
|
Loading…
x
Reference in New Issue
Block a user