Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2464c0308 | ||
|
|
2c468c7661 |
1 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
Name: s390utils
|
||||
Summary: Utilities and daemons for IBM z Systems
|
||||
Version: 2.35.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 2
|
||||
# MIT covers nearly all the files, except init files
|
||||
License: MIT AND LGPL-2.1-or-later
|
||||
|
|
@ -104,7 +104,7 @@ BuildRequires: crate(serde_test)
|
|||
BuildRequires: crate(serde_yaml)
|
||||
BuildRequires: crate(strsim)
|
||||
BuildRequires: crate(terminal_size)
|
||||
BuildRequires: crate(thiserror)
|
||||
BuildRequires: crate(thiserror) < 2
|
||||
BuildRequires: crate(zerocopy)
|
||||
BuildRequires: rust-packaging
|
||||
%endif
|
||||
|
|
@ -1065,6 +1065,9 @@ User-space development files for the s390/s390x architecture.
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Fabio Valentini <decathorpe@gmail.com> - 2:2.35.0-2
|
||||
- Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004)
|
||||
|
||||
* Thu Oct 03 2024 Dan Horák <dan[at]danny.cz> - 2:2.35.0-1
|
||||
- rebased to 2.35.0 (rhbz#2316232)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue