-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to make it easier to bump the version number, also allow the …
…individual components to have their own version numbers
- Loading branch information
Showing
7 changed files
with
60 additions
and
17 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
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
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 |
---|---|---|
|
@@ -37,6 +37,11 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0644,root,root) %{_mandir}/man8/* | ||
|
||
%changelog | ||
* Thu Sep 28 2006 Paul Moore <[email protected]> X.XX-1 | ||
- This specfile will no longer be updated for individual release numbers, | ||
however, it will be kept up to date so that it could be used to build | ||
a netlabel_tools RPM once the correct version information has been entered | ||
|
||
* Thu Aug 3 2006 Paul Moore <[email protected]> 0.16-1 | ||
- Bumped version number. | ||
|
||
|
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
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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# version_info - version information for the various netlabel tool components | ||
# | ||
|
||
# release | ||
VERSION_RELEASE="X.XX" | ||
|
||
# libnetlabel | ||
VERSION_LIBNETLABEL="X.XX" | ||
|
||
# netlabelctl | ||
VERSION_NETLABELCTL="X.XX" | ||
|
||
# netlabeld | ||
VERSION_NETLABELD="X.XX" |