Skip to content

Commit

Permalink
Regenerate Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed May 15, 2020
1 parent deeba81 commit 216031d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
**Data types**

* [`Yum::RpmArch`](#yumrpmarch): Valid rpm architectures.
* [`Yum::RpmEpoch`](#yumrpmepoch): Valid epoch of rpm.
* [`Yum::RpmName`](#yumrpmname): Valid rpm name.
* [`Yum::RpmRelease`](#yumrpmrelease): Valid rpm release fields.
* [`Yum::RpmVersion`](#yumrpmversion): Valid rpm version fields.
Expand Down Expand Up @@ -628,7 +627,7 @@ Default value: `undef`

##### `epoch`

Data type: `Variant[Yum::RpmEpoch, Enum['*']]`
Data type: `Integer[0]`

Epoch of the package if CentOS 8 mechanism is used.

Expand Down Expand Up @@ -717,13 +716,6 @@ https://github.com/rpm-software-management/rpm/blob/master/rpmrc.in

Alias of `Enum['noarch', 'x86_64', 'i386', 'arm', 'ppc64', 'ppc64le', 'sparc64', 'ia64', 'alpha', 'ip', 'm68k', 'mips', 'mipsel', 'mk68k', 'mint', 'ppc', 'rs6000', 's390', 's390x', 'sh', 'sparc', 'xtensa']`

### Yum::RpmEpoch

It is always an integer greater than 0.
Output of `rpm -q --queryformat '%{epoch}\n' package`

Alias of `Integer[0]`

### Yum::RpmName

Can be alphanumeric or contain `.` `_` `+` `%` `{` `}` `-`.
Expand Down

0 comments on commit 216031d

Please sign in to comment.