New version.
This commit is contained in:
parent
feb133bce7
commit
f1632b53e0
@ -50,3 +50,4 @@ pykickstart-1.60.tar.gz
|
||||
pykickstart-1.61.tar.gz
|
||||
pykickstart-1.62.tar.gz
|
||||
pykickstart-1.63.tar.gz
|
||||
pykickstart-1.64.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: A python library for manipulating kickstart files
|
||||
Name: pykickstart
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
Version: 1.63
|
||||
Version: 1.64
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
@ -23,9 +23,9 @@ files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
make
|
||||
|
||||
%build
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -45,6 +45,10 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/ksverdiff
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2009 Chris Lumens <clumens@redhat.com> - 1.64-1
|
||||
- Update the zfcp command for F12 (#526360).
|
||||
- Move "make" to %build (#524215).
|
||||
|
||||
* Wed Sep 16 2009 Chris Lumens <clumens@redhat.com> - 1.63-1
|
||||
- Add encryption key escrow support (mitr, #508963).
|
||||
- Fix the repo test cases to expect quotes around the repo's name.
|
||||
|
Loading…
Reference in New Issue
Block a user