forked from pool/vsftpd
Accepting request 1105956 from home:kukuk:no-utmp
- Use pam macros to install pam config in /usr/lib/pam.d - Adjust vsftpd.pam to include postlogin config (replace wtmp with wtmpdb for Y2038 [jsc#3144]) OBS-URL: https://build.opensuse.org/request/show/1105956 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=177
This commit is contained in:
parent
7d36368178
commit
fbe9396fa6
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 15:06:06 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Use pam macros to install pam config in /usr/lib/pam.d
|
||||
- Adjust vsftpd.pam to include postlogin config (replace wtmp with
|
||||
wtmpdb for Y2038 [jsc#3144])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 06:25:26 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -13,3 +13,4 @@ password include common-password
|
||||
session required pam_keyinit.so force revoke
|
||||
session required pam_loginuid.so
|
||||
session include common-session
|
||||
session include postlogin-session
|
||||
|
@ -200,7 +200,7 @@ install -D -m 600 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
|
||||
%if 0%{?suse_version} < 1330
|
||||
install -D -m 600 xinetd.d/%{name} %{buildroot}%{_sysconfdir}/xinetd.d/%{name}
|
||||
%endif
|
||||
install -D -m 644 $RPM_SOURCE_DIR/%{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
|
||||
install -D -m 644 $RPM_SOURCE_DIR/%{name}.pam %{buildroot}%{_pam_vendordir}/%{name}
|
||||
%if 0%{?suse_version} > 1500
|
||||
mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
|
||||
install -D -m 644 $RPM_SOURCE_DIR/%{name}.logrotate %{buildroot}%{_distconfdir}/logrotate.d/%{name}
|
||||
@ -290,10 +290,11 @@ done
|
||||
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
|
||||
%endif
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%config %{_sysconfdir}/pam.d/%{name}
|
||||
%if 0%{?suse_version} > 1500
|
||||
%config %{_pam_vendordir}/%{name}
|
||||
%{_distconfdir}/logrotate.d/%{name}
|
||||
%else
|
||||
%config %{_pam_sysconfdir}/pam.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%endif
|
||||
%{_mandir}/man5/%{name}.conf.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user