kubernetes/minikube

rpm: Missing vendor value

Open

#21588 opened on Sep 17, 2025

View on GitHub
 (5 comments) (0 reactions) (1 assignee)Go (31,799 stars) (5,222 forks)batch import
help wantedpriority/important-soon

Description

Vendor is NULL. It should be something like "The Kubernetes Authors"

$ dnf info minikube
Installed packages
Name            : minikube
Epoch           : 0
Version         : 1.37.0
Release         : 0
Architecture    : x86_64
Installed size  : 133.4 MiB
Source          : minikube-1.37.0-0.src.rpm
From repository : @commandline
Summary         : Run Kubernetes locally
URL             : https://github.com/kubernetes/minikube
License         : ASL 2.0
Description     : Minikube is a tool that makes it easy to run Kubernetes locally.
                : Minikube runs a single-node Kubernetes cluster inside a VM on your
                : laptop for users looking to try out Kubernetes or develop with it
                : day-to-day.
Vendor          : <NULL>

Contributor guide