forked from google/xsecurelock
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec87000
commit 6bc64f0
Showing
2 changed files
with
7 additions
and
3 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,4 +1,4 @@ | ||
xsecurelock-nsls2 (1.7.16) UNRELEASED; urgency=medium | ||
xsecurelock-nsls2 (1.7.17) UNRELEASED; urgency=medium | ||
|
||
[ Rudolf Polzer ] | ||
* Fix memory leak in authproto. | ||
|
@@ -382,5 +382,8 @@ xsecurelock-nsls2 (1.7.16) UNRELEASED; urgency=medium | |
* Added new build options for noblank | ||
* Added noblank | ||
* [BUG] Fixed macro name | ||
* Version v1.7.16-nsls2 | ||
* Moved start script to bindir | ||
* Corrected runpath | ||
|
||
-- Stuart B. Wilkins <[email protected]> Sun, 21 Feb 2021 19:27:41 -0500 | ||
-- Stuart B. Wilkins <[email protected]> Mon, 22 Feb 2021 12:49:10 -0500 |
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 |
---|---|---|
|
@@ -88,7 +88,8 @@ make install DESTDIR=$RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Sun Feb 21 2021 Stuart B. Wilkins <[email protected]> - 1.7.16 | ||
* Sun Feb 21 2021 Stuart B. Wilkins <[email protected]> - 1.7.17 | ||
- Moved start script into bin directory | ||
- Added noblank file option | ||
- Fixed dependencies | ||
- Fixed clobbering of user files | ||
|