-
Notifications
You must be signed in to change notification settings - Fork 104
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: Peter Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TOPDIR = $(shell echo $$PWD) | ||
|
||
SUBDIRS := src docs | ||
VERSION := 0.19 | ||
VERSION := 0.20 | ||
|
||
all : $(SUBDIRS) efivar.spec | ||
|
||
|
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 |
---|---|---|
|
@@ -68,7 +68,14 @@ rm -rf $RPM_BUILD_ROOT | |
%{_libdir}/*.so.* | ||
|
||
%changelog | ||
* Thu May 28 2015 Peter Jones <[email protected]> - @@VERSION@@-1 | ||
* Tue Jun 02 2015 Peter Jones <[email protected]> - 0.20-1 | ||
- Update to 0.20 | ||
- Make sure tester is build with the right link order for libraries. | ||
- Adjust linker order for pkg-config | ||
- Work around LocateDevicePath() not grokking PcieRoot() devices properly. | ||
- Rectify some missing changelog entries | ||
|
||
* Thu May 28 2015 Peter Jones <[email protected]> - 0.19-1 | ||
- Update to 0.19 | ||
- add API from efibootmgr so fwupdate and other tools can use it. | ||
|
||
|