Skip to content

Commit

Permalink
Siegfried: Update to 1.11.0
Browse files Browse the repository at this point in the history
* Update siegfried to v1.11.0
* Use golang 1.21.6
* Update packages changelogs
  • Loading branch information
replaceafill committed Jan 31, 2024
1 parent f2ea08b commit be7371b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion debs/siegfried/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:xenial

# Environmnet variables needed during build
ENV GOVERSION 1.19
ENV GOVERSION 1.21.6
ENV GOOS linux
ENV GOARCH amd64
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions debs/siegfried/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
NAME = siegfried
PACKAGE = siegfried
VERSION ?= 1.9.6
VERSION ?= 1.11.0
RELEASE ?= 1
BRANCH ?= v1.9.6
BRANCH ?= v1.11.0
GIT_URL = https://github.com/richardlehane/siegfried/
DEB_TOPDIR = "/debbuild"
DOCKER_VOLUME = "/src"
Expand Down
6 changes: 6 additions & 0 deletions debs/siegfried/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
siegfried (1.11.0-1) xenial; urgency=medium

* Use Go 1.21.6

-- Artefactual Systems <[email protected]> Tue, 30 Jan 2024 18:55:00 +0000

siegfried (1.9.6-1) xenial; urgency=medium

* Build version v1.9.6-1, with custom archivematica configuration
Expand Down
2 changes: 1 addition & 1 deletion rpms/EL8/siegfried/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:8

# Environmnet variables needed during build
ENV GOVERSION 1.19
ENV GOVERSION 1.21.6
ENV GOOS linux
ENV GOARCH amd64

Expand Down
2 changes: 1 addition & 1 deletion rpms/EL8/siegfried/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = siegfried
VERSION = 1.9.6
VERSION = 1.11.0
RPM_TOPDIR = "/rpmbuild"
DOCKER_VOLUME = "/src"
DOCKER_IMAGE = "rpmbuild-$(NAME)-$(VERSION)"
Expand Down
2 changes: 2 additions & 0 deletions rpms/EL8/siegfried/package.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/siegfried

%changelog
* Tue Jan 30 2024 [email protected]
- Update to v1.11.0
* Wed Mar 22 2023 [email protected]
- Update to v1.9.6
2 changes: 1 addition & 1 deletion rpms/EL9/siegfried/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:9

# Environmnet variables needed during build
ENV GOVERSION 1.19
ENV GOVERSION 1.21.6
ENV GOOS linux
ENV GOARCH amd64

Expand Down
2 changes: 1 addition & 1 deletion rpms/EL9/siegfried/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = siegfried
VERSION = 1.9.6
VERSION = 1.11.0
RPM_TOPDIR = "/rpmbuild"
DOCKER_VOLUME = "/src"
DOCKER_IMAGE = "rpmbuild-$(NAME)-$(VERSION)"
Expand Down
2 changes: 2 additions & 0 deletions rpms/EL9/siegfried/package.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/siegfried

%changelog
* Tue Jan 30 2024 [email protected]
- Update to v1.11.0
* Wed Mar 22 2023 [email protected]
- Update to v1.9.6

0 comments on commit be7371b

Please sign in to comment.