728x90
반응형
아래와 같이 하여 rpm을 생성하고 업데이트 하시면 됩니다.
2. echo "%_topdir /root/rpmbuild/" > /root/.rpmmacros
3. rpm -Uvh http://vault.centos.org/4.9/apt/i386/SRPMS.updates/bash-3.0-27.el4.src.rpm
4. cd /root/rpmbuild/SOURCES/
5. wget http://ftp.gnu.org/pub/gnu/bash/bash-3.0-patches/bash30-017
6. bash30-017 파일 내용 중 3.0.16 을 3.0 으로 수정
7. cd /root/rpmbuild/SPECS/
8. bash.spec 파일 내용을 다음과 같이 수정
Release: 27%{?dist} -> Release: 27.2%{?dist}
Patch17: bash30-017 추가
#%patch16 -p0 -b .016 의 주석 해제
%patch17 -p0 -b .017 추가
9. rpmbuild -ba bash.spec
10. rpm -Fvh /root/rpmbuild/RPMS/i386/bash-3.0-27.2.i386.rpm
반응형
'엔지니어 > Linux' 카테고리의 다른 글
LVS (0) | 2016.05.26 |
---|---|
history 시간 출력 (0) | 2016.05.26 |
Cluster How to CentOS / RedHat 6.2 (0) | 2016.05.26 |
clamav (0) | 2016.05.26 |
VPN pptpd (0) | 2016.05.26 |