forked from gramineproject/gramine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wojtek Porczyk <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
gramine (1.3.1~post) UNRELEASED; urgency=medium | ||
gramine (1.4) bullseye bookworm bionic focal jammy; urgency=medium | ||
|
||
[ Wojtek Porczyk ] | ||
* remove python3-protobuf dependency | ||
* add perl dependency | ||
* fix conflicting files in RA-TLS packages | ||
* add minimal version to ninja-build | ||
* optionally build against either linux-libc-dev (the default) or | ||
linux-sources-* (as before) | ||
* fix clean to not remove meson packagecache | ||
|
||
[ Mariusz Zaborski ] | ||
* add gramine-dcap transitional package | ||
|
||
-- Wojtek Porczyk <[email protected]> Tue, 11 Nov 2022 13:00:00 +0200 | ||
[ Dmitrii Kuvaiskii ] | ||
* package mbedtls_gramine | ||
|
||
-- Wojtek Porczyk <[email protected]> Sun, 12 Feb 2023 00:00:00 +0100 | ||
|
||
gramine (1.3.1-1~ubuntu0.18.04) bionic focal; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# Copyright (c) 2021-2022 Wojtek Porczyk <[email protected]> | ||
|
||
%global vnt %{lua: ver = rpm.expand('%{version}'):gsub('~', '-') print(ver)} | ||
|
||
Name: gramine | ||
Version: 1.3.1post~UNRELEASED | ||
Version: 1.4 | ||
Release: 1%{?dist} | ||
Group: Development Tools | ||
Summary: A lightweight usermode guest OS designed to run a single Linux application | ||
License: LGPLv3+ | ||
URL: https://gramineproject.io | ||
BuildArch: x86_64 | ||
|
||
Source0: %{name}-%{vnt}.tar.gz | ||
Source0: %{name}-%{version}.tar.gz | ||
|
||
BuildRequires: bison | ||
BuildRequires: cjson-devel | ||
|
@@ -52,7 +50,7 @@ Requires: python3-tomli-w >= 0.4.0 | |
A lightweight usermode guest OS designed to run a single Linux application | ||
|
||
%prep | ||
%setup -q -n %{name}-%{vnt} | ||
%setup -q | ||
|
||
%build | ||
unset PKG_CONFIG_PATH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters