- 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
This commit is contained in:
parent
79d0c70a7a
commit
113260089c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e27433f0a2915942385c76cdba46f889e2c4299a834cc3325a12ce45e8189a14
|
|
||||||
size 20260
|
|
3
yast2-pam-4.3.0.tar.bz2
Normal file
3
yast2-pam-4.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9cdb959104cf195067d2cebd68b562cb14c492166f41c779753e7d073cfc227f
|
||||||
|
size 25421
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Aug 22 15:07:52 CEST 2019 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -17,28 +17,36 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-pam
|
Name: yast2-pam
|
||||||
Version: 4.2.4
|
Version: 4.3.0
|
||||||
Release: 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
|
Summary: YaST2 - PAM Agent
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/YaST
|
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
|
%description
|
||||||
This agent is used by YaST2 to modify the PAM configuration files
|
This agent is used by YaST2 to modify the PAM configuration files
|
||||||
|
|
||||||
@ -59,6 +67,7 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
%{yast_moduledir}/*
|
%{yast_moduledir}/*
|
||||||
%dir %{yast_scrconfdir}
|
%dir %{yast_scrconfdir}
|
||||||
%{yast_scrconfdir}/*.scr
|
%{yast_scrconfdir}/*.scr
|
||||||
|
%{yast_libdir}
|
||||||
%dir %{yast_agentdir}
|
%dir %{yast_agentdir}
|
||||||
%{yast_agentdir}/ag_passwd
|
%{yast_agentdir}/ag_passwd
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user