- Add support for --disklabel to clearpart (#1078537) (bcl)
- Make print statements Python 3 compatible (mkolman)
This commit is contained in:
parent
36dfaf7756
commit
cc3c1ffaf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,3 +127,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.53.tar.gz
|
/pykickstart-1.99.53.tar.gz
|
||||||
/pykickstart-1.99.54.tar.gz
|
/pykickstart-1.99.54.tar.gz
|
||||||
/pykickstart-1.99.55.tar.gz
|
/pykickstart-1.99.55.tar.gz
|
||||||
|
/pykickstart-1.99.56.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.55
|
Version: 1.99.56
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -54,8 +54,9 @@ make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.99.55-2
|
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Add support for --disklabel to clearpart (#1078537) (bcl)
|
||||||
|
- Make print statements Python 3 compatible (mkolman)
|
||||||
|
|
||||||
* Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
|
* Fri May 16 2014 Chris Lumens <clumens@redhat.com> - 1.99.55-1
|
||||||
- Do not set any magic default PE size in pykickstart (vpodzime)
|
- Do not set any magic default PE size in pykickstart (vpodzime)
|
||||||
|
Loading…
Reference in New Issue
Block a user