import CS libzdnn-1.0.1-1.el9

This commit is contained in:
eabdullin 2023-10-09 11:16:55 +00:00
parent 7c5fadcfac
commit 898c0f1558
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzdnn-0.4.0.tar.gz
SOURCES/libzdnn-1.0.1.tar.gz

View File

@ -1 +1 @@
178c26a9c4df7520d654c13c69fe49ebd2632aad SOURCES/libzdnn-0.4.0.tar.gz
d31a6ffe6ae619c8763bd86198a2b18d0be06ffc SOURCES/libzdnn-1.0.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: libzdnn
Version: 0.4.0
Release: 2%{?dist}
Version: 1.0.1
Release: 1%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: ASL 2.0
@ -76,7 +76,11 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
%{_libdir}/libzdnn.a
%changelog
* Tue Jan 24 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
* Thu May 11 2023 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
- Update to 1.0.1
- Resolves: RHBZ#2160081
* Tue Jan 24 2023 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
- Release bump
- Resolves: RHBZ#2093292