-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eberhard S. Amann <[email protected]> Signed-off-by: Frank Haverkamp <[email protected]>
- Loading branch information
1 parent
c01eeaf
commit 588a1fa
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,8 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip | |
%{_mandir}/man1/genwqe_csv2vpd.1.gz | ||
%{_mandir}/man1/genwqe_vpdconv.1.gz | ||
%{_mandir}/man1/genwqe_vpdupdate.1.gz | ||
%{_mandir}/man1/genwqe_mt_perf.1.gz | ||
%{_mandir}/man1/genwqe_test_gz.1.gz | ||
|
||
%files devel | ||
%defattr(-,root,root,-) | ||
|
@@ -159,7 +161,10 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip | |
* Mon Jan 08 2018 Eberhard Amann <[email protected]> - 4.0.19 | ||
- Fix compressBound | ||
- Add Debug tools | ||
- Fix genwqe_cksum tool | ||
- Fix genwqe_cksum tool | ||
- Fix missing manpages in spec file | ||
- Fix new compiler warnings | ||
- Improve Z_STREAM_END detection circumvention | ||
* Wed Nov 29 2017 Frank Haverkamp <[email protected]> - 4.0.18 | ||
- Many fixes. (see git log) | ||
* Thu Jan 05 2017 Frank Haverkamp <[email protected]> - 4.0.17 | ||
|