Skip to content

Commit

Permalink
add to README an announce of retiring support of RPMv3 (e.g., centos7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-in-136 authored Jun 22, 2024
1 parent 80768dc commit cfb4384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ using the [`rpm`](https://crates.io/crates/rpm) crate.
![Rust](https://github.com/cat-in-136/cargo-generate-rpm/workflows/Rust/badge.svg)
[![cargo-generate-rpm at crates.io](https://img.shields.io/crates/v/cargo-generate-rpm.svg)](https://crates.io/crates/cargo-generate-rpm)

Legacy systems requiring RPMv3 (e.g. CentOS 7) are no longer supported due to rpm-rs compatibility.
Use versions prior to 0.15 for such a system.

## Install

```sh
Expand Down Expand Up @@ -222,9 +225,6 @@ Similarly, if using a custom build profile with, for example, `--profile custom`
The default payload compress type of the generated RPM file is zstd.
You can specify the payload compress type with `--payload-compress TYPE`: none, gzip, or zstd.

For the legacy system (e.g. centos7), specify legacy compress type explicitly e.g. `--payload-compress none`.


### Scriptlet Flags and Prog Settings

Scriptlet settings can be configured via `*_script_flags` and `*_script_prog` settings.
Expand Down

0 comments on commit cfb4384

Please sign in to comment.