Logging level should be always set (#1543194) (vponcova)
Copy txt files from _build folder on make local call (jkonecny)
This commit is contained in:
parent
1ad6f6d83f
commit
d004e0d2bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -182,3 +182,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.43.tar.gz
|
||||
/pykickstart-2.44.tar.gz
|
||||
/pykickstart-3.10.tar.gz
|
||||
/pykickstart-3.11.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: pykickstart
|
||||
Version: 3.10
|
||||
Version: 3.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -121,6 +121,10 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2018 Chris Lumens <clumens@redhat.com> - 3.11-1
|
||||
- Logging level should be always set (#1543194) (vponcova)
|
||||
- Copy txt files from _build folder on make local call (jkonecny)
|
||||
|
||||
* Thu Jan 25 2018 Chris Lumens <clumens@redhat.com> - 3.10-1
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-3.10.tar.gz) = 25b367c369f891140cbbae2407c36e63576031b9601cc24a48a9d1aa76db43afd5ae21f9415e4022b273a01ae5cffee28c13fae1aafc2dd0cea2bd160db57b33
|
||||
SHA512 (pykickstart-3.11.tar.gz) = 8059ef2ce50ecbb3fa2239f7f7fd603df95b16df288c39de8ca04fe90aa1f0b9baef05dd5d853792aeafc22b1b4f084985233f07df4bbb4c2ae0ace76661c7b2
|
||||
|
Loading…
Reference in New Issue
Block a user