Release bump for typo

This commit is contained in:
Jakub Čajka 2024-06-28 16:44:11 +02:00
parent 35096580ef
commit d78c316e5d
No known key found for this signature in database
GPG Key ID: 48DAAF91F61E4F5D
2 changed files with 7 additions and 3 deletions

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier1.functional}

View File

@ -1,6 +1,6 @@
Name: libzdnn
Version: 1.0.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: Apache-2.0
@ -77,7 +77,11 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
%{_libdir}/libzdnn.a
%changelog
* Fri Jun 28 2024 Jakub Čajka<jcajka@redhat.com> - 1.0.1-6
* Fri Jun 28 2024 Jakub Čajka <jcajka@redhat.com> - 1.0.1-7
- Release bump
- Related: RHEL-33503
* Fri Jun 28 2024 Jakub Čajka <jcajka@redhat.com> - 1.0.1-6
- LDFLAGS correction
- Resolves: RHEL-33503