부제: 릴리스 번호와 changelog를 한 번에 올린다rpmdev-bumpspec hello.spec # Release 1 → 2, changelog 추가rpmdev-bumpspec -c "버그 수정" hello.spec # changelog 메시지 지정rpmdev-bumpspec -n 3.0 hello.spec # 새 Version 지정$ rpmdev-bumpspec -c "Rebuild for updated toolchain" hello.spec$ grep ^Release hello.specRelease: 2%{?dist}$ sed -n '/%changelog/,+3p' hello.spec%changelog* Wed Jul 15 2026 r..