Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37859576
en ru br
Репозитории ALT

Группа :: Система/Основа
Пакет: pam_propperpwnam

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: pam_propperpwnam
Version: 0.0.1
Release: alt1

Summary: PAM module that uses login name configured through NSS
License: BSD-3-Clause
Group: System/Base
Url: https://github.com/datenwolf/pam_propperpwnam

Source: %name-%version.tar

# due to PAM policy.

BuildRequires(pre): libpam-devel
# due to change in format of PAM modules requirements.
BuildRequires: rpm-build >= 0:4.0.4-alt55

%set_pam_name %name

%package -n %pam_name
Summary: PAM module that uses login name configured through NSS
Group: System/Base
Provides: %name = %version-%release
Obsoletes: %name

%description
A PAM module that uses the entered login name as key to
query the password database configured through nsswitch.conf
and replaces the login name with what has been returned.
pam_mktemp is a PAM module which may be used with a PAM-aware login
service to provide per-user private directories under /tmp as a part
of PAM session or account management.

%description -n %pam_name
A PAM module that uses the entered login name as key to
query the password database configured through nsswitch.conf
and replaces the login name with what has been returned.
pam_mktemp is a PAM module which may be used with a PAM-aware login
service to provide per-user private directories under /tmp as a part
of PAM session or account management.

%prep
%setup
sed -i 's/$(CC)/$(CC) $(CFLAGS)/' Makefile

%build
%make_build CC=gcc CFLAGS="%optflags %optflags_shared -Werror"

%install
install -D -m 644 pam_propperpwnam.so %buildroot/%_lib/security/pam_propperpwnam.so

%files -n %pam_name
/%_lib/security/*
%doc LICENSE README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin