~martijnbraam/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH numberstation 0/1] Fix appstream data validation

Details
Message ID
<167535253399.18032.14909706557758476766-0@git.sr.ht>
DKIM signature
missing
Download raw message
Appstream data validation fails with "appstream-util validate-relax
--nonet" as there is two <release>'s with same version. This patch
removes the duplicate entry thus making the validation to pass.

Tomi Lähteenmäki (1):
  Remove duplicate version from appstream data

 data/org.postmarketos.Numberstation.appdata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

-- 
2.34.5

[PATCH numberstation 1/1] Remove duplicate version from appstream data

Details
Message ID
<167535253399.18032.14909706557758476766-1@git.sr.ht>
In-Reply-To
<167535253399.18032.14909706557758476766-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Patch: +1 -9
From: Tomi Lähteenmäki <lihis@lihis.net>

---
 data/org.postmarketos.Numberstation.appdata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/data/org.postmarketos.Numberstation.appdata.xml b/data/org.postmarketos.Numberstation.appdata.xml
index 2cbc135..c408cf1 100644
--- a/data/org.postmarketos.Numberstation.appdata.xml
+++ b/data/org.postmarketos.Numberstation.appdata.xml
@@ -79,6 +79,7 @@
                <p>
                    Numberstation 0.4.0

                    * Implement form for adding keys
                    * Add a form in the UI to manually adding keys that are not in otpurl format
                </p>
            </description>
@@ -92,15 +93,6 @@
                </p>
            </description>
        </release>
        <release version="0.3.0" date="2021-03-27">
            <description>
                <p>
                    Numberstation 0.4.0

                    * Implement form for adding keys
                </p>
            </description>
        </release>

        <release version="0.2.0" date="2021-03-23">
            <description>
-- 
2.34.5
Details
Message ID
<78859500-8cc8-29fa-4575-6ab58498ed2e@brixit.nl>
In-Reply-To
<167535253399.18032.14909706557758476766-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Thanks, applied :)

On 2/2/23 16:42, ~lihis wrote:
> Appstream data validation fails with "appstream-util validate-relax
> --nonet" as there is two <release>'s with same version. This patch
> removes the duplicate entry thus making the validation to pass.
>
> Tomi Lähteenmäki (1):
>    Remove duplicate version from appstream data
>
>   data/org.postmarketos.Numberstation.appdata.xml | 10 +---------
>   1 file changed, 1 insertion(+), 9 deletions(-)
>
Reply to thread Export thread (mbox)