Skip to content

Commit

Permalink
Merge pull request #102 from lachmanfrantisek/prepare-v0.0.4-spec-cha…
Browse files Browse the repository at this point in the history
…ngelog

Add changelog to specfile
  • Loading branch information
dhodovsk authored Apr 25, 2018
2 parents 511fc1e + c24343c commit ad9335a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions colin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,13 @@ rm -rf %{pypi_name}.egg-info
%doc docs

%changelog
* Wed Apr 25 2018 lachmanfrantisek <[email protected]> - 0.0.4-1
- bash completion
- better cli
- better ruleset files and loading
- dockerfile support
- python2 compatibility
- better error handling

* Mon Apr 09 2018 Petr Hracek <[email protected]> - 0.0.3-1
- Initial package.
2 changes: 1 addition & 1 deletion tests/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:27

ENV NAME=colin-labels \
VERSION=0.0.3
VERSION=0.0.4

LABEL name="${NAME}" \
summary="Colin image used for testing Dockerfile labels" \
Expand Down

0 comments on commit ad9335a

Please sign in to comment.