From 79d0c70a7a889867c8cbd1d651569f32e922fcde1bfecf8aa0583af39e923f4a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 7 Apr 2020 14:38:20 +0000 Subject: [PATCH 1/4] Updated to git ref 96a24a9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-pam?expand=0&rev=207 --- yast2-pam-4.2.4.tar.bz2 | 4 ++-- yast2-pam.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yast2-pam-4.2.4.tar.bz2 b/yast2-pam-4.2.4.tar.bz2 index fe39c44..2ca8d7e 100644 --- a/yast2-pam-4.2.4.tar.bz2 +++ b/yast2-pam-4.2.4.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b02e0d85d88aaa43e2b575123318d7442573ce8b2df0ecdb9e2508438602699 -size 21764 +oid sha256:e27433f0a2915942385c76cdba46f889e2c4299a834cc3325a12ce45e8189a14 +size 20260 diff --git a/yast2-pam.spec b/yast2-pam.spec index d379f77..0ee790d 100644 --- a/yast2-pam.spec +++ b/yast2-pam.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-pam # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 113260089ca0f5e80b4977c2198e892caee3ed3fdc4e60555b46c027cc43fc84 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 24 Jul 2020 13:40:38 +0000 Subject: [PATCH 2/4] - Support reading nsswitch.conf from /usr/etc (bsc#1173119). - 4.3.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-pam?expand=0&rev=208 --- yast2-pam-4.2.4.tar.bz2 | 3 --- yast2-pam-4.3.0.tar.bz2 | 3 +++ yast2-pam.changes | 6 ++++++ yast2-pam.spec | 43 +++++++++++++++++++++++++---------------- 4 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 yast2-pam-4.2.4.tar.bz2 create mode 100644 yast2-pam-4.3.0.tar.bz2 diff --git a/yast2-pam-4.2.4.tar.bz2 b/yast2-pam-4.2.4.tar.bz2 deleted file mode 100644 index 2ca8d7e..0000000 --- a/yast2-pam-4.2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e27433f0a2915942385c76cdba46f889e2c4299a834cc3325a12ce45e8189a14 -size 20260 diff --git a/yast2-pam-4.3.0.tar.bz2 b/yast2-pam-4.3.0.tar.bz2 new file mode 100644 index 0000000..0905fa2 --- /dev/null +++ b/yast2-pam-4.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdb959104cf195067d2cebd68b562cb14c492166f41c779753e7d073cfc227f +size 25421 diff --git a/yast2-pam.changes b/yast2-pam.changes index 936f14a..a586d41 100644 --- a/yast2-pam.changes +++ b/yast2-pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 24 11:01:03 UTC 2020 - David Diaz + +- Support reading nsswitch.conf from /usr/etc (bsc#1173119). +- 4.3.0 + ------------------------------------------------------------------- Thu Aug 22 15:07:52 CEST 2019 - schubi@suse.de diff --git a/yast2-pam.spec b/yast2-pam.spec index 0ee790d..fc88d16 100644 --- a/yast2-pam.spec +++ b/yast2-pam.spec @@ -17,28 +17,36 @@ Name: yast2-pam -Version: 4.2.4 +Version: 4.3.0 Release: 0 - -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %{name}-%{version}.tar.bz2 - -Url: http://github.com/yast/yast-pam -BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) - -Requires: yast2 - -Requires: pam-config >= 0.8 - -BuildArch: noarch - -Requires: yast2-ruby-bindings >= 1.0.0 - Summary: YaST2 - PAM Agent License: GPL-2.0-only Group: System/YaST +URL: http://github.com/yast/yast-pam +Source0: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +BuildRequires: yast2 +BuildRequires: yast2-devtools >= 3.1.10 +BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) +# cfa for parsing nsswitch +BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4 +# lenses are needed to use cfa +BuildRequires: augeas-lenses +# testsuite +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) + +Requires: yast2 +# cfa for parsing nsswitch +Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4 +# lenses are needed to use cfa +Requires: augeas-lenses +Requires: pam-config >= 0.8 +Requires: yast2-ruby-bindings >= 1.0.0 + +BuildArch: noarch + %description This agent is used by YaST2 to modify the PAM configuration files @@ -59,6 +67,7 @@ rake install DESTDIR="%{buildroot}" %{yast_moduledir}/* %dir %{yast_scrconfdir} %{yast_scrconfdir}/*.scr +%{yast_libdir} %dir %{yast_agentdir} %{yast_agentdir}/ag_passwd %doc %{yast_docdir} From bdc85bfff6e4bf6c6ef41c78e720b186bb291b170efc57333b9ccf46fe4382a4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 28 Jul 2020 12:07:10 +0000 Subject: [PATCH 3/4] - Added function to query PAM modules (bsc#1171318). - 4.3.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-pam?expand=0&rev=209 --- yast2-pam-4.3.0.tar.bz2 | 3 --- yast2-pam-4.3.1.tar.bz2 | 3 +++ yast2-pam.changes | 6 ++++++ yast2-pam.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-pam-4.3.0.tar.bz2 create mode 100644 yast2-pam-4.3.1.tar.bz2 diff --git a/yast2-pam-4.3.0.tar.bz2 b/yast2-pam-4.3.0.tar.bz2 deleted file mode 100644 index 0905fa2..0000000 --- a/yast2-pam-4.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cdb959104cf195067d2cebd68b562cb14c492166f41c779753e7d073cfc227f -size 25421 diff --git a/yast2-pam-4.3.1.tar.bz2 b/yast2-pam-4.3.1.tar.bz2 new file mode 100644 index 0000000..c68c643 --- /dev/null +++ b/yast2-pam-4.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9d2b3d542614d1cad7d115a9f4b9cf622dc412e9669dc9942e39c87b19f54c +size 26699 diff --git a/yast2-pam.changes b/yast2-pam.changes index a586d41..19fb4e2 100644 --- a/yast2-pam.changes +++ b/yast2-pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 28 11:03:14 CEST 2020 - aschnell@suse.com + +- Added function to query PAM modules (bsc#1171318). +- 4.3.1 + ------------------------------------------------------------------- Fri Jul 24 11:01:03 UTC 2020 - David Diaz diff --git a/yast2-pam.spec b/yast2-pam.spec index fc88d16..e025960 100644 --- a/yast2-pam.spec +++ b/yast2-pam.spec @@ -17,7 +17,7 @@ Name: yast2-pam -Version: 4.3.0 +Version: 4.3.1 Release: 0 Summary: YaST2 - PAM Agent License: GPL-2.0-only From 575dbb03b3c73acbd2b6a3bb87b041b38d6ae17c259990c746cd71f974cbcca0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 28 Jul 2020 12:28:24 +0000 Subject: [PATCH 4/4] - Fixed a bug, introduced in the latest version, related to deletion of nsswitch entries (related to bsc#1173119). - 4.3.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-pam?expand=0&rev=210 --- yast2-pam-4.3.1.tar.bz2 | 3 --- yast2-pam-4.3.2.tar.bz2 | 3 +++ yast2-pam.changes | 7 +++++++ yast2-pam.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-pam-4.3.1.tar.bz2 create mode 100644 yast2-pam-4.3.2.tar.bz2 diff --git a/yast2-pam-4.3.1.tar.bz2 b/yast2-pam-4.3.1.tar.bz2 deleted file mode 100644 index c68c643..0000000 --- a/yast2-pam-4.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9d2b3d542614d1cad7d115a9f4b9cf622dc412e9669dc9942e39c87b19f54c -size 26699 diff --git a/yast2-pam-4.3.2.tar.bz2 b/yast2-pam-4.3.2.tar.bz2 new file mode 100644 index 0000000..8349f60 --- /dev/null +++ b/yast2-pam-4.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2544328794804e958c3f4b67854d837fe6fae8819e684d4470454da6cb2cbb8a +size 26932 diff --git a/yast2-pam.changes b/yast2-pam.changes index 19fb4e2..203aa7c 100644 --- a/yast2-pam.changes +++ b/yast2-pam.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 28 11:35:47 UTC 2020 - Ancor Gonzalez Sosa + +- Fixed a bug, introduced in the latest version, related to + deletion of nsswitch entries (related to bsc#1173119). +- 4.3.2 + ------------------------------------------------------------------- Tue Jul 28 11:03:14 CEST 2020 - aschnell@suse.com diff --git a/yast2-pam.spec b/yast2-pam.spec index e025960..8f091fe 100644 --- a/yast2-pam.spec +++ b/yast2-pam.spec @@ -17,7 +17,7 @@ Name: yast2-pam -Version: 4.3.1 +Version: 4.3.2 Release: 0 Summary: YaST2 - PAM Agent License: GPL-2.0-only