Accepting request 1182954 from home:ojkastl_buildservice:Branch_devel_kubic
update to 4.0.11 OBS-URL: https://build.opensuse.org/request/show/1182954 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-directpv?expand=0&rev=2
This commit is contained in:
4
_service
4
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/minio/directpv</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v4.0.10</param>
|
||||
<param name="revision">v4.0.11</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">directpv-4.0.10.obscpio</param>
|
||||
<param name="archive">directpv-4.0.11.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/minio/directpv</param>
|
||||
<param name="changesrevision">b1843121450576a4210dcbbb6f6cd14e78ebfcef</param></service></servicedata>
|
||||
<param name="changesrevision">6cf699857fc86e05c87cda859d63ca26cb5857c1</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c5b9eaa952aa8cddaf6ce6c593133de1340276765d2271f163fdf1cb7dd19b2
|
||||
size 4566540
|
3
directpv-4.0.11.obscpio
Normal file
3
directpv-4.0.11.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb2906e587b0a3aacbbab3a69d9573ecfd383af4855bc93eced4d323b014abcb
|
||||
size 4566028
|
@@ -1,4 +1,4 @@
|
||||
name: directpv
|
||||
version: 4.0.10
|
||||
mtime: 1702913970
|
||||
commit: b1843121450576a4210dcbbb6f6cd14e78ebfcef
|
||||
version: 4.0.11
|
||||
mtime: 1719166062
|
||||
commit: 6cf699857fc86e05c87cda859d63ca26cb5857c1
|
||||
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 05:22:20 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 4.0.11:
|
||||
* upgrade dependencies (#914)
|
||||
* Upgrade UBI 8.10 and dependencies (#911)
|
||||
* fix: handle Add event in node event listener (#906)
|
||||
* Bump golang.org/x/net from 0.22.0 to 0.23.0 (#905)
|
||||
* Update dependencies (#899)
|
||||
* fix link to create-storage-class.sh (#896)
|
||||
* update max_retries in XFS error condition config to 0 (#893)
|
||||
* Update operator bundle for v4.0.10
|
||||
* Update Helm charts for v4.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 07:56:53 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- do not strip aka remove -s -w ldflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 18:03:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: kubectl-directpv
|
||||
Version: 4.0.10
|
||||
Version: 4.0.11
|
||||
Release: 0
|
||||
Summary: Kubectl plugin for the MinIO CSI driver for Direct Attached Storage
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/minio/directpv
|
||||
Source: directpv-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go1.21 >= 1.21.8
|
||||
BuildRequires: go1.22
|
||||
|
||||
%description
|
||||
DirectPV is a CSI driver for Direct Attached Storage. In a simpler sense, it is
|
||||
@@ -37,15 +37,14 @@ across servers.
|
||||
This package contains the Kubectl plugin to manage the DirectPV CSI driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n directpv-%{version}
|
||||
%setup -q -T -D -a 1 -n directpv-%{version}
|
||||
%autosetup -a 1 -p 1 -n directpv-%{version}
|
||||
|
||||
%build
|
||||
CGO_ENABLED=0 go build \
|
||||
-mod=vendor \
|
||||
-buildmode=pie \
|
||||
-tags "osusergo netgo" \
|
||||
-ldflags="-s -w -X main.Version=v%{version}" \
|
||||
-ldflags="-X main.Version=v%{version}" \
|
||||
-o bin/%{name} ./cmd/kubectl-directpv
|
||||
|
||||
%install
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4eb69734f38b04ea56181443ebab9543ac29d6ad33a772a8feb5efcfc19bfc8
|
||||
size 8240763
|
||||
oid sha256:11a20f1078ece6dc3e94dc8fdc0efdb281ea3f9fce7b74c7bf78791feef69410
|
||||
size 8326768
|
||||
|
Reference in New Issue
Block a user