Skip to content

Commit

Permalink
Bump Gramine version to 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <[email protected]>
  • Loading branch information
woju committed Feb 11, 2023
1 parent d3acf91 commit aefd5d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
12 changes: 10 additions & 2 deletions debian/changelog
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

Expand Down
8 changes: 3 additions & 5 deletions gramine.spec
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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.3.1post-UNRELEASED',
version: '1.4',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down

0 comments on commit aefd5d0

Please sign in to comment.