Accepting request 706932 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/706932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-06-19 19:02:46 +00:00 committed by Git OBS Bridge
commit b81fb0dbb7
4 changed files with 29 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b4a3f97b3091cb8dc4990a03a1c9c42385e37d876eba6e6513b1e9104e9512d
size 1426203

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8956ebd1d30a2277901ff4d7f346695a7af74beb5b392cd38af947a6f55efe15
size 1447604

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 2 19:15:36 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20181227
* Worked on mount tool
* Added a new API call "is_locked"
-------------------------------------------------------------------
Wed Jan 10 23:50:28 UTC 2018 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libqcow
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define lname libqcow1
%define timestamp 20170222
%define timestamp 20181227
Name: libqcow
Version: 0~%{timestamp}
Release: 0
Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later
Group: Productivity/File utilities
Url: https://github.com/libyal/libqcow/wiki
Source: https://github.com/libyal/libqcow/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
@ -73,7 +73,7 @@ Multi-threading support
%package -n %{lname}
Summary: Library to access the QEMU Copy-On-Write (QCOW) image format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
%description -n %{lname}
@ -94,7 +94,7 @@ in-image snapshots
%package tools
Summary: Tools to access the QEMU Copy-On-Write (QCOW) image format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Productivity/File utilities
Requires: %{lname} = %{version}
@ -116,7 +116,7 @@ in-image snapshots
%package devel
Summary: Development files for libqcow
License: LGPL-3.0+ and GFDL-1.1+ and GFDL-1.3+
License: LGPL-3.0-or-later AND GFDL-1.1-or-later AND GFDL-1.3-or-later
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
@ -128,7 +128,7 @@ applications that want to make use of libqcow.
%package -n python2-%{name}
Summary: Python 2 bindings for libqcow
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Languages/Python
Requires: python
BuildRequires: pkgconfig(python2)
@ -141,7 +141,7 @@ Python 2 bindings for libqcow, which can access the QEMU Copy-On-Write (QCOW) im
%package -n python3-%{name}
Summary: Python 3 bindings for libqcow
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Languages/Python
Requires: python3
BuildRequires: pkgconfig(python3)
@ -168,19 +168,22 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{lname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%{_libdir}/libqcow.so.*
%files tools
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%{_bindir}/qcow*
%{_mandir}/man1/qcow*.1*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%doc AUTHORS README ChangeLog
%doc QEMU_Copy-On-Write_file_format.pdf
%license COPYING
%{_includedir}/libqcow.h
%{_includedir}/libqcow/
%{_libdir}/libqcow.so
@ -189,12 +192,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n python2-%{name}
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%doc AUTHORS README ChangeLog
%license COPYING
%{python_sitearch}/pyqcow.so
%files -n python3-%{name}
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%doc AUTHORS README ChangeLog
%license COPYING
%{python3_sitearch}/pyqcow.so
%changelog