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: Dmitrii Kuvaiskii <[email protected]>
- Loading branch information
Dmitrii Kuvaiskii
committed
Dec 13, 2023
1 parent
02bce3f
commit a7a72c4
Showing
4 changed files
with
8 additions
and
6 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,8 +1,10 @@ | ||
gramine (1.5post~UNRELEASED) UNRELEASED; urgency=medium | ||
gramine (1.6) bookworm bullseye jammy focal; urgency=medium | ||
|
||
* | ||
* version 1.6 | ||
* updated python3-click dependency to >= 6.7 | ||
* added python3-pkg-resources dependency (if python3 < 3.10) | ||
|
||
-- Wojtek Porczyk <[email protected]> Thu, 6 Jul 2023 13:30:01 +0200 | ||
-- Wojtek Porczyk <[email protected]> Mon, 11 Dec 2023 10:00:00 +0100 | ||
|
||
gramine (1.5) bookworm bullseye jammy 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,7 +1,7 @@ | ||
# Copyright (c) 2021-2022 Wojtek Porczyk <[email protected]> | ||
|
||
Name: gramine | ||
Version: 1.5post~UNRELEASED | ||
Version: 1.6 | ||
Release: 1%{?dist} | ||
Group: Development Tools | ||
Summary: A lightweight usermode guest OS designed to run a single Linux application | ||
|
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
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,7 +1,7 @@ | ||
# Contributor: Amie Raine <[email protected]> | ||
# Maintainer: Amie Raine <[email protected]> | ||
pkgname=gramine | ||
_real_pkgver=1.5post~UNRELEASED | ||
_real_pkgver=1.6 | ||
pkgver=$(printf %s "$_real_pkgver" | sed \ | ||
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \ | ||
-e 's:~:_:' \ | ||
|