Accepting request 429317 from YaST:Head
submit new version 3.1.60 OBS-URL: https://build.opensuse.org/request/show/429317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=197
This commit is contained in:
commit
580410f596
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7386c7461715ee028b1de4e6e7088866110de7793f330ea084d5b315320be36e
|
|
||||||
size 277650
|
|
3
yast2-users-3.1.60.tar.bz2
Normal file
3
yast2-users-3.1.60.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f640ee1720c97964abdcbdf18c1df6ccfe6a7aede903ab2e9105188a41d415d9
|
||||||
|
size 282524
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 13:25:22 UTC 2016 - mvidner@suse.com
|
||||||
|
|
||||||
|
- Do not require yast2-ldap for build time tests (bsc#999203).
|
||||||
|
- 3.1.60
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 20 15:10:23 UTC 2016 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Prevent a potential security issue if the target authorized_keys
|
||||||
|
file is not a regular file (related to FATE#319471)
|
||||||
|
- Fix authorized_keys section of AutoYaST schema
|
||||||
|
- 3.1.59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 09:03:32 UTC 2016 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Add support to specify SSH authorized keys in the profile
|
||||||
|
(FATE#319471)
|
||||||
|
- 3.1.58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 2 15:16:37 CEST 2016 - schubi@suse.de
|
Fri Sep 2 15:16:37 CEST 2016 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-users
|
Name: yast2-users
|
||||||
Version: 3.1.57
|
Version: 3.1.60
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,7 +33,6 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: yast2
|
BuildRequires: yast2
|
||||||
BuildRequires: yast2-core-devel
|
BuildRequires: yast2-core-devel
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
BuildRequires: yast2-ldap >= 3.1.2
|
|
||||||
BuildRequires: yast2-perl-bindings
|
BuildRequires: yast2-perl-bindings
|
||||||
BuildRequires: yast2-security
|
BuildRequires: yast2-security
|
||||||
BuildRequires: yast2-testsuite
|
BuildRequires: yast2-testsuite
|
||||||
@ -46,19 +45,7 @@ Requires: perl-gettext
|
|||||||
Requires: yast2-country
|
Requires: yast2-country
|
||||||
Requires: yast2-pam
|
Requires: yast2-pam
|
||||||
Requires: yast2-security
|
Requires: yast2-security
|
||||||
Obsoletes: y2c_users
|
|
||||||
Obsoletes: y2t_inst-user
|
|
||||||
Obsoletes: y2t_users
|
|
||||||
Obsoletes: yast2-config-users
|
|
||||||
Obsoletes: yast2-trans-inst-user
|
|
||||||
Obsoletes: yast2-trans-users
|
|
||||||
Obsoletes: yast2-users-devel-doc
|
Obsoletes: yast2-users-devel-doc
|
||||||
Provides: y2c_users
|
|
||||||
Provides: y2t_inst-user
|
|
||||||
Provides: y2t_users
|
|
||||||
Provides: yast2-config-users
|
|
||||||
Provides: yast2-trans-inst-user
|
|
||||||
Provides: yast2-trans-users
|
|
||||||
Conflicts: autoyast2 < 3.1.92
|
Conflicts: autoyast2 < 3.1.92
|
||||||
# older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187
|
# older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187
|
||||||
Conflicts: yast2-storage < 3.1.75
|
Conflicts: yast2-storage < 3.1.75
|
||||||
@ -90,6 +77,8 @@ This package provides GUI for maintenance of linux users and groups.
|
|||||||
%yast_build
|
%yast_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
# make testsuite/modules/Ldap.rb visible
|
||||||
|
export Y2BASE_Y2DIR=`pwd`/testsuite
|
||||||
%yast_install
|
%yast_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -103,6 +92,7 @@ This package provides GUI for maintenance of linux users and groups.
|
|||||||
%{yast_libdir}/users/clients/*
|
%{yast_libdir}/users/clients/*
|
||||||
%{yast_desktopdir}/*.desktop
|
%{yast_desktopdir}/*.desktop
|
||||||
%{yast_moduledir}/*.pm
|
%{yast_moduledir}/*.pm
|
||||||
|
%{yast_moduledir}/SSHAuthorizedKeys.rb
|
||||||
%{yast_moduledir}/UsersUI.rb
|
%{yast_moduledir}/UsersUI.rb
|
||||||
%{yast_moduledir}/YaPI/*.pm
|
%{yast_moduledir}/YaPI/*.pm
|
||||||
%{yast_yncludedir}/users/*
|
%{yast_yncludedir}/users/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user