- Add support for --disklabel to clearpart (#1078537) (bcl)

- Make print statements Python 3 compatible (mkolman)
This commit is contained in:
Chris Lumens 2014-06-19 13:13:23 -04:00
parent 36dfaf7756
commit cc3c1ffaf9
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
23735ed755e65827f921905921bcdf57 pykickstart-1.99.55.tar.gz 98932d4c6879a6a3269b58d9eca3e7af pykickstart-1.99.56.tar.gz