mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 08:22:53 +00:00
1.3.1
This commit is contained in:
parent
2b4ff76ca8
commit
d17eed6868
4 changed files with 29 additions and 6 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,3 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
Linux-PAM-1.3.0.tar.bz2: e956252e81d824c35a60c9b50919ca0767f8a8ec
|
Linux-PAM-1.3.1-docs.tar.xz: ea00210f466d34ca390f30e028a45c4e90dbbcfd
|
||||||
|
Linux-PAM-1.3.1.tar.xz: e89b6d279c9bf8cb495dfc0b3f3931eb50f818e9
|
||||||
pam-redhat-0.99.11.tar.bz2: 42206fe8319723ef23ab646b2eab496c86de3f5b
|
pam-redhat-0.99.11.tar.bz2: 42206fe8319723ef23ab646b2eab496c86de3f5b
|
||||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
version: '1'
|
||||||
|
|
||||||
|
name: Run CI/CD...
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: r11_builder
|
||||||
|
steps:
|
||||||
|
- name: Jobs
|
||||||
|
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||||
|
with:
|
||||||
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.*~
|
||||||
|
*~
|
||||||
|
.env
|
12
pam.spec
12
pam.spec
|
@ -14,15 +14,16 @@
|
||||||
|
|
||||||
Summary: A security tool which provides authentication for applications
|
Summary: A security tool which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 10
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
||||||
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.kernel.org/pub/linux/libs/pam/index.html
|
URL: https://github.com/linux-pam/linux-pam
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2
|
Source0: %{url}/releases/download/v%{version}/Linux-PAM-%{version}.tar.xz
|
||||||
|
Source1: %{url}/releases/download/v%{version}/Linux-PAM-%{version}-docs.tar.xz
|
||||||
Source2: pam-redhat-%{pam_redhat_version}.tar.bz2
|
Source2: pam-redhat-%{pam_redhat_version}.tar.bz2
|
||||||
Source5: other.pamd
|
Source5: other.pamd
|
||||||
Source6: system-auth.pamd
|
Source6: system-auth.pamd
|
||||||
|
@ -39,7 +40,7 @@ Source16: smartcard-auth.pamd
|
||||||
#add missing documentation
|
#add missing documentation
|
||||||
Source501: pam_tty_audit.8
|
Source501: pam_tty_audit.8
|
||||||
Source502: README
|
Source502: README
|
||||||
Source503: pam-%{version}_ru.po
|
Source503: pam-1.3.0_ru.po
|
||||||
|
|
||||||
# RedHat patches
|
# RedHat patches
|
||||||
Patch1: pam-1.2.0-redhat-modules.patch
|
Patch1: pam-1.2.0-redhat-modules.patch
|
||||||
|
@ -97,6 +98,7 @@ BuildRequires: docbook-dtd43-xml
|
||||||
BuildRequires: docbook-dtd44-xml
|
BuildRequires: docbook-dtd44-xml
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
|
BuildRequires: xz
|
||||||
%if %{with prelude}
|
%if %{with prelude}
|
||||||
BuildRequires: prelude-devel >= 0.9.0
|
BuildRequires: prelude-devel >= 0.9.0
|
||||||
%else
|
%else
|
||||||
|
|
Loading…
Add table
Reference in a new issue