Skip to content

Commit cac7d67

Browse files
xfgustamptre
authored andcommitted
Add official Fedora Linux package
Closes #314
1 parent c604281 commit cac7d67

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,14 @@ Internal documentation on crafting a release.
8787
* Jenz Guenther <[email protected]> (NetBSD)
8888
* Neel Chauhan <[email protected]> (FreeBSD)
8989
* 6c37 team <[email protected]> (CRUX)
90-
* Benjamin Porter <[email protected]> (Fedora/RHEL/CentOS)
90+
* Benjamin Porter <[email protected]> (unofficially Fedora/RHEL/CentOS)
91+
* Gustavo Costa <[email protected]> (Fedora Linux)
9192

9293
```
9394
9495
9596
96-
97+
9798
Subject: pick 0.0.2
9899
```
99100

README.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,17 @@ Package is available from the [official repo][gentoo].
4242
emerge pick
4343
```
4444

45-
### Fedora/RHEL/CentOS
45+
### Fedora Linux
4646

47-
The RPM builds are not yet in the official repositories.
48-
But you can use the
49-
[COPR repo](https://copr.fedorainfracloud.org/coprs/freedomben/pick/)
50-
for all currently supported distro versions, see
51-
[Active Releases](https://copr.fedorainfracloud.org/coprs/freedomben/pick/):
47+
Package is available from the [official repo][fedora].
5248

5349
```sh
54-
sudo dnf install -y dnf-plugins-core && \
55-
sudo dnf copr enable -y freedomben/pick && \
56-
sudo dnf install -y pick
50+
dnf install pick
5751
```
5852

59-
Alternatively, on Fedora 33 on x86_64 the RPM can be installed directly:
53+
### RHEL/CentOS
6054

61-
```sh
62-
wget https://github.com/FreedomBen/pick-rpm/releases/download/v4.0.0/pick-4.0.0-1.fc33.x86_64.rpm
63-
sudo dnf install pick-4.0.0-1.fc33.x86_64.rpm
64-
```
65-
66-
If you are running RHEL, CentOS, Fedora 31/32, or if you are on ARM/aarch64
55+
If you are running RHEL, CentOS, Fedora 31-33, or if you are on ARM/aarch64
6756
architecture, you can find appropriate RPMs on the
6857
[RPM project releases page](https://github.com/FreedomBen/pick-rpm/releases).
6958

@@ -135,3 +124,4 @@ Copyright (c) 2019 Calle Erlandsson, Anton Lindqvist & thoughtbot.
135124
[release]: https://github.com/mptre/pick/releases/
136125
[ubuntu]: https://packages.ubuntu.com/xenial/pick
137126
[void]: https://github.com/void-linux/void-packages/blob/master/srcpkgs/pick/template
127+
[fedora]: https://src.fedoraproject.org/rpms/pick

0 commit comments

Comments
 (0)