From 5124fc12f8631cb941d93e8c4b0f11f89c2a681d Mon Sep 17 00:00:00 2001 From: Martin Perina Date: Thu, 23 Mar 2023 13:33:11 +0100 Subject: [PATCH] Release 0.1.1 Signed-off-by: Martin Perina --- build-scripts/build-srpm.sh | 4 ++-- hirte.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build-scripts/build-srpm.sh b/build-scripts/build-srpm.sh index 44d9358219..178f9c88a9 100755 --- a/build-scripts/build-srpm.sh +++ b/build-scripts/build-srpm.sh @@ -11,9 +11,9 @@ git config --global --add safe.directory $(pwd) # Package release # # Use following for official releases -#RELEASE="1" +RELEASE="1" # Use following for nightly builds -RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})" +#RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})" # Set version and release diff --git a/hirte.spec.in b/hirte.spec.in index 097d57d97a..81150e997a 100644 --- a/hirte.spec.in +++ b/hirte.spec.in @@ -113,6 +113,9 @@ This package contains the service controller command line tool. %changelog +* Thu Mar 23 2023 Martin Perina - 0.1.1-1 +- Packaging fixes and documentation improvements + * Tue Mar 21 2023 Martin Perina - 0.1.0-1 - Initial release