Release bump

Resolves: RHBZ#2093292
This commit is contained in:
Jakub Čajka 2023-01-24 10:05:11 +01:00
parent 2b895f64a1
commit e093e2c4fc
No known key found for this signature in database
GPG Key ID: 48DAAF91F61E4F5D
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: libzdnn
Version: 0.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
License: ASL 2.0
@ -76,6 +76,10 @@ 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
- Release bump
- Resolves: RHBZ#2093292
* Fri Mar 25 2022 Jakub <jcajka@redhat.com> - 0.4.0-1
- Initial package import
- Resolves: RHBZ#2070957