diff --git a/.files b/.files index 2546339..5c806ea 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 2f9bbef..40d2fa5 100644 --- a/.rev +++ b/.rev @@ -111,4 +111,12 @@ * Quote ld+json string corret as JS, not HTML 1039016 + + a507ef0014564107ec8c4172fa9a9ed5 + 20221129.a10bb7c + + dimstar_suse + + 1039297 + diff --git a/.servicemark b/.servicemark index 6062376..ebeca7c 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -d6e4cd2cd587cbe863404e1040ac0799 +8b79dba9b75cb5e055b837d3587c80a6 diff --git a/rpm2docserv.changes b/rpm2docserv.changes index 4b4621d..86d67a4 100644 --- a/rpm2docserv.changes +++ b/rpm2docserv.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 1 10:50:58 UTC 2022 - Dominique Leuenberger + +- Add dependency on cpio: rpm2docserv uses cpio to extract RPMs. + +------------------------------------------------------------------- Tue Nov 29 15:19:19 UTC 2022 - kukuk@suse.com - Update to version 20221129.a10bb7c: diff --git a/rpm2docserv.spec b/rpm2docserv.spec index f8c6e87..643d07b 100644 --- a/rpm2docserv.spec +++ b/rpm2docserv.spec @@ -26,6 +26,7 @@ Source: rpm2docserv-%{version}.tar.xz BuildRequires: sysuser-shadow BuildRequires: sysuser-tools BuildRequires: golang(API) >= 1.18 +Requires: cpio # To re-create: # git clone https://github.com/Debian/debiman # cd rpm2docserv; make vendor; cd ..