Sync spec file back up. (clumens)
Don't use deprecated formatErrorMsg (vponcova) Handle error message formatting in KickstartError (vponcova) Add the KickstartHandler class (vponcova) Remove --fstype=btrfs support from LogVol, Raid and Part (rvykydal) Remove btrfs support (rvykydal) Create RHEL8 commands to pass handler using highest version test. (rvykydal) Add RHEL8 handler (rvykydal) Expect kickstart commands to have the default write priority. (vponcova) Authconfig is replaced with authselect (vponcova)
This commit is contained in:
parent
0ff2e477b6
commit
4025591235
1
.gitignore
vendored
1
.gitignore
vendored
@ -183,3 +183,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.44.tar.gz
|
||||
/pykickstart-3.10.tar.gz
|
||||
/pykickstart-3.11.tar.gz
|
||||
/pykickstart-3.12.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pykickstart
|
||||
Version: 3.11
|
||||
Release: 2%{?dist}
|
||||
Version: 3.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -121,6 +121,18 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Chris Lumens <clumens@redhat.com> - 3.12-1
|
||||
- Sync spec file back up. (clumens)
|
||||
- Don't use deprecated formatErrorMsg (vponcova)
|
||||
- Handle error message formatting in KickstartError (vponcova)
|
||||
- Add the KickstartHandler class (vponcova)
|
||||
- Remove --fstype=btrfs support from LogVol, Raid and Part (rvykydal)
|
||||
- Remove btrfs support (rvykydal)
|
||||
- Create RHEL8 commands to pass handler using highest version test. (rvykydal)
|
||||
- Add RHEL8 handler (rvykydal)
|
||||
- Expect kickstart commands to have the default write priority. (vponcova)
|
||||
- Authconfig is replaced with authselect (vponcova)
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.11-2
|
||||
- Escape macros in %%changelog
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-3.11.tar.gz) = 8059ef2ce50ecbb3fa2239f7f7fd603df95b16df288c39de8ca04fe90aa1f0b9baef05dd5d853792aeafc22b1b4f084985233f07df4bbb4c2ae0ace76661c7b2
|
||||
SHA512 (pykickstart-3.12.tar.gz) = 623e8b3059a204315c34dab8ed972a06a13ce82861db0c27f130f4884edfe2512170ab8c7b5165dbff5a80775364fdb0d4216c6f7735aded31304cdea65139c5
|
||||
|
Loading…
Reference in New Issue
Block a user