update to 7.1
This commit is contained in:
parent
cfe6a49345
commit
1b8571cf2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/skiboot-6.8.tar.gz
|
||||
/skiboot-6.8.1.tar.gz
|
||||
/skiboot-7.0.tar.gz
|
||||
/skiboot-7.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global project skiboot
|
||||
|
||||
Name: opal-prd
|
||||
Version: 7.0
|
||||
Release: 7%{?dist}
|
||||
Version: 7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: OPAL Processor Recovery Diagnostics Daemon
|
||||
|
||||
License: Apache-2.0
|
||||
@ -17,7 +17,7 @@ BuildRequires: gcc
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-devel
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
|
||||
@ -114,6 +114,9 @@ install -m 644 -p %{SOURCE3} %{buildroot}%{_mandir}/man1/ffspart.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 19 2023 Than Ngo <than@redhat.com> - 7.1-1
|
||||
- update to 7.1
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skiboot-7.0.tar.gz) = 72198f0d1bb0d09cb74fe4656421a73ec1a604ec6fa0965bd82e56819a2d41a1a6588f8a8cc7eb507d73ef401f8557901a5305c844fbfc9f27534c7b2e2e9db3
|
||||
SHA512 (skiboot-7.1.tar.gz) = 3f7907de0d9a26b5a806b70a1757e9e0ae1a7bff6c086e2b33fdc7745338f87c774e81ee9f10fe5277175ce5842271b2028a52f91a8d1d380126cac1d6e1b48d
|
||||
|
Loading…
Reference in New Issue
Block a user