- Speed up build by not requiring yast2 (bsc#999203).
- 3.1.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-pam?expand=0&rev=195
This commit is contained in:
parent
77e1945dd5
commit
237783e688
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4533e1431711ef01eb74dd09f76bcf13c1c8704eddbb3979e8b41f7eeb833b91
|
|
||||||
size 21300
|
|
3
yast2-pam-3.1.2.tar.bz2
Normal file
3
yast2-pam-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:001502f124f53b943fe2ab16bcbbf0d39dbd0cc39103370192d1448d619984f9
|
||||||
|
size 21294
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 16:04:56 UTC 2016 - mvidner@suse.com
|
||||||
|
|
||||||
|
- Speed up build by not requiring yast2 (bsc#999203).
|
||||||
|
- 3.1.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com
|
Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-pam
|
Name: yast2-pam
|
||||||
Version: 3.1.1
|
Version: 3.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -26,17 +26,11 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
Url: http://github.com/yast/yast-pam
|
Url: http://github.com/yast/yast-pam
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
BuildRequires: rubygem(yast-rake)
|
BuildRequires: rubygem(yast-rake)
|
||||||
# owners of some directories
|
|
||||||
BuildRequires: yast2
|
|
||||||
Requires: yast2
|
Requires: yast2
|
||||||
|
|
||||||
Requires: pam-config >= 0.8
|
Requires: pam-config >= 0.8
|
||||||
|
|
||||||
Provides: yast2-agent-pam
|
|
||||||
Obsoletes: yast2-agent-pam
|
|
||||||
Provides: yast2-agent-pam-devel
|
|
||||||
Obsoletes: yast2-agent-pam-devel
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
@ -61,8 +55,11 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{yast_moduledir}
|
||||||
%{yast_moduledir}/*
|
%{yast_moduledir}/*
|
||||||
|
%dir %{yast_scrconfdir}
|
||||||
%{yast_scrconfdir}/*.scr
|
%{yast_scrconfdir}/*.scr
|
||||||
|
%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