Skip to content

Commit ef1a212

Browse files
committed
Release 4.5.5
Signed-off-by: Martin Perina <[email protected]>
1 parent b4d8366 commit ef1a212

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.automation/build-srpm.sh

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ ENGINE_VERSION="master"
1111
# Additional dependencies, which are going to be added to engine and which need
1212
# to be included in ovirt-engine-build-dependencies, so proper build can pass
1313
ADDITIONAL_DEPENDENCIES="
14-
org.postgresql:postgresql:42.2.27
15-
org.yaml:snakeyaml:1.33
16-
com.fasterxml.jackson.core:jackson-annotations:2.12.7
17-
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.7
18-
com.fasterxml.jackson.core:jackson-core:2.12.7
19-
com.fasterxml.jackson.core:jackson-databind:2.12.7.1
20-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.7
21-
org.springframework:spring-aop:5.3.27
22-
org.springframework:spring-beans:5.3.27
23-
org.springframework:spring-core:5.3.27
24-
org.springframework:spring-expression:5.3.27
25-
org.springframework:spring-instrument:5.3.27
26-
org.springframework:spring-jdbc:5.3.27
27-
org.springframework:spring-context:5.3.27
28-
org.springframework:spring-tx:5.3.27
29-
org.springframework:spring-test:5.3.27
3014
"
3115

3216
# Directory, where build artifacts will be stored, should be passed as the 1st parameter
@@ -49,8 +33,8 @@ git config --global --add safe.directory $(pwd)
4933
git checkout ${ENGINE_VERSION}
5034

5135
# Prepare the release, which contain git hash of engine commit and current date
52-
PKG_RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short HEAD)"
53-
#PKG_RELEASE="1"
36+
#PKG_RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short HEAD)"
37+
PKG_RELEASE="1"
5438

5539
# Build engine project to download all dependencies to the local maven repo
5640
mvn \

ovirt-engine-build-dependencies.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ tar -xf %{SOURCE0} -C %{buildroot}%{_datadir}/%{name}
3333

3434

3535
%changelog
36+
* Thu Nov 30 2022 Martin Perina <[email protected]> - 4.5.5-1
37+
- Package dependencies for ovirt-engine 4.5.5
38+
3639
* Thu Nov 24 2022 Martin Perina <[email protected]> - 4.5.4-1
3740
- Package dependencies for ovirt-engine 4.5.4
3841

0 commit comments

Comments
 (0)