mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
Compare commits
3 commits
ba1d5f286a
...
f74864574c
Author | SHA1 | Date | |
---|---|---|---|
f74864574c | |||
3a6933c135 | |||
1d66bd3b18 |
2 changed files with 6 additions and 2 deletions
1
pam.rpmlintrc
Normal file
1
pam.rpmlintrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
addFilter("E: hardcoded-library-path")
|
7
pam.spec
7
pam.spec
|
@ -15,7 +15,7 @@
|
||||||
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.1
|
Version: 1.3.1
|
||||||
Release: 2
|
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+,
|
||||||
|
@ -41,6 +41,7 @@ Source16: smartcard-auth.pamd
|
||||||
Source501: pam_tty_audit.8
|
Source501: pam_tty_audit.8
|
||||||
Source502: README
|
Source502: README
|
||||||
Source503: pam-1.3.0_ru.po
|
Source503: pam-1.3.0_ru.po
|
||||||
|
Source1000: %{name}.rpmlintrc
|
||||||
|
|
||||||
# RedHat patches
|
# RedHat patches
|
||||||
Patch1: pam-1.2.0-redhat-modules.patch
|
Patch1: pam-1.2.0-redhat-modules.patch
|
||||||
|
@ -82,6 +83,7 @@ BuildRequires: selinux-devel >= 2.1.6-7
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
BuildRequires: bzip2
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
# this pulls in the mega texlive load
|
# this pulls in the mega texlive load
|
||||||
BuildRequires: linuxdoc-tools
|
BuildRequires: linuxdoc-tools
|
||||||
|
@ -258,7 +260,8 @@ This package contains the development libraries for %{name}.
|
||||||
# Add custom modules.
|
# Add custom modules.
|
||||||
mv pam-redhat-%{pam_redhat_version}/* modules
|
mv pam-redhat-%{pam_redhat_version}/* modules
|
||||||
|
|
||||||
%apply_patches
|
|
||||||
|
#apply_patches
|
||||||
|
|
||||||
install -m644 %{SOURCE501} %{SOURCE502} modules/pam_tty_audit/
|
install -m644 %{SOURCE501} %{SOURCE502} modules/pam_tty_audit/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue