From 8bec770e37ea66d7b24056388c6f722a60ae3351e6923a840920c4759f79b769 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 14 Nov 2021 12:40:28 +0000 Subject: [PATCH] - Switch to curated tarballs OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=22 --- _service | 14 -------------- libolecf-20210512.tar.xz | 3 --- libolecf-alpha-20210512.tar.gz | 3 +++ libolecf-alpha-20210512.tar.gz.asc | 11 +++++++++++ libolecf.changes | 5 +++++ libolecf.spec | 7 ++++--- 6 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 _service delete mode 100644 libolecf-20210512.tar.xz create mode 100644 libolecf-alpha-20210512.tar.gz create mode 100644 libolecf-alpha-20210512.tar.gz.asc diff --git a/_service b/_service deleted file mode 100644 index 797975e..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://github.com/libyal/libolecf - 381cbe88af2b333f1a91176b24491c1e472920dc - - 20210512 - - - *.tar - xz - - - diff --git a/libolecf-20210512.tar.xz b/libolecf-20210512.tar.xz deleted file mode 100644 index 1304f60..0000000 --- a/libolecf-20210512.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7819ba1dd8ce048663a0b090100b7c459dd5d11c10e08f51ed5ed514b306b733 -size 181056 diff --git a/libolecf-alpha-20210512.tar.gz b/libolecf-alpha-20210512.tar.gz new file mode 100644 index 0000000..5653c75 --- /dev/null +++ b/libolecf-alpha-20210512.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cb3adf13cee017acde861ebc45ec83ec85239f20049c2acd0387812f0f275e +size 1641394 diff --git a/libolecf-alpha-20210512.tar.gz.asc b/libolecf-alpha-20210512.tar.gz.asc new file mode 100644 index 0000000..1f761ab --- /dev/null +++ b/libolecf-alpha-20210512.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmCbi8cACgkQ2WJeXXrQ +F372Xwf/bR+m32KkbjtkutxkCZRINIb3lJB+iszG/EFGMSnQC2uj8eVTVEP5OMZy +3St9bvyYGioaGrQFEdVdChZaBmniyNf9OS/+y3uiHGhMdFUL0E1K9wWsYOkpI663 +T7GjeNDqtSLDaEBUzjOBzU2ekggwq679mPVlE+lvgmNG4c9PBB6oBjmisw8LSXXq +4Hj5zYVmVLoCswOGI2/TDtHEOmuJUzXMthrPqu/5qoNQ01idfx7Iyj9lNW4w8LbH +k1lpW5mJ8MCwW1jXa3XBIc8P1KIrCUng58nSxsVbn16242upFGG6k1D3oU1lu3vK +cn5G0UxLNbHz35rWyWhiJZ1fwTD7Cg== +=H28l +-----END PGP SIGNATURE----- diff --git a/libolecf.changes b/libolecf.changes index 65da49b..77d1132 100644 --- a/libolecf.changes +++ b/libolecf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 14 12:38:28 UTC 2021 - Jan Engelhardt + +- Switch to curated tarballs + ------------------------------------------------------------------- Sat Jun 26 10:00:47 UTC 2021 - Jan Engelhardt diff --git a/libolecf.spec b/libolecf.spec index c5e97c5..456ea33 100644 --- a/libolecf.spec +++ b/libolecf.spec @@ -24,8 +24,9 @@ Summary: Library and tools to access the OLE 2 Compound File (OLECF) form License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libolecf -Source: %name-%version.tar.xz -Source2: OLE_Compound_File_format.pdf +Source: https://github.com/libyal/libolecf/releases/download/%version/libolecf-alpha-%version.tar.gz +Source: https://github.com/libyal/libolecf/releases/download/%version/libolecf-alpha-%version.tar.gz.asc +Source3: OLE_Compound_File_format.pdf Patch1: system-libs.patch BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 @@ -91,7 +92,7 @@ Python bindings for libolecf, which can read MS IE cache files. %prep %autosetup -p1 -cp "%SOURCE2" . +cp %_sourcedir/*.pdf . %build if [ ! -e configure ]; then ./autogen.sh; fi