Dominique Leuenberger 2022-04-04 17:26:52 +00:00 committed by Git OBS Bridge
parent bee101b0fc
commit a7efd53175
7 changed files with 26 additions and 16 deletions

View File

@ -4,8 +4,9 @@
<param name="scm">git</param> <param name="scm">git</param>
<param name="filename">dnsname</param> <param name="filename">dnsname</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="versionformat">1.3.0</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.3.0</param> <param name="revision">v1.3.1</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>

View File

@ -1,4 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/containers/dnsname.git</param> <param name="url">https://github.com/containers/dnsname.git</param>
<param name="changesrevision">dc59f285546a0b0d8b8f20033e1637ea82587840</param></service></servicedata> <param name="changesrevision">18822f9a4fb35d1349eb256f4cd2bfd372474d84</param>
</service>
</servicedata>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 25 08:27:36 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
- Update to version 1.3.1:
* Don't use LDFLAGS: made `dnsname` unable to build in some
packaging systems (not ours).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 19 18:28:08 UTC 2021 - ralf@h4kamp.de Fri Nov 19 18:28:08 UTC 2021 - ralf@h4kamp.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package cni-plugin-dnsname # spec file for package cni-plugin-dnsname
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cni-plugin-dnsname Name: cni-plugin-dnsname
Version: 1.3.0 Version: 1.3.1
Release: 0 Release: 0
Summary: CNI plugin to provide name resolution for containers Summary: CNI plugin to provide name resolution for containers
License: Apache-2.0 License: Apache-2.0
@ -26,6 +26,7 @@ Source: dnsname-%{version}.tar.xz
BuildRequires: golang-packaging BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.13 BuildRequires: golang(API) >= 1.13
Requires: cni Requires: cni
Requires: dnsmasq
%description %description
This CNI plugin sets up the use of dnsmasq on a given CNI network so that Pods This CNI plugin sets up the use of dnsmasq on a given CNI network so that Pods
@ -43,11 +44,11 @@ The dnsname plugin was specifically designed for the Podman container engine.
%make_build GO_BUILD="GO111MODULE=on go build -mod=vendor -buildmode=pie" binaries %make_build GO_BUILD="GO111MODULE=on go build -mod=vendor -buildmode=pie" binaries
%install %install
PREFIX=/usr LIBEXECDIR=%{_libexecdir}/cni %make_install LIBEXECDIR=%{_libexecdir}/cni %make_install
%files %files
%license LICENSE %license LICENSE
%doc README.md README_PODMAN.md %doc README.md README_PODMAN.md RELEASE_NOTES.md
%dir %{_libexecdir}/cni %dir %{_libexecdir}/cni
%{_libexecdir}/cni/dnsname %{_libexecdir}/cni/dnsname

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d8177aa47b17d54418ef77e475271aa1605e8278a4c531914e65cb0588dd01b
size 13438989

BIN
dnsname-1.3.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,5 +1,4 @@
name: dnsname name: dnsname
version: 1.3.0 version: 1.3.1
mtime: 1628708758 mtime: 1629230735
commit: dc59f285546a0b0d8b8f20033e1637ea82587840 commit: 18822f9a4fb35d1349eb256f4cd2bfd372474d84