forked from pool/fscrypt
Accepting request 1072103 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1072103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fscrypt?expand=0&rev=4
This commit is contained in:
commit
d8cffed6aa
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
pam-fscrypt
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 11:28:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- move to pam_vendordir
|
||||
- add baselibs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 13:58:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,6 +26,7 @@ URL: https://github.com/google/fscrypt
|
||||
Source: https://github.com/google/fscrypt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: %name.pam
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: m4
|
||||
BuildRequires: pam-devel
|
||||
@ -63,7 +64,7 @@ This package holds the pam module for fscrypt.
|
||||
%make_install %{make_args}
|
||||
# not needed on SUSE
|
||||
rm -rvf %{buildroot}%{_datadir}/pam-configs
|
||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/%{name}
|
||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_pam_vendordir}/%{name}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -74,6 +75,6 @@ install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/%{name}
|
||||
%files -n pam-fscrypt
|
||||
%license LICENSE
|
||||
%{_pam_moduledir}/pam_fscrypt.so
|
||||
%{_sysconfdir}/pam.d/%{name}
|
||||
%{_pam_vendordir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user