-
Notifications
You must be signed in to change notification settings - Fork 57
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: Damien Le Moal <[email protected]>
- Loading branch information
1 parent
53a90d8
commit 38c4b46
Showing
2 changed files
with
4 additions
and
8 deletions.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Copyright (c) 2009-2014, HGST, Inc. All rights reserved. | ||
# Copyright (c) 2020 Western Digital Corporation or its affiliates. | ||
|
||
AC_INIT([libzbc], [5.11.1], | ||
AC_INIT([libzbc], [5.12.0], | ||
[[email protected], [email protected]], | ||
[libzbc], [https://github.com/westerndigitalcorporation/libzbc]) | ||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# Copyright (c) 2020 Western Digital Corporation or its affiliates. | ||
Name: libzbc | ||
Version: 5.11.1 | ||
Version: 5.12.0 | ||
Release: 1%{?dist} | ||
Summary: A library to control SCSI/ZBC and ATA/ZAC zoned devices | ||
|
||
|
@@ -71,9 +71,5 @@ find $RPM_BUILD_ROOT -name '*.la' -delete | |
%doc README.md | ||
|
||
%changelog | ||
* Wed Jul 28 2021 Damien Le Moal <[email protected]> 5.11.1-1 | ||
- Version 5.11.1 initial package | ||
* Wed Jun 2 2021 Damien Le Moal <[email protected]> 5.10.0-1 | ||
- Move static library to its own rpm | ||
* Sat May 22 2021 Damien Le Moal <[email protected]> 5.10.0-1 | ||
- Version 5.10.0 initial package | ||
* Wed Aug 17 2021 Damien Le Moal <[email protected]> 5.12.0-1 | ||
- Version 5.12.0 package |