Accepting request 933075 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/933075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugin-dnsname?expand=0&rev=3
This commit is contained in:
parent
9359584c2a
commit
bee101b0fc
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">dnsname</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">1.1.1</param>
|
||||
<param name="revision">v1.1.1</param>
|
||||
<param name="versionformat">1.3.0</param>
|
||||
<param name="revision">v1.3.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/dnsname.git</param>
|
||||
<param name="changesrevision">c654c95366ac5f309ca3e5727c9b858864247328</param></service></servicedata>
|
||||
<param name="changesrevision">dc59f285546a0b0d8b8f20033e1637ea82587840</param></service></servicedata>
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 18:28:08 UTC 2021 - ralf@h4kamp.de
|
||||
|
||||
- Update to version 1.3.0:
|
||||
* Bump to v1.3.0
|
||||
* Output version information when called directly
|
||||
* Do not error on del command
|
||||
* Cirrus: Remove unused $DEST_BRANCH definition
|
||||
* Cleanup dangling config files
|
||||
* Update F34beta -> F34 and U2010 -> U2104
|
||||
* Cirrus: Add modern get_ci_vm support
|
||||
* Cirrus: Update to F34beta VM image
|
||||
* Bump to v1.2.0
|
||||
* return dnsmasq errors
|
||||
* Update podman readme
|
||||
* Add dns search domain to cni result
|
||||
* Add AppArmor instruction in the Podman readme
|
||||
* fix typo in README_PODMAN
|
||||
* Added missing comma in README_PODMAN.md
|
||||
* Cirrus: Update to F33 and U2010
|
||||
* Improve documentation of use with Podman
|
||||
* bump go-iptables version
|
||||
- Fix build on SLE and Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 12:15:02 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cni-plugin-dnsname
|
||||
Version: 1.1.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: CNI plugin to provide name resolution for containers
|
||||
License: Apache-2.0
|
||||
@ -43,7 +43,7 @@ The dnsname plugin was specifically designed for the Podman container engine.
|
||||
%make_build GO_BUILD="GO111MODULE=on go build -mod=vendor -buildmode=pie" binaries
|
||||
|
||||
%install
|
||||
PREFIX=/usr %make_install
|
||||
PREFIX=/usr LIBEXECDIR=%{_libexecdir}/cni %make_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2bbd7ec8df9765c8b46503bd16a73f39fb858aa8ca3d6eb5d055d569e5da649
|
||||
size 13440013
|
3
dnsname-1.3.0.obscpio
Normal file
3
dnsname-1.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8177aa47b17d54418ef77e475271aa1605e8278a4c531914e65cb0588dd01b
|
||||
size 13438989
|
@ -1,5 +1,5 @@
|
||||
name: dnsname
|
||||
version: 1.1.1
|
||||
mtime: 1606836698
|
||||
commit: c654c95366ac5f309ca3e5727c9b858864247328
|
||||
version: 1.3.0
|
||||
mtime: 1628708758
|
||||
commit: dc59f285546a0b0d8b8f20033e1637ea82587840
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user