
ども。 久しぶりのNagiosネタです!
今回は調子に乗って、build環境に [docker + mock]を使ってみました!
もくじ
環境
buildの環境です。項目 | 値 |
---|---|
docker host | CoreOS |
docker image | centos:latest (CentOS7) |
docker image | auchida/mock-rpmbuilder |
SRPM | EPEL-7 |
Dockerホストで共有フォルダを作成
1 2 | mkdir /tmp/rpmbuild chmod a+w /tmp/rpmbuild # ← あとで必要なので、誰でも書きこみ可能とする |
Docker Image (centos:latest) をダウンロード
1 | docker pull centos:latest |
Docker (centos:latest) で、 SRPMを取得、再構築
Docker (centos:latest) の起動
1 | docker run - v /tmp/rpmbuild : /root/rpmbuild -i -t centos:latest /bin/bash |
RPMBuild 用のパッケージをインストール
1 | yum install gcc make gettext rpm-build epel-release -y |
Nagios SRPMの取得(EPEL)
1 | yumdownloader -- source nagios |
Nagios SRPMの展開
1 | rpm -ivh nagios-4.2.4-2.el7.src.rpm |
patchファイルのダウンロード
ももーいさんのパッチを利用させていただきました!1 | curl -L -o rpmbuild /SOURCES/nagios-jp-4 .2.4.patch.gz http: //ftp .momo-i.org /pub/security/nagios/patches/nagios-jp-4 .2.4.patch.gz |
SPECファイルの編集
Patchを提示しておきます。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- rpmbuild/SPECS/nagios.spec 2017-02-07 23:35:04.000000000 +0000 | |
+++ rpmbuild/SPECS/nagios-jp.spec 2017-02-27 09:55:18.760616450 +0000 | |
@@ -2,7 +2,7 @@ | |
Name: nagios | |
Version: 4.2.4 | |
-Release: 2%{?dist} | |
+Release: 2%{?dist}.jp | |
Summary: Host/service/network monitoring program | |
Summary(de): Nagios ücht Dienste und Rechner und meldet Ihnen Ausfäe | |
@@ -34,6 +34,8 @@ | |
Patch7: nagios-0007-Apache-2.4-configuration-fix-for-Fedora-18.patch | |
Patch8: nagios-0008-Add-cfg_dir-etc-nagios-conf.d-to-the-main-nagios-con.patch | |
Patch9: nagios-0009-fix-localstatedir-for-linux.patch | |
+Patch1000: http://ftp.momo-i.org/pub/security/nagios/patches/nagios-jp-%{version}.patch.gz | |
+ | |
BuildRequires: gd-devel > 1.8, mailx, libjpeg-devel, libpng-devel | |
BuildRequires: perl-generators | |
@@ -139,6 +141,7 @@ | |
%patch4 -p1 -b .fix_path_to_cgi | |
%patch5 -p1 -b .fix_path_to_passwd | |
%patch6 -p1 -b .more_images | |
+%patch1000 -p1 | |
%patch8 -p1 -b .conf_d | |
%patch9 -p1 -b .fix_localstatedir | |
@@ -324,6 +327,9 @@ | |
%changelog | |
+* Mon Feb 27 2017 snicker_jp - 4.2.4-2.jp | |
+- Japanese Patch | |
+ | |
* Tue Feb 07 2017 Stephen Smoogen <smooge@fedoraproject.org> - 4.2.4-2 | |
- Pulled in version from COPR | |
- Remove lines which fedpkg lint did not like |
日本語JP SRPM を作成
1 | rpmbuild -bs rpmbuild /SPECS/nagios-jp .spec |
ここで、いったん centos:latest
の、出番は終了
Docker Image (auchida/mock-rpmbuilder) をダウンロード
1 | docker pull auchida /mock-rpmbuilder |
日本語JP SRPM をBuild
1 | docker run -e MOCK_CONFIG=epel-7-x86_64 -e MOCK_TARGET=SRPMS - v /tmp/rpmbuild : /rpmbuild --privileged= true -i auchida /mock-rpmbuilder |
build中・・・
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | INFO: mock.py version 1.2.18 starting (python version = 3.5.1)... Start: init plugins INFO: selinux disabled Finish: init plugins Start: run INFO: Start( /rpmbuild/SRPMS/nagios-4 .2.4-2.el7.centos.jp.src.rpm) Config(epel-7-x86_64) Start: clean chroot Finish: clean chroot Start: chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled yum cache Start: cleaning yum metadata Finish: cleaning yum metadata Mock Version: 1.2.18 INFO: Mock Version: 1.2.18 Start: yum install Finish: yum install Start: creating cache Finish: creating cache Finish: chroot init INFO: Installed packages: Start: build phase for nagios-4.2.4-2.el7.centos.jp.src.rpm Start: build setup for nagios-4.2.4-2.el7.centos.jp.src.rpm Finish: build setup for nagios-4.2.4-2.el7.centos.jp.src.rpm Start: rpmbuild nagios-4.2.4-2.el7.centos.jp.src.rpm Finish: rpmbuild nagios-4.2.4-2.el7.centos.jp.src.rpm Finish: build phase for nagios-4.2.4-2.el7.centos.jp.src.rpm INFO: Done( /rpmbuild/SRPMS/nagios-4 .2.4-2.el7.centos.jp.src.rpm) Config(epel-7-x86_64) 2 minutes 6 seconds INFO: Results and /or logs in : /rpmbuild/output INFO: Cleaning up build root ( 'cleanup_on_success=True' ) Start: clean chroot Finish: clean chroot Finish: run |
出来上がり
出力Dir構造1 2 3 4 5 6 7 8 9 | /tmp/rpmbuild/output/ |-- build.log |-- nagios-4.2.4-2.el7.centos.jp.src.rpm |-- nagios-4.2.4-2.el7.centos.jp.x86_64.rpm |-- nagios-common-4.2.4-2.el7.centos.jp.x86_64.rpm |-- nagios-debuginfo-4.2.4-2.el7.centos.jp.x86_64.rpm |-- nagios-devel-4.2.4-2.el7.centos.jp.x86_64.rpm |-- root.log `-- state.log |
まとめ
さらっとやっているように書きましたが、- Docker
- mock
ここで、情報まとめておけば何とかなるかなー?って。
現場からは以上でーす!