Skip to content

Commit

Permalink
chore: Update packaging status to 3.0.2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfut committed Sep 25, 2022
1 parent d5e945d commit 5301dbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Ganeti RPM Packaging for RHEL/AlmaLinux/CentOS/Rocky Linux/others.

## Packaging status

- RHEL/AlmaLinux/CentOS/Rocky Linux/others 8.x: 3.0.2-1
- RHEL/CentOS/others 7.x: 3.0.2-1
- RHEL/AlmaLinux/CentOS/Rocky Linux/others 9.x: 3.0.2-2
- RHEL/AlmaLinux/CentOS/Rocky Linux/others 8.x: 3.0.2-2
- RHEL/CentOS/others 7.x: 3.0.2-2

## Documentation

Expand Down Expand Up @@ -211,7 +212,7 @@ Sign the specified package(s) only:
e.g.:

```bash
git tag -a v3.0.2-1 -m "v3.0.2-1"
git push origin refs/tags/v3.0.2-1
git tag -a v3.0.2-2 -m "v3.0.2-2"
git push origin refs/tags/v3.0.2-2
```

4 changes: 2 additions & 2 deletions rpmbuild/ganeti/SPECS/ganeti.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

Name: ganeti
Version: 3.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Group: System Environment/Daemons
Summary: Cluster virtual server management software
License: BSD-2-Clause
Expand Down Expand Up @@ -325,7 +325,7 @@ usermod -aG gnt-daemons gnt-rapi
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%changelog
* Sat Sep 24 2022 Jun Futagawa <[email protected]> - 3.0.2-2
* Sun Sep 25 2022 Jun Futagawa <[email protected]> - 3.0.2-2
- Add support for RHEL/AlmaLinux/Rocky Linux 9 (#50)
- Remove BuildRequires: pandoc
- Remove BuildRequires: graphviz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Repository, as well as the public GPG keys used to sign packages.
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-integ-ganeti

%changelog
* Sat Sep 24 2022 Jun Futagawa <[email protected]> - 9-1
* Sun Sep 25 2022 Jun Futagawa <[email protected]> - 9-1
- Initial integ-ganeti-release package for el9.

0 comments on commit 5301dbf

Please sign in to comment.