Hi list, I'm trying to package a software named "pacparser" on OBS. After a few suggestions by experienced maintainers, I now get just a few warnings. Unfortunately, I can't understand what the "no-changelogname-tag" means. I tried putting a global "%changelog" tag and putting a "%changelog" tag for each subpackage, but still get this error for the main package and all subpackages, as shown here: RPMLINT report: =============== python-pacparser.x86_64: W: no-changelogname-tag pacparser.x86_64: W: no-changelogname-tag pacparser-devel.x86_64: W: no-changelogname-tag pacparser.src: W: no-changelogname-tag There is no %changelog tag in your spec file. To insert it, just insert a '%changelog' in your spec file and rebuild it. pacparser-devel.x86_64: W: no-version-dependency-on pacparser*/pacparser-libs/libpacparser 1.2.9 4 packages and 0 specfiles checked; 0 errors, 5 warnings. If I look at the changelog file, I have: $ osc vc pacparser.spec ------------------------------------------------------------------- Wed Sep 14 19:39:35 UTC 2011 - javier.conti@gmail.com - ------------------------------------------------------------------- Tue Sep 6 19:34:53 UTC 2011 - javier.conti@gmail.com - Cleaned up SPEC file, created devel subpackage ------------------------------------------------------------------- Mon Aug 29 19:10:30 UTC 2011 - javier.conti@gmail.com - First release I also can't find the specific warning in the rpmlint docs here: http://en.opensuse.org/openSUSE:Packaging_checks Any hints or pointers to documentation would be greatly appreciated. Thanks, Javier -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org