Accepting request 1037870 from security:forensics
- Update to release 20221124 OBS-URL: https://build.opensuse.org/request/show/1037870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=16
This commit is contained in:
commit
3b21228b71
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc7f969cf991a9e4c24d827d1983da13dbe24a00f62f5944108e36645b139611
|
||||
size 1590877
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmNZ9WYACgkQ2WJeXXrQ
|
||||
F342/AgAi1GQHc8PhaGoOExKMstMLltmqbmMG4dzaoAOEZ2yRHxmwJJ3vr/Gzl2I
|
||||
/J7Meve1S0rznjHuCF3MLF24U0fvZHqAp6YhE+V0rPOGG+QzSnQogFVAld3RMBXD
|
||||
T9ex3IVYPgOyZ2AJdUI3cs6pZdTw0cFFZZvmnJtJnwwXybbbvrmW/Q+jO7Kd58eO
|
||||
k3Z9hnCMF+PomeNR1ShMDpvT5W1ZawytJ42HrxuiudQOavKNkHAg09Op6Vz5llMQ
|
||||
eES5QKrxzY1LZs6GdYSw5CA50QTvbo99HWTZrNpJ1vwJ95kz2W6IwbwLFQKwP3ly
|
||||
bbm910f+ZxpQhnOIqRxL2EISO0rYvA==
|
||||
=eTT7
|
||||
-----END PGP SIGNATURE-----
|
3
libqcow-alpha-20221124.tar.gz
Normal file
3
libqcow-alpha-20221124.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7fe98efa5eb0a4dd284228018356d7f22047d6a9d3fe795c9c05e7d4db9d742
|
||||
size 1590925
|
11
libqcow-alpha-20221124.tar.gz.asc
Normal file
11
libqcow-alpha-20221124.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmN/UxsACgkQ2WJeXXrQ
|
||||
F350zAgAjI1I+FHc2Vj+23DF5dEiyc8zeOLGtR3QurYFCfJ09kDABeHZShTwpICT
|
||||
3sguirTjyLk70t2tUhks/JTK186HO7mtttetRUfUsuImFDJdrstdcJ8vpnSDtk6i
|
||||
pCuakWj707IZ/sUvQDkCRzmTFhvqJamtB0DefbxfKthWDptYUOkarjRBJawfuCu0
|
||||
giIR50QjtJRSoGxNuwuRasQx7eqXF+9tyRNE0yzWDoBbgPPqwyPolbqbcv+2uO4b
|
||||
gN3EvUroZMaETG2e3l18Spg2h8OxthM0pYk9nrx8LVL/vQptBgp5UAXcWHym3A2i
|
||||
ZQt6LHrqH6JBONSC1WOm6mMGrHZ2zw==
|
||||
=06Fy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 11:45:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20221124
|
||||
* A refcounting issue with the Python module was fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 06:46:05 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
34
libqcow.spec
34
libqcow.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libqcow1
|
||||
Name: libqcow
|
||||
Version: 20221026
|
||||
Version: 20221124
|
||||
Release: 0
|
||||
Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format
|
||||
License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
@ -58,12 +58,12 @@ Library and tooling to access the QEMU Copy-On-Write (QCOW) image format.
|
||||
QCOW formats v1 and v2 in compressed or encrypted form are supported.
|
||||
Not supported are backing file-based snapshots and in-image snapshots.
|
||||
|
||||
%package -n %{lname}
|
||||
%package -n %lname
|
||||
Summary: Library to access the QEMU Copy-On-Write (QCOW) image format
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
%description -n %lname
|
||||
Library to access the QEMU Copy-On-Write (QCOW) image format.
|
||||
QCOW formats v1 and v2 in compressed or encrypted form are supported.
|
||||
Not supported are backing file-based snapshots and in-image snapshots.
|
||||
@ -82,7 +82,7 @@ Not supported are backing file-based snapshots and in-image snapshots.
|
||||
Summary: Development files for libqcow
|
||||
License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.
|
||||
@ -111,31 +111,31 @@ echo "V_%version { global: *; };" >v.sym
|
||||
|
||||
%install
|
||||
mv %_builddir/rt/* %buildroot/
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
%{_libdir}/libqcow.so.*
|
||||
%_libdir/libqcow.so.*
|
||||
|
||||
%files -n %name-tools
|
||||
%license COPYING*
|
||||
%{_bindir}/qcow*
|
||||
%{_mandir}/man1/qcow*.1*
|
||||
%_bindir/qcow*
|
||||
%_mandir/man1/qcow*.1*
|
||||
|
||||
%files -n %name-devel
|
||||
%doc QEMU_Copy-On-Write_file_format.pdf
|
||||
%license COPYING*
|
||||
%{_includedir}/libqcow.h
|
||||
%{_includedir}/libqcow/
|
||||
%{_libdir}/libqcow.so
|
||||
%{_libdir}/pkgconfig/libqcow.pc
|
||||
%{_mandir}/man3/libqcow.3*
|
||||
%_includedir/libqcow.h
|
||||
%_includedir/libqcow/
|
||||
%_libdir/libqcow.so
|
||||
%_libdir/pkgconfig/libqcow.pc
|
||||
%_mandir/man3/libqcow.3*
|
||||
|
||||
%files %python_files
|
||||
%license COPYING*
|
||||
%{python_sitearch}/pyqcow.so
|
||||
%python_sitearch/pyqcow.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user