SHA256
1
0
forked from pool/rpmlint

Accepting request 224997 from devel:openSUSE:Factory:rpmlint

- add minimal check to verify appdata.xml files are parsable XML

OBS-URL: https://build.opensuse.org/request/show/224997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=212
This commit is contained in:
Stephan Kulow 2014-03-17 08:12:44 +00:00 committed by Git OBS Bridge
commit f7b223600e
3 changed files with 8 additions and 2 deletions

1
config
View File

@ -40,6 +40,7 @@ addCheck("CheckBuildDate")
addCheck("CheckLogrotate")
addCheck("CheckPAMModules")
addCheck("CheckRCLinks")
addCheck("CheckAppdata")
# stuff autobuild takes care about
addFilter(".*invalid-version.*")

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba2557daa77b44680c7c0039ed744466d7d4aacb2fe9f245a94578cda5fe28ec
size 31444
oid sha256:27eb9d07e1cacc169a58251d6a0fe83f5c714480f7c343eb955d5c81ebfd5c06
size 31640

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 5 14:06:46 UTC 2014 - lnussel@suse.de
- add minimal check to verify appdata.xml files are parsable XML
-------------------------------------------------------------------
Thu Feb 27 15:45:18 UTC 2014 - aplanas@suse.com