20 lines
424 B
Markdown
20 lines
424 B
Markdown
---
|
|
title: RPM安装包制作方法
|
|
date: 2021-09-28T11:06:54+08:00
|
|
lastmod: 2021-09-28T11:06:54+08:00
|
|
draft: false
|
|
description: "制作一个rpm安装包。"
|
|
authors:
|
|
- Kushidou
|
|
tags: []
|
|
categories: []
|
|
toc: true
|
|
comments: true
|
|
---
|
|
|
|
Linux如Centos使用的RPM打包方法。本文仅涉及二进制打包,且采用取巧的方法简化操作。(笔记,而非教程)
|
|
|
|
<!--more-->
|
|
|
|
*正文开始*
|