Sync from SUSE:SLFO:Main yast2-users revision 3b0d03e3eea266f97286338a2b2c776e

This commit is contained in:
Adrian Schröter 2024-05-04 02:34:40 +02:00
commit 31f4dfbc5f
4 changed files with 4415 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-users-4.6.4.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

4286
yast2-users.changes Normal file

File diff suppressed because it is too large Load Diff

103
yast2-users.spec Normal file
View File

@ -0,0 +1,103 @@
#
# spec file for package yast2-users
#
# 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-users
Version: 4.6.4
Release: 0
Summary: YaST2 - User and Group Configuration
License: GPL-2.0-only
Group: System/YaST
URL: https://github.com/yast/yast-users
Source0: %{name}-%{version}.tar.bz2
BuildRequires: cracklib-devel
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: perl-Digest-SHA1
BuildRequires: update-desktop-files
# Y2Issues::WithIssues mixin
BuildRequires: yast2 >= 4.4.18
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-perl-bindings
BuildRequires: yast2-security
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
Requires: cracklib
Requires: perl-Digest-SHA1
Requires: perl-X500-DN
Requires: perl-gettext
Requires: yast2-country
# CFA::Nsswitch
Requires: yast2-pam >= 4.3.0
# Security::SafeRead
Requires: yast2-security >= 4.4.1
# y2usernote, y2useritem
Requires: yast2-perl-bindings >= 2.18.0
# this forces using yast2-ldap with correct LDAP object names (fate#303596)
Requires: yast2-ldap >= 3.1.2
# Y2Issues::WithIssues mixin
Requires: yast2 >= 4.4.18
# cryptsha256, cryptsha516
Requires: yast2-core >= 2.21.0
Requires: yast2-ruby-bindings >= 1.0.0
Obsoletes: yast2-users-devel-doc
Conflicts: autoyast2 < 3.1.92
# older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187
Conflicts: yast2-storage < 3.1.75
Supplements: autoyast(users:groups:user_defaults:login_settings)
%description
This package provides GUI for maintenance of linux users and groups.
%prep
%setup -q
%build
%yast_build
%install
%yast_install
%yast_metainfo
%files
%{yast_clientdir}
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_moduledir}
%{yast_yncludedir}
%{yast_libdir}
%{yast_schemadir}
#agents:
%{yast_scrconfdir}
%{yast_agentdir}
%{yast_plugindir}
%{yast_icondir}
%license COPYING
%doc README.md
%changelog