Skip to content

Commit

Permalink
Upgrade to 2.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 7, 2024
1 parent 70edbd5 commit 1a9498a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- x86_64
- aarch64
- ppc64le
version: ["v2.36.0"]
version: ["v2.41.1"]
exclude:
# Avoid very slow builds
- dist: amzn2023
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:

variables:
GIT_STRATEGY: clone
VERSION: v2.36.0
VERSION: v2.41.1
OOD_BUILD_REPO: '4.0'
OOD_PACKAGING_DEBUG: 'true'
OOD_PACKAGING_GPG_PRIVATE_KEY: /systems/osc_certs/gpg/ondemand/ondemand-sha512.sec
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ondemand-dex (2.36.0-1) UNRELEASED; urgency=low
ondemand-dex (2.41.1-1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
Expand Down
4 changes: 2 additions & 2 deletions packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Output every command that modifies files on the build system.
export DH_VERBOSE = 1
#
export SESSION_COMMIT = 82479354556858119d1ce2e00136cfa6a0028105
export GO_VERSION = 1.19.2
export SESSION_COMMIT = b7c545653bff08205a503447485254a31895d42e
export GO_VERSION = 1.21.13
export BUILDDIR = $(CURDIR)/build
export DEX_VERSION = $(VERSION:v%=%)
export GOPATH = /tmp/go
Expand Down
6 changes: 3 additions & 3 deletions packaging/rpm/ondemand-dex.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{!?package_release: %define package_release 1}
%{!?package_version: %define package_version 2.36.0}
%{!?package_version: %define package_version 2.41.1}

%define go_version 1.19.2
%define go_version 1.21.13
%ifarch x86_64
%define platform amd64
%endif
Expand Down Expand Up @@ -31,7 +31,7 @@ Source1: https://github.com/dexidp/dex/archive/v%{version}.tar.gz
Source2: https://dl.google.com/go/go%{go_version}.linux-%{platform}.tar.gz
# Adds session support
# Original commit: https://github.com/juliantaylor/dex/commit/b3fc3e6c2295c0af166803bdde0977ed170d1d40
Source5: https://github.com/OSC/dex/commit/82479354556858119d1ce2e00136cfa6a0028105.patch
Source5: https://github.com/OSC/dex/commit/b7c545653bff08205a503447485254a31895d42e.patch

BuildRequires: ondemand-scldevel
BuildRequires: systemd
Expand Down

0 comments on commit 1a9498a

Please sign in to comment.