add /var/lib/liblastlog to files list
This commit is contained in:
parent
04d2b6b0ad
commit
39c148ff89
1 changed files with 3 additions and 1 deletions
|
|
@ -395,9 +395,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/{pam.d,security/console.apps}
|
|||
# install util-linux
|
||||
%make_install
|
||||
|
||||
# And a dirs uuidd needs that the makefiles don't create
|
||||
# And a dirs that the makefiles don't create
|
||||
install -d %{buildroot}/run/uuidd
|
||||
install -d %{buildroot}/var/lib/libuuid
|
||||
install -d %{buildroot}/var/lib/liblastlog
|
||||
|
||||
# /etc/adjtime
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/adjtime
|
||||
|
|
@ -969,6 +970,7 @@ fi
|
|||
|
||||
%files -n liblastlog2
|
||||
%license Documentation/licenses/COPYING.BSD-2-Clause
|
||||
%dir /var/lib/liblastlog
|
||||
%{_libdir}/liblastlog2.so.*
|
||||
%{_pam_moduledir}/pam_lastlog2.so
|
||||
%{_tmpfilesdir}/lastlog2-tmpfiles.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue