Hello community,

here is the log from the commit of package reg for openSUSE:Factory checked in 
at 2019-09-05 12:33:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reg (Old)
 and      /work/SRC/openSUSE:Factory/.reg.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reg"

Thu Sep  5 12:33:56 2019 rev:1 rq:721947 version:0.16.0

Changes:
--------
New Changes file:

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ /work/SRC/openSUSE:Factory/.reg.new.7948/reg.changes        2019-09-05 
12:33:58.463577359 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Aug  9 08:57:29 CEST 2019 - [email protected]
+
+- Initial version
+

New:
----
  go-mod-vendor.patch
  reg-0.16.0.tar.gz
  reg.changes
  reg.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ reg.spec ++++++
#
# spec file for package reg
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           reg
Version:        0.16.0
Release:        0
Summary:        Container registry command line client
License:        MIT
Group:          System/Management
URL:            https://github.com/genuinetools/reg
Source:         %{name}-%{version}.tar.gz
Patch:          go-mod-vendor.patch
BuildRequires:  golang(API) >= 1.12
ExcludeArch:    s390
ExcludeArch:    %{ix86}

%description
Container registry v2 command line client and repo listing generator
with security checks. It can be used to get and manipulate several 
informations about container images, manifestes and layers from a
container registry including vulnerability reports and can generate a
static website for a registry.

%prep
%setup -q
%patch -p0

%build
make build GITCOMMIT=4a4d0e5d108ca9558879bdf1aba94d09e921cf1e

%install
# Install the binary.
mkdir -p %{buildroot}%{_bindir}/
install -m 0755 reg %{buildroot}%{_bindir}/reg

%files
%license LICENSE
%doc README.md
%{_bindir}/reg

%changelog
++++++ go-mod-vendor.patch ++++++
--- basic.mk
+++ basic.mk    2019/08/09 06:44:45
@@ -42,7 +42,7 @@
 
 $(NAME): $(wildcard *.go) $(wildcard */*.go) VERSION.txt
        @echo "+ $@"
-       $(GO) build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o $(NAME) .
+       $(GO) build -mod vendor -buildmode=pie -tags "$(BUILDTAGS)" 
${GO_LDFLAGS} -o $(NAME) .
 
 .PHONY: static
 static: prebuild ## Builds a static executable.

Reply via email to