diff --git a/.abf.yml b/.abf.yml index d20d18e..f719cfa 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,4 @@ 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 diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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 }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env diff --git a/pam.spec b/pam.spec index 9d8f16b..dc8d39a 100644 --- a/pam.spec +++ b/pam.spec @@ -14,15 +14,16 @@ Summary: A security tool which provides authentication for applications Name: pam -Version: 1.3.0 -Release: 10 +Version: 1.3.1 +Release: 1 Epoch: 1 # 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+, License: BSD and GPLv2+ Group: System/Libraries -Url: http://www.kernel.org/pub/linux/libs/pam/index.html -Source0: ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2 +URL: https://github.com/linux-pam/linux-pam +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 Source5: other.pamd Source6: system-auth.pamd @@ -39,7 +40,7 @@ Source16: smartcard-auth.pamd #add missing documentation Source501: pam_tty_audit.8 Source502: README -Source503: pam-%{version}_ru.po +Source503: pam-1.3.0_ru.po # RedHat patches Patch1: pam-1.2.0-redhat-modules.patch @@ -97,6 +98,7 @@ BuildRequires: docbook-dtd43-xml BuildRequires: docbook-dtd44-xml BuildRequires: docbook-style-xsl BuildRequires: xsltproc +BuildRequires: xz %if %{with prelude} BuildRequires: prelude-devel >= 0.9.0 %else