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:
Dominique Leuenberger 2020-12-31 08:59:59 +00:00 committed by Git OBS Bridge
commit ea24bca8af
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02f5ab2247cfc30f2b344c5472fe1ce006d470fa7e46a9f2fb7342f77f0dc396
size 1672618

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3460f877d980e9de3dff45e72feda1819730e0b8189d94836676dd8327715e0b
size 1678494

View File

@ -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> Sat Dec 26 16:48:04 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -19,7 +19,7 @@
%bcond_without python2 %bcond_without python2
Name: libregf Name: libregf
%define lname libregf1 %define lname libregf1
%define timestamp 20200805 %define timestamp 20201007
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library to access Windows REGF-type Registry files Summary: Library to access Windows REGF-type Registry files
@ -28,7 +28,7 @@ Group: Productivity/File utilities
URL: https://github.com/libyal/libregf/wiki URL: https://github.com/libyal/libregf/wiki
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: Windows_NT_Registry_File_REGF_format.pdf Source2: Windows_NT_Registry_File_REGF_format.pdf
BuildRequires: pkg-config #BuildRequires: pkg-config
%if %{with python2} %if %{with python2}
BuildRequires: python-devel BuildRequires: python-devel
%endif %endif
@ -143,7 +143,7 @@ find %{buildroot} -name '*.la' -delete
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog %doc AUTHORS ChangeLog
%license COPYING %license COPYING*
%{_libdir}/libregf.so.* %{_libdir}/libregf.so.*
%files tools %files tools
@ -164,14 +164,14 @@ find %{buildroot} -name '*.la' -delete
%files -n python2-%{name} %files -n python2-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README %doc AUTHORS README
%license COPYING %license COPYING*
%{python2_sitearch}/pyregf.so %{python2_sitearch}/pyregf.so
%endif %endif
%files -n python3-%{name} %files -n python3-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README %doc AUTHORS README
%license COPYING %license COPYING*
%{python3_sitearch}/pyregf.so %{python3_sitearch}/pyregf.so
%changelog %changelog