Add 'rolling' as possible value for the 'release-status' tag: this way, it will be possible to mark rolling distributions as such, making users able to deal with these distributions differently if needed. Signed-off-by: Pino Toscano <ptoscano@xxxxxxxxxx> --- data/schema/osinfo.rng.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in index 6fc03a1..d778239 100644 --- a/data/schema/osinfo.rng.in +++ b/data/schema/osinfo.rng.in @@ -884,7 +884,7 @@ <define name='release-status'> <element name='release-status'> <data type="string"> - <param name="pattern">snapshot|prerelease|released</param> + <param name="pattern">snapshot|prerelease|released|rolling</param> </data> </element> </define> -- 2.20.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo