부제: 배포 전에 패키지의 흔한 실수를 잡는다rpmlint hello.spec # spec 문법·관행 검사rpmlint hello-2.12-1.el9.x86_64.rpm # 완성된 rpm 검사rpmlint ~/rpmbuild/RPMS/ # 디렉토리 통째로$ rpmlint bad.specbad.spec: W: no-%prep-sectionbad.spec: W: no-%build-sectionbad.spec: W: no-%install-section0 packages and 1 specfiles checked; 0 errors, 3 warnings.rpmlint는 spec과 rpm을 정적 분석해 패키징 관행 위반을 짚어준다...