New version.
This commit is contained in:
parent
0b22dcc032
commit
0a9f6cb90c
@ -1,2 +1,3 @@
|
|||||||
pykickstart-1.11.tar.gz
|
pykickstart-1.11.tar.gz
|
||||||
pykickstart-1.12.tar.gz
|
pykickstart-1.12.tar.gz
|
||||||
|
pykickstart-1.13.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
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.12
|
Version: 1.13
|
||||||
Release: 1%{?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
|
||||||
@ -38,10 +38,17 @@ rm -rf %{buildroot}
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README ChangeLog COPYING docs/programmers-guide
|
%doc README ChangeLog COPYING docs/programmers-guide
|
||||||
|
%doc docs/kickstart-docs.txt
|
||||||
%{python_sitelib}/pykickstart
|
%{python_sitelib}/pykickstart
|
||||||
%{_bindir}/ksvalidator
|
%{_bindir}/ksvalidator
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2007 Chris Lumens <clumens@redhat.com> 1.13-1
|
||||||
|
- Add a function to convert URL method strings into repo objects
|
||||||
|
(jkeating).
|
||||||
|
- Writer formatting fixes.
|
||||||
|
- Add kickstart documentation from the Fedora Wiki.
|
||||||
|
|
||||||
* Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
|
* Tue Sep 04 2007 Chris Lumens <clumens@redhat.com> 1.12-1
|
||||||
- Fix lots of problems in processing the bootloader, device, network, and
|
- Fix lots of problems in processing the bootloader, device, network, and
|
||||||
raid commands.
|
raid commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user