Thomas Schmidt 2022-12-06 10:17:19 +00:00 committed by Git OBS Bridge
parent a40189e00a
commit 7bf191c48b

View File

@ -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