From 762811775b0bcd952f9942973566b267aa4ba72285aa18e69959c800559d57f6 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 5 Nov 2018 16:16:35 +0000 Subject: [PATCH 1/2] - Allow the root user to use a public key for authentication (fate#324690). - 4.0.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-users?expand=0&rev=563 --- yast2-users-4.0.7.tar.bz2 | 3 --- yast2-users-4.0.8.tar.bz2 | 3 +++ yast2-users.changes | 7 +++++++ yast2-users.spec | 7 ++++++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 yast2-users-4.0.7.tar.bz2 create mode 100644 yast2-users-4.0.8.tar.bz2 diff --git a/yast2-users-4.0.7.tar.bz2 b/yast2-users-4.0.7.tar.bz2 deleted file mode 100644 index c94acae..0000000 --- a/yast2-users-4.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c716b5dd461a96121251585672c68524eca27b859924eb0f6df78651e5e4231 -size 283183 diff --git a/yast2-users-4.0.8.tar.bz2 b/yast2-users-4.0.8.tar.bz2 new file mode 100644 index 0000000..19c2ba3 --- /dev/null +++ b/yast2-users-4.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab66cd00ce46f5d2ed4336a7a692b412901657234e118b7ce64a6841926c26e +size 288837 diff --git a/yast2-users.changes b/yast2-users.changes index f4513e8..77e5d90 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 2 08:46:35 UTC 2018 - igonzalezsosa@suse.com + +- Allow the root user to use a public key for authentication + (fate#324690). +- 4.0.8 + ------------------------------------------------------------------- Fri Oct 19 13:58:31 UTC 2018 - snwint@suse.com diff --git a/yast2-users.spec b/yast2-users.spec index f65a7c1..a9bd8b2 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.0.7 +Version: 4.0.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +38,8 @@ BuildRequires: yast2-perl-bindings BuildRequires: yast2-security BuildRequires: yast2-testsuite BuildRequires: rubygem(%rb_default_ruby_abi:rspec) +# ssh-keygen +BuildRequires: openssh Requires: cracklib Requires: perl-Digest-SHA1 @@ -64,6 +66,9 @@ Requires: yast2-core >= 2.21.0 Requires: yast2-ruby-bindings >= 1.0.0 +# ssh-keygen +Requires: openssh + Summary: YaST2 - User and Group Configuration License: GPL-2.0-only Group: System/YaST From 57211ffb74d122731a5cc4950b2c61c848320b99d96b84a8d1b3e7e56c31cb9c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 9 Nov 2018 14:36:50 +0000 Subject: [PATCH 2/2] - Add public keys handling support in an installed system (related to fate#324690). - 4.0.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-users?expand=0&rev=564 --- yast2-users-4.0.8.tar.bz2 | 3 --- yast2-users-4.0.9.tar.bz2 | 3 +++ yast2-users.changes | 7 +++++++ yast2-users.spec | 7 +------ 4 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 yast2-users-4.0.8.tar.bz2 create mode 100644 yast2-users-4.0.9.tar.bz2 diff --git a/yast2-users-4.0.8.tar.bz2 b/yast2-users-4.0.8.tar.bz2 deleted file mode 100644 index 19c2ba3..0000000 --- a/yast2-users-4.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cab66cd00ce46f5d2ed4336a7a692b412901657234e118b7ce64a6841926c26e -size 288837 diff --git a/yast2-users-4.0.9.tar.bz2 b/yast2-users-4.0.9.tar.bz2 new file mode 100644 index 0000000..6760f02 --- /dev/null +++ b/yast2-users-4.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb60803e572b11c330af2e367957ea120516fec706e4912acae6055692bbd83 +size 291283 diff --git a/yast2-users.changes b/yast2-users.changes index 77e5d90..ec82b57 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 9 08:01:15 UTC 2018 - igonzalezsosa@suse.com + +- Add public keys handling support in an installed system + (related to fate#324690). +- 4.0.9 + ------------------------------------------------------------------- Fri Nov 2 08:46:35 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-users.spec b/yast2-users.spec index a9bd8b2..af84924 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.0.8 +Version: 4.0.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,8 +38,6 @@ BuildRequires: yast2-perl-bindings BuildRequires: yast2-security BuildRequires: yast2-testsuite BuildRequires: rubygem(%rb_default_ruby_abi:rspec) -# ssh-keygen -BuildRequires: openssh Requires: cracklib Requires: perl-Digest-SHA1 @@ -66,9 +64,6 @@ Requires: yast2-core >= 2.21.0 Requires: yast2-ruby-bindings >= 1.0.0 -# ssh-keygen -Requires: openssh - Summary: YaST2 - User and Group Configuration License: GPL-2.0-only Group: System/YaST