From 7bf191c48be0054f8296c18c128d96aea2aa033b8528f3fd11513123284f9e63 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Tue, 6 Dec 2022 10:17:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=47 --- suseconnect-ng.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/suseconnect-ng.spec b/suseconnect-ng.spec index f5c9783..d083740 100644 --- a/suseconnect-ng.spec +++ b/suseconnect-ng.spec @@ -1,7 +1,7 @@ # # spec file for package suseconnect-ng # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global provider_prefix github.com/SUSE/connect-ng %global import_path %{provider_prefix} @@ -22,7 +23,7 @@ %bcond_with hwinfo Name: suseconnect-ng -Version: 0.0.3~git112.d4980ea +Version: 1.0.0~git0.faee7c196dc1 Release: 0 URL: https://github.com/SUSE/connect-ng License: LGPL-2.1-or-later @@ -30,10 +31,10 @@ Summary: Utility to register a system with the SUSE Customer Center Group: System/Management Source: connect-ng-%{version}.tar.xz Source1: %name-rpmlintrc -BuildRequires: golang-packaging BuildRequires: go >= 1.16 -BuildRequires: zypper +BuildRequires: golang-packaging BuildRequires: ruby-devel +BuildRequires: zypper %if %{with hwinfo} %global test_hwinfo_args -test-hwinfo @@ -213,3 +214,5 @@ make -C %_builddir/go/src/%import_path gofmt %files -n suseconnect-ruby-bindings %doc yast/README.md %_libdir/ruby/vendor_ruby/%rb_ver/suse + +%changelog \ No newline at end of file