Accepting request 859527 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/859527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=20
This commit is contained in:
commit
ea24bca8af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02f5ab2247cfc30f2b344c5472fe1ce006d470fa7e46a9f2fb7342f77f0dc396
|
||||
size 1672618
|
3
libregf-alpha-20201007.tar.gz
Normal file
3
libregf-alpha-20201007.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3460f877d980e9de3dff45e72feda1819730e0b8189d94836676dd8327715e0b
|
||||
size 1678494
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 02:06:44 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to 20201007
|
||||
* Changes to handle additional corruption scenarios
|
||||
- Add COPYING* to %license line
|
||||
- remove BuildRequires: pkg-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 16:48:04 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
10
libregf.spec
10
libregf.spec
@ -19,7 +19,7 @@
|
||||
%bcond_without python2
|
||||
Name: libregf
|
||||
%define lname libregf1
|
||||
%define timestamp 20200805
|
||||
%define timestamp 20201007
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to access Windows REGF-type Registry files
|
||||
@ -28,7 +28,7 @@ Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libregf/wiki
|
||||
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
Source2: Windows_NT_Registry_File_REGF_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
%if %{with python2}
|
||||
BuildRequires: python-devel
|
||||
%endif
|
||||
@ -143,7 +143,7 @@ find %{buildroot} -name '*.la' -delete
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_libdir}/libregf.so.*
|
||||
|
||||
%files tools
|
||||
@ -164,14 +164,14 @@ find %{buildroot} -name '*.la' -delete
|
||||
%files -n python2-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{python2_sitearch}/pyregf.so
|
||||
%endif
|
||||
|
||||
%files -n python3-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{python3_sitearch}/pyregf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user