Sync from SUSE:SLFO:Main yast2-network revision 2b89a8e6138ad1c129013f882808c7e8

This commit is contained in:
Adrian Schröter 2024-05-04 02:26:52 +02:00
commit 2702dcb59c
4 changed files with 11460 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
yast2-network-4.6.5.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

11322
yast2-network.changes Normal file

File diff suppressed because it is too large Load Diff

112
yast2-network.spec Normal file
View File

@ -0,0 +1,112 @@
#
# spec file for package yast2-network
#
# Copyright (c) 2023 SUSE LLC
#
# 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: yast2-network
Version: 4.6.5
Release: 0
Summary: YaST2 - Network Configuration
License: GPL-2.0-only
Group: System/YaST
URL: https://github.com/yast/yast-network
Source0: %{name}-%{version}.tar.bz2
# testsuite
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.15
#for install task
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
BuildRequires: yast2-storage-ng
# Added force option to NetworkService.EnableDisableNow method
BuildRequires: yast2 >= 4.5.12
BuildRequires: yast2-packager >= 4.0.18
# Product control need xml agent
BuildRequires: yast2-xml
# cfa for parsing hosts
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
# lenses are needed to use cfa
BuildRequires: augeas-lenses
# yast/rspec/helpers.rb
BuildRequires: yast2-ruby-bindings >= 4.4.7
PreReq: /bin/rm
#netconfig (FaTE #303618)
Requires: sysconfig >= 0.80.0
Requires: yast2-proxy
Requires: yast2-storage-ng
# Added force option to NetworkService.EnableDisableNow method
Requires: yast2 >= 4.5.12
# Packages::vnc_packages
Requires: yast2-packager >= 4.0.18
Requires: augeas-lenses
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
# BusID of all the cards with the same one (bsc#1007172)
Requires: hwinfo >= 21.35
Requires: hostname
Requires: yast2-ruby-bindings >= 1.0.0
Requires: yast2-xml
# testsuite
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
# carrier detection
Conflicts: yast2-core < 2.10.6
# new calls in AutoinstGeneral
Conflicts: autoyast2 < 4.3.23
Obsoletes: yast2-network-devel-doc <= 3.1.154
Provides: yast2-network-devel-doc = %{version}
Supplements: autoyast(host:networking:remote)
BuildArch: noarch
%build
%description
This package contains the YaST2 component for network configuration.
%prep
%setup -q
%check
%yast_check
%install
%yast_install
%yast_metainfo
%files
%{yast_yncludedir}
%{yast_clientdir}
%{yast_moduledir}
%{yast_desktopdir}
%{yast_scrconfdir}
%{yast_agentdir}
%{yast_schemadir}
%{yast_libdir}
%{yast_ydatadir}
%{yast_icondir}
%{yast_metainfodir}
%license COPYING
%doc %{yast_docdir}
%changelog