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

[SPEC] update coredns version to v1.11.4 #1585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions SPECS/coredns/coredns.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: CoreDNS
Name: coredns
Version: 1.11.1
Version: 1.11.4
Release: 2%{?dist}
License: Apache License 2.0
URL: https://github.com/%{name}/%{name}
Expand All @@ -16,7 +16,7 @@ Vendor: VMware, Inc.
Distribution: Photon

Source0: https://github.com/coredns/coredns/archive/refs/tags/%{name}-%{version}.tar.gz
%define sha512 %{name}=f8752811e9e7913311f47ae13f35c755ac86ea240572be1c1dabc1712b6c42380c60ac385fa9573c77d6fcf4c144df2bc00574f18e8d7b70da21ed8ae4fb87cd
%define sha512 %{name}=90506926736152958d6ec154734a6cce689406aea9eed7d68e868fa48361b0fb5c899d445f52e13a5401b91683c8ed7715c80617efaabdd7b5d9dde6ca634984

BuildRequires: go
BuildRequires: git
Expand Down Expand Up @@ -60,6 +60,8 @@ rm -rf %{buildroot}/*
%{_bindir}/%{name}

%changelog
* Fri Jan 17 2024 Humble Chirammal <humble.devassy-c@broadcom.com> 1.11.4
- version upgrade
* Tue Nov 21 2023 Piyush Gupta <gpiyush@vmware.com> 1.11.1-2
- Bump up version to compile with new go
* Fri Nov 03 2023 Nitesh Kumar <kunitesh@vmware.com> 1.11.1-1
Expand Down