Accepting request 595598 from home:smithfarm:branches:security
needed for SLE-15 SR to be accepted OBS-URL: https://build.opensuse.org/request/show/595598 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=12
This commit is contained in:
parent
f77d459baf
commit
a32fc18b0f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 11:26:36 UTC 2018 - ncutler@suse.com
|
||||
|
||||
- use %license instead of %doc to package license-related files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 11:18:53 UTC 2018 - dmarcoux@posteo.de
|
||||
|
||||
|
@ -168,7 +168,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog NEWS README COPYING.summary oathtool/COPYING
|
||||
%doc ChangeLog NEWS README COPYING.summary
|
||||
%license oathtool/COPYING
|
||||
%{_bindir}/oathtool
|
||||
%{_mandir}/man1/oathtool.*
|
||||
%if %{build_pskc}
|
||||
@ -178,12 +179,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n pam_oath
|
||||
%defattr(-,root,root)
|
||||
%doc pam_oath/COPYING pam_oath/README
|
||||
%doc pam_oath/README
|
||||
%license pam_oath/COPYING
|
||||
/%{_lib}/security/pam_oath.so
|
||||
|
||||
%files -n liboath0
|
||||
%defattr(-,root,root)
|
||||
%doc liboath/COPYING
|
||||
%license liboath/COPYING
|
||||
%{_libdir}/liboath.so.*
|
||||
%{_datadir}/xml/pskc/
|
||||
|
||||
@ -200,7 +202,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n libpskc0
|
||||
%defattr(-,root,root)
|
||||
# there's no COPYING for libpskc, but it's LGPL, like liboath
|
||||
%doc libpskc/README liboath/COPYING
|
||||
%doc libpskc/README
|
||||
%license liboath/COPYING
|
||||
%{_libdir}/libpskc.so.*
|
||||
|
||||
%files -n libpskc-devel
|
||||
|
Loading…
Reference in New Issue
Block a user