Accepting request 823151 from YaST:Head
submit new version 4.3.2 OBS-URL: https://build.opensuse.org/request/show/823151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-pam?expand=0&rev=41
This commit is contained in:
commit
3646ef4644
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b02e0d85d88aaa43e2b575123318d7442573ce8b2df0ecdb9e2508438602699
|
||||
size 21764
|
3
yast2-pam-4.3.2.tar.bz2
Normal file
3
yast2-pam-4.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2544328794804e958c3f4b67854d837fe6fae8819e684d4470454da6cb2cbb8a
|
||||
size 26932
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 11:35:47 UTC 2020 - Ancor Gonzalez Sosa <ancor@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
- Added function to query PAM modules (bsc#1171318).
|
||||
- 4.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 11:01:03 UTC 2020 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Support reading nsswitch.conf from /usr/etc (bsc#1173119).
|
||||
- 4.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 15:07:52 CEST 2019 - schubi@suse.de
|
||||
|
||||
|
@ -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
|
||||
@ -17,28 +17,36 @@
|
||||
|
||||
|
||||
Name: yast2-pam
|
||||
Version: 4.2.4
|
||||
Version: 4.3.2
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user