Skip to content

Commit

Permalink
build: 4.5.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Dec 1, 2023
1 parent ee785b6 commit 1f18589
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: fix loop mounts
run: for i in `seq 0 9`; do [[ ! -b /dev/loop$i ]] && mknod /dev/loop$i -m0660 b 7 $i; done

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
keep_files_count: 11

- name: Upload manifest to github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: "manifest${{ matrix.name }}"
path: |
Expand Down
2 changes: 1 addition & 1 deletion engine-appliance/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LMC_CPUS ?= 4
#
# oVirt specific vars
#
OVIRTRELEASERPM=centos-release-ovirt45-testing
OVIRTRELEASERPM=centos-release-ovirt45
ovirt-engine-appliance.spec: VERSION=4.5
ovirt-engine-appliance.spec: VERSION_EXTRA=
ovirt-engine-appliance.spec: RELEASE=$(shell date +%Y%m%d%H%M%S).1
Expand Down
4 changes: 1 addition & 3 deletions engine-appliance/data/ovirt-engine-appliance.j2
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ set -xe
# For build issues debugging purpose, looking for known repositories
dnf repolist

dnf --repofrompath=extras-common-testing,https://buildlogs.centos.org/centos/8-stream/extras/x86_64/extras-common/ install -y --nogpgcheck {{ releaserpm }}
dnf config-manager --set-enabled centos-ovirt45-testing
dnf config-manager --set-enabled ovirt-45-upstream-testing
dnf install -y {{ releaserpm }}


dnf -y update
Expand Down
9 changes: 3 additions & 6 deletions engine-appliance/data/ovirt-engine-appliance.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name: ovirt-engine-appliance
Version: @VERSION@
Release: @RELEASE@%{?dist}%{?extra_release}
License: GPLv2
License: GPL-2.0-only
Summary: The oVirt Engine Appliance image (OVA)
Group: Applications/System
URL: https://www.ovirt.org/
Expand Down Expand Up @@ -55,8 +55,5 @@ rm -rf %{buildroot}
%doc ovirt-engine-appliance-manifest-rpm

%changelog
* Mon Apr 20 2022 Sandro Bonazzola <[email protected]> - 4.5-@RELEASE@
- oVirt Engine Appliance 4.5 GA

* Tue Sep 07 2021 Sandro Bonazzola <[email protected]> - 4.5
- oVirt Engine Appliance 4.5
* Fri Dec 01 2023 Sandro Bonazzola <[email protected]> - 4.5-@RELEASE@
- oVirt Engine Appliance 4.5.5 GA

0 comments on commit 1f18589

Please sign in to comment.