Name:phpVersion:5.3.28Release:1%{?dist}Summary:phpGroup:SystemEnvironment/DaemonsLicense:GPLURL:http://rolin.com/Source0:http://aa.com/php/%{name}-%{version}.tar.gzSource1:php.iniSource2:php-fpm.confBuildRoot:%(mktemp-ud%{_tmppath}/%{name}-%{version}-%{rele..
分类:
Web程序 时间:
2015-04-28 00:10:44
阅读次数:
421
Name:mysqlVersion:5.5.25Release:1%{?dist}License:GPLGroup:applications/databaseURL:http://www.percona.com/redir/downloads/Percona-Server-5.6/LATEST/source/tarball/percona-server-5.6.19-67.0.tar.gzBuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-rootBuild..
分类:
数据库 时间:
2015-04-28 00:09:06
阅读次数:
198
Name:nginxVersion:1.7.3Release:12%{?dist}Summary:Afree,open-source,high-performanceHTTPserverGroup:SystemEnvironment/DaemonsLicense:BSDURL:http://rolin.com/Source0:http://aa.com/nginx/%{name}-%{version}.tar.gzSource1:nginx.sysinitSource2:fastcgi_paramsSourc..
分类:
其他好文 时间:
2015-04-28 00:08:48
阅读次数:
284
随着Linux服务器越来越多了,底层系统内核想要保持版本统一就需要定制专门的二进制安装包来便捷的升级和管理。 RedHat系那当然就是使用rpmbuild来做定制化管理了。今天我们分俩个部分(root和普通用户)来讲解如何制作内核的二进制rpm包。Building主机系统环境约定:OS : Cent...
分类:
其他好文 时间:
2015-03-19 17:49:56
阅读次数:
158
修改了salt源代码后,想要快速编译出rpm包来,可以基于salt的src.rpm包来。前期准备salt-2014.7.1-1.el7.src.rpm#salt的源码包和spec文件
rpm-build.rpm#编译rpm的工具修改代码rpm-ivhsalt-2014.7.1-1.el7.src.rpm#会在当前目录下生成rpmbuild目录
llrpmbuild/
total2
drwxr-xr..
分类:
其他好文 时间:
2015-03-18 18:30:52
阅读次数:
146
查看无线网卡型号lspci|grepNetwork#为BCM43142网卡安装需要的工具/包yumgroupinstall‘DevelopmentTools‘yuminstallkernel-abi-whitelistsyuminstallkernel-devel-$(uname-r)以普通用户运行下面命令mkdir-p~/rpmbuild/{BUILD,RPMS,SPECS,SOURCES,SRPMS}echo-e"%_topdir$(echo$H..
分类:
其他好文 时间:
2015-02-09 18:39:08
阅读次数:
198
今天yum安装salt发现缺少python26-distribute,添加了4个yum源还是没有这个包,真的奇怪……到rpmfind网找到了rpm包又下载不了。。蛋碎一地埃没辙了,只找到了python26-distribute的src.rpm一种rpm形式的源码包。这种包怎么用呢?其实很简单!rpm-ivhxxxxxxxxxxxxxx.src.rpm后..
分类:
其他好文 时间:
2015-01-29 19:42:06
阅读次数:
168
为什么要使用rpm来管理软件包?相比使用shell脚本,从源码编译安装的方式,排除规模引出的效率因素不讲,脚本的可维护性比起rpm要糟糕一些,当然使用rpm就需要深入了解rpmbuild以及spec文档,似乎也并不简单。但从长远来看,rpm、yum源的可维护性,要比“脚本”可靠一些。在本..
分类:
其他好文 时间:
2015-01-12 19:31:56
阅读次数:
1218
错误信息:[plain]viewplaincopyprint?在CODE上查看代码片派生到我的代码片/root/rpmbuild/BUILD/php-5.4.36/ext/gd/gd_ctx.c:Infunction‘_php_p_w_picpath_stream_putc‘:/root/rpmbuild/BUILD/php-5.4.36/ext/gd/gd_ctx.c:51:error:‘structgdIOCtx‘hasnomembernamed‘data‘/roo..
分类:
Web程序 时间:
2015-01-06 18:13:16
阅读次数:
293
本文包括了如何自动化部署MySQL5.6 的步骤,包括使用rpmbuild定制化生成rpm包,自动化安装脚本。...
分类:
数据库 时间:
2014-12-01 06:37:13
阅读次数:
320