Accepting request 859319 from home:gregfreemyer:Tools-for-forensic-boot-cd

- update to v0~20201204
        * no documented changes
- added all COPYING* files to %license line

OBS-URL: https://build.opensuse.org/request/show/859319
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=15
This commit is contained in:
Greg Freemyer 2020-12-30 03:52:07 +00:00 committed by Git OBS Bridge
parent 2f6d863706
commit a26832f526
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:923fb8b533b00ba4bdd4d1491d58af19dd53508e856d18e188e4083963f12a3c
size 1314475

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30a1f5217e94e941e1c70961463782fb68788a2389b1b5ffabd379a7fed9faf2
size 1361862

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 29 23:05:03 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20201204
* no documented changes
- added all COPYING* files to %license line
-------------------------------------------------------------------
Tue Apr 7 19:21:03 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -17,7 +17,7 @@
%define lname libfwsi1
%define timestamp 20191221
%define timestamp 20201204
Name: libfwsi
Version: 0~%{timestamp}
Release: 0
@ -108,13 +108,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{lname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%license COPYING
%license COPYING*
%{_libdir}/libfwsi.so.*
%files devel
%defattr(-,root,root)
%doc AUTHORS README ChangeLog
%license COPYING
%license COPYING*
%doc Windows_Shell_Item_format.pdf
%{_includedir}/libfwsi.h
%{_includedir}/libfwsi/
@ -125,13 +125,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n python2-%name
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%license COPYING
%license COPYING*
%python2_sitearch/pyfwsi.so
%files -n python3-%name
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%license COPYING
%license COPYING*
%python3_sitearch/pyfwsi.so
%changelog