Compare commits
2 commits
rawhide
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b71c0a204c | ||
|
|
1b88e978c5 |
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/ursa-major-0.1.1.tar.gz
|
||||
/ursa-major-0.2.0.tar.gz
|
||||
/ursa-major-0.2.1.tar.gz
|
||||
/ursa-major-0.2.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ursa-major-0.2.1.tar.gz) = 27231d31e39d035cdd0573ff45d39c3d1346c5d8e1ac3e4970b5bf147255dfe26f457e2a78414c0a5046e952a14a52a25cd696f8e0895a1ef56c86d1c085911e
|
||||
SHA512 (ursa-major-0.2.2.tar.gz) = 942b62ad3006ee2417f7dfde2ff781e06b0916a07e63e01da7fdd3c37c2994673f3b40dbf43adb0ce60710e7190658ed77770e7cca30d50307e41cd20d477acb
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%endif
|
||||
|
||||
Name: ursa-major
|
||||
Version: 0.2.1
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A utility for working with module's koji tags in koji's tag inheritance.
|
||||
|
||||
|
|
@ -185,6 +185,9 @@ py.test
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 26 2019 Chenxiong Qi <cqi@redhat.com> - 0.2.2-1
|
||||
- For adding tag, allow filtering on buildrequires to find out koji_tags from tag inheritance (Chenxiong Qi)
|
||||
|
||||
* Wed Mar 20 2019 Chenxiong Qi <cqi@redhat.com> - 0.2.1-1
|
||||
- Make setup_method/teardown_method compatible with newer version of pytest (Chenxiong Qi)
|
||||
- Add missing file CHANGELOG.rst to sdist package (Chenxiong Qi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue