Skip to content

Commit

Permalink
update spec file for epel 8 (#42)
Browse files Browse the repository at this point in the history
* update spec file for epel 8

* get ready for patch release
  • Loading branch information
joe94 authored Mar 25, 2020
1 parent b45ccc5 commit 96545c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.4.3]
- fix rpm spec file for epel 8 [#42](https://github.com/xmidt-org/themis/pull/42)

## [v0.4.2]
- fix rpm spec file, fix changelog formatting [#41](https://github.com/xmidt-org/themis/pull/41)

Expand Down Expand Up @@ -69,7 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Converted to a go module: github.com/xmidt-org/themis


[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.3...HEAD
[v0.4.3]: https://github.com/xmidt-org/themis/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/xmidt-org/themis/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/xmidt-org/themis/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/xmidt-org/themis/compare/v0.3.2...v0.4.0
Expand Down
1 change: 1 addition & 0 deletions deploy/packaging/themis.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%define AutoReqProv: no
%define __os_install_post %{nil}
%define debug_package %{nil}

Name: themis
Version: {{{ git_tag_version }}}
Expand Down

0 comments on commit 96545c8

Please sign in to comment.