Accepting request 246771 from devel:libraries:c_c++
Fix issues found in testing OBS-URL: https://build.opensuse.org/request/show/246771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=9
This commit is contained in:
parent
8177b195d9
commit
68147b241f
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 21:55:22 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- testing failed, passes if these 2 internal packages are used
|
||||
* libfguid
|
||||
* libfdatetime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 16:37:59 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- add these 2 lines to python sub-project to ensure proper syncronization between versions
|
||||
* Requires: %lname = %version
|
||||
* Provides: pyevtx = %version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 15:40:21 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -38,10 +38,11 @@ BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20130609
|
||||
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20130317
|
||||
BuildRequires: pkgconfig(libfguid) >= 20130317
|
||||
BuildRequires: pkgconfig(libregf) >= 20140803
|
||||
BuildRequires: pkgconfig(libuna) >= 20130609
|
||||
#testing fails if the factory package is used, use the internal version
|
||||
#BuildRequires: pkgconfig(libfdatetime) > 20140103
|
||||
#BuildRequires: pkgconfig(libfguid) > 20140105
|
||||
#build fails if the factory package is used, use the internal version
|
||||
#verified 08/13/2014
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||
@ -95,7 +96,9 @@ applications that want to make use of %name.
|
||||
Summary: Python bindings for libevtx
|
||||
License: LGPL-3.0+
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %lname = %version
|
||||
Requires: python
|
||||
Provides: pyevtx = %version
|
||||
|
||||
%description -n python-%name
|
||||
Python bindings for libevtx, which can read Windows XML Event files.
|
||||
|
Loading…
Reference in New Issue
Block a user