Include license file in systemd-libs
It can be installed without the main package, so it should carry the file too.
This commit is contained in:
parent
28e2d47eef
commit
994aacdaa6
@ -586,6 +586,8 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
||||
%systemd_postun_with_restart systemd-journal-upload.service
|
||||
%firewalld_reload
|
||||
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc %{_pkgdocdir}
|
||||
%exclude %{_pkgdocdir}/LICENSE.*
|
||||
@ -844,6 +846,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
||||
%{_libdir}/libnss_resolve.so.2
|
||||
%{_libdir}/libudev.so.*
|
||||
%{_libdir}/libsystemd.so.*
|
||||
%license LICENSE.LGPL2.1
|
||||
|
||||
%files pam
|
||||
%{_libdir}/security/pam_systemd.so
|
||||
|
Loading…
Reference in New Issue
Block a user