Fix version, license file and add log directory

This commit is contained in:
Jakub Jelen 2015-11-19 10:13:47 +01:00
parent d215976607
commit 1a58859aec

View File

@ -285,7 +285,7 @@ exit 0
%dir %attr(770,root,pkcs11) %{_localstatedir}/lock/%{name}/* %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/%{name}/*
%files libs %files libs
%doc LICENSE %license LICENSE
%{_sysconfdir}/ld.so.conf.d/* %{_sysconfdir}/ld.so.conf.d/*
# Unversioned .so symlinks usually belong to -devel packages, but opencryptoki # Unversioned .so symlinks usually belong to -devel packages, but opencryptoki
# needs them in the main package, because: # needs them in the main package, because:
@ -298,6 +298,7 @@ exit 0
%{_libdir}/pkcs11/libopencryptoki.so %{_libdir}/pkcs11/libopencryptoki.so
%{_libdir}/pkcs11/PKCS11_API.so %{_libdir}/pkcs11/PKCS11_API.so
%{_libdir}/pkcs11/stdll %{_libdir}/pkcs11/stdll
%{_localstatedir}/log/opencryptoki
%files devel %files devel
%{_includedir}/%{name}/ %{_includedir}/%{name}/
@ -352,7 +353,7 @@ exit 0
%changelog %changelog
* Wed Nov 18 2015 Jakub Jelen <jjelen@redhat.com> 3.4-1.1 * Wed Nov 18 2015 Jakub Jelen <jjelen@redhat.com> 3.4-1
- New upstream release - New upstream release
- Adding post-release patch fixing compile warnings - Adding post-release patch fixing compile warnings