Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siegfried: Update to 1.11.0 #348

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading