From 25a5f7fecc5fce7fcd8f2724185e75044b3922be6f896183e5572081f1521763 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 20 Sep 2016 11:57:06 +0000 Subject: [PATCH 1/3] - Add support to specify SSH authorized keys in the profile (FATE#319471) - 3.1.58 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-users?expand=0&rev=538 --- yast2-users-3.1.57.tar.bz2 | 3 --- yast2-users-3.1.58.tar.bz2 | 3 +++ yast2-users.changes | 7 +++++++ yast2-users.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-users-3.1.57.tar.bz2 create mode 100644 yast2-users-3.1.58.tar.bz2 diff --git a/yast2-users-3.1.57.tar.bz2 b/yast2-users-3.1.57.tar.bz2 deleted file mode 100644 index dd28acc..0000000 --- a/yast2-users-3.1.57.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7386c7461715ee028b1de4e6e7088866110de7793f330ea084d5b315320be36e -size 277650 diff --git a/yast2-users-3.1.58.tar.bz2 b/yast2-users-3.1.58.tar.bz2 new file mode 100644 index 0000000..0761523 --- /dev/null +++ b/yast2-users-3.1.58.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c2e5658428402399b82d6a05564d93bf8cc1bd58b56ccc1d6e178758568c90 +size 281859 diff --git a/yast2-users.changes b/yast2-users.changes index c3011fe..ef6466f 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-users.spec b/yast2-users.spec index b7ff4a6..8ca5b86 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.57 +Version: 3.1.58 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -103,6 +103,7 @@ This package provides GUI for maintenance of linux users and groups. %{yast_libdir}/users/clients/* %{yast_desktopdir}/*.desktop %{yast_moduledir}/*.pm +%{yast_moduledir}/SSHAuthorizedKeys.rb %{yast_moduledir}/UsersUI.rb %{yast_moduledir}/YaPI/*.pm %{yast_yncludedir}/users/* From 6fa3dc8cbd057352a8fe04ea12e0b7e4bca01a51719caea37e48ecdb8585a300 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 21 Sep 2016 10:30:11 +0000 Subject: [PATCH 2/3] - 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-users?expand=0&rev=539 --- yast2-users-3.1.58.tar.bz2 | 3 --- yast2-users-3.1.59.tar.bz2 | 3 +++ yast2-users.changes | 8 ++++++++ yast2-users.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-users-3.1.58.tar.bz2 create mode 100644 yast2-users-3.1.59.tar.bz2 diff --git a/yast2-users-3.1.58.tar.bz2 b/yast2-users-3.1.58.tar.bz2 deleted file mode 100644 index 0761523..0000000 --- a/yast2-users-3.1.58.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c2e5658428402399b82d6a05564d93bf8cc1bd58b56ccc1d6e178758568c90 -size 281859 diff --git a/yast2-users-3.1.59.tar.bz2 b/yast2-users-3.1.59.tar.bz2 new file mode 100644 index 0000000..cdac264 --- /dev/null +++ b/yast2-users-3.1.59.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decb462c5d17b948c0ce3f067de2dce7957009950d2d2c73fee7d302acd9f656 +size 282205 diff --git a/yast2-users.changes b/yast2-users.changes index ef6466f..696d834 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-users.spec b/yast2-users.spec index 8ca5b86..90b99d8 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.58 +Version: 3.1.59 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8e4796cd481874fa1e2ade24a4e151b9ef0d4776b399ab276b90591943a19ad0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 21 Sep 2016 14:22:37 +0000 Subject: [PATCH 3/3] - Do not require yast2-ldap for build time tests (bsc#999203). - 3.1.60 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-users?expand=0&rev=540 --- yast2-users-3.1.59.tar.bz2 | 3 --- yast2-users-3.1.60.tar.bz2 | 3 +++ yast2-users.changes | 6 ++++++ yast2-users.spec | 17 +++-------------- 4 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 yast2-users-3.1.59.tar.bz2 create mode 100644 yast2-users-3.1.60.tar.bz2 diff --git a/yast2-users-3.1.59.tar.bz2 b/yast2-users-3.1.59.tar.bz2 deleted file mode 100644 index cdac264..0000000 --- a/yast2-users-3.1.59.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:decb462c5d17b948c0ce3f067de2dce7957009950d2d2c73fee7d302acd9f656 -size 282205 diff --git a/yast2-users-3.1.60.tar.bz2 b/yast2-users-3.1.60.tar.bz2 new file mode 100644 index 0000000..1baa581 --- /dev/null +++ b/yast2-users-3.1.60.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f640ee1720c97964abdcbdf18c1df6ccfe6a7aede903ab2e9105188a41d415d9 +size 282524 diff --git a/yast2-users.changes b/yast2-users.changes index 696d834..8d0ab9c 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-users.spec b/yast2-users.spec index 90b99d8..aca9125 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.59 +Version: 3.1.60 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +33,6 @@ BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-core-devel BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-ldap >= 3.1.2 BuildRequires: yast2-perl-bindings BuildRequires: yast2-security BuildRequires: yast2-testsuite @@ -46,19 +45,7 @@ Requires: perl-gettext Requires: yast2-country Requires: yast2-pam 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 -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 # older storage uses removed deprecated method, see https://github.com/yast/yast-storage/pull/187 Conflicts: yast2-storage < 3.1.75 @@ -90,6 +77,8 @@ This package provides GUI for maintenance of linux users and groups. %yast_build %install +# make testsuite/modules/Ldap.rb visible +export Y2BASE_Y2DIR=`pwd`/testsuite %yast_install %files