Bump to rpmlint 1.11 57/271157/1 accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix accepted/tizen_base_tool sandbox/backup/rpmlint_1.11_20231227 sandbox/dh0128.kwak/rpmlint-1.11-20220216 tizen_7.0_base tizen_7.0_base_hotfix tizen_base accepted/tizen/7.0/base/20230714.003116 accepted/tizen/7.0/base/hotfix/20230714.003926 accepted/tizen/7.0/base/tool/20221028.120346 accepted/tizen/7.0/base/tool/hotfix/20221115.084405 accepted/tizen/base/tool/20220222.094015 submit/tizen_7.0_base/20221028.201301 submit/tizen_7.0_base_hotfix/20221115.161701 submit/tizen_base/20220216.072814 submit/tizen_base/20220217.051243 submit/tizen_base/20220217.073233 submit/tizen_base/20220222.045332 tizen_7.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 16 Feb 2022 06:40:32 +0000 (15:40 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 16 Feb 2022 06:41:03 +0000 (15:41 +0900)
commita6336c0547d34c360626c2c6f35a58d9939da04d
tree1dd97ff3d2826a1888446ff7706b65ad138be4d9
parent95b3517edeace0e940b51d8ac5609c8f9326f6f4
Bump to rpmlint 1.11

Change-Id: I95d8720457414c2a2920a854b0add3ef5238c307
56 files changed:
packaging/Config.py [new file with mode: 0644]
packaging/config [new file with mode: 0644]
packaging/licenses.config [new file with mode: 0644]
packaging/pie.config [new file with mode: 0644]
packaging/print-groups.py [new file with mode: 0644]
packaging/rpmgroups.config [new file with mode: 0644]
packaging/rpmlint.changes [new file with mode: 0644]
packaging/rpmlint.manifest [new file with mode: 0644]
packaging/rpmlint.spec [new file with mode: 0644]
packaging/syntax-validator.py [new file with mode: 0644]
rpmlint-checks-master/BashismsCheck.py [new file with mode: 0644]
rpmlint-checks-master/BrandingPolicyCheck.py [new file with mode: 0644]
rpmlint-checks-master/CheckAlternativesGhostFiles.py [new file with mode: 0644]
rpmlint-checks-master/CheckBuildDate.py [new file with mode: 0644]
rpmlint-checks-master/CheckBuildRoot.py [new file with mode: 0644]
rpmlint-checks-master/CheckCommonFiles.py [new file with mode: 0644]
rpmlint-checks-master/CheckDBUSServices.py [new file with mode: 0644]
rpmlint-checks-master/CheckDBusPolicy.py [new file with mode: 0644]
rpmlint-checks-master/CheckExecDocs.py [new file with mode: 0644]
rpmlint-checks-master/CheckFilelist.py [new file with mode: 0644]
rpmlint-checks-master/CheckGNOMEMacros.py [new file with mode: 0644]
rpmlint-checks-master/CheckIconSizes.py [new file with mode: 0644]
rpmlint-checks-master/CheckInitScripts.py [new file with mode: 0644]
rpmlint-checks-master/CheckKDE4Deps.py [new file with mode: 0644]
rpmlint-checks-master/CheckLogrotate.py [new file with mode: 0644]
rpmlint-checks-master/CheckPAMModules.py [new file with mode: 0644]
rpmlint-checks-master/CheckPkgConfig.py [new file with mode: 0644]
rpmlint-checks-master/CheckPolkitPrivs.py [new file with mode: 0644]
rpmlint-checks-master/CheckSUIDPermissions.py [new file with mode: 0644]
rpmlint-checks-master/DuplicatesCheck.py [new file with mode: 0644]
rpmlint-checks-master/KMPPolicyCheck.py [new file with mode: 0644]
rpmlint-checks-master/LibraryPolicyCheck.py [new file with mode: 0644]
rpmlint-checks-master/Makefile [new file with mode: 0644]
rpmlint-checks-master/experimental/CheckStaticLibraries.py [new file with mode: 0644]
rpmlint-checks-master/experimental/CheckUnusedLibs.py [new file with mode: 0644]
rpmlint-checks-master/mkchanges [new file with mode: 0755]
rpmlint-checks-master/obsolete/DesktopTranslationCheck.py [new file with mode: 0644]
rpmlint-checks-master/singlecheck [new file with mode: 0755]
rpmlint-checks-master/tests/CheckFilelists/cvs-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/debug.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/empty.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/fail-cd1.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/fhs.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/game.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/lib.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/lib64.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/opt1-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/opt2-good.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/opt3-kde3-good.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/skelcd-good.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/srv.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/sysconfig-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/usr-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/usr-src-2-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/usr-src-bad.spec [new file with mode: 0644]
rpmlint-checks-master/tests/CheckFilelists/yast2.spec [new file with mode: 0644]