Update to 1.1.1
Resolves: RHEL-50152, RHEL-50153
This commit is contained in:
parent
9116bb416c
commit
167e057031
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libzdnn-0.4.0.tar.gz
|
/libzdnn-0.4.0.tar.gz
|
||||||
/libzdnn-1.0.1.tar.gz
|
/libzdnn-1.0.1.tar.gz
|
||||||
|
/libzdnn-1.1.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libzdnn
|
Name: libzdnn
|
||||||
Version: 1.0.1
|
Version: 1.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
|
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
|
||||||
|
|
||||||
@ -76,6 +76,10 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
|
|||||||
%{_libdir}/libzdnn.a
|
%{_libdir}/libzdnn.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2024 Jakub Čajka <jcajka@redhat.com> - 1.1.1-1
|
||||||
|
- Update to 1.1.1
|
||||||
|
- Resolves: RHEL-50152, RHEL-50153
|
||||||
|
|
||||||
* Thu May 11 2023 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
|
* Thu May 11 2023 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
|
||||||
- Update to 1.0.1
|
- Update to 1.0.1
|
||||||
- Resolves: RHBZ#2160081
|
- Resolves: RHBZ#2160081
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libzdnn-1.0.1.tar.gz) = ac020caf18928ddafdf3a854ea167d29189d2ff5d9b3b60fbcffd30052b50b79dba74b0d2cf33f907f3da9c0daed97d258242b101031655fb2cc792e6303fb56
|
SHA512 (libzdnn-1.1.1.tar.gz) = 0e94cb237dc54edd42b674de24a284a5924a7818312c92d40b2fbad2115c0f132dd2f90faabddcc1c68152d023ed0803f2d722eed793c25ad2672230cc7d5d64
|
||||||
|
8
whatever.fmf
Normal file
8
whatever.fmf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
- name: internal
|
||||||
|
how: fmf
|
||||||
|
ref: master
|
||||||
|
url: git://pkgs.devel.redhat.com/tests/libzdnn
|
||||||
|
execute:
|
||||||
|
how: tmt
|
Loading…
Reference in New Issue
Block a user