Compare commits

...

5 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering 44c1420b53 dist-git conversion 2010-07-29 10:04:28 +00:00
Bill Nottingham 2e0d04ff31 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:49:17 +00:00
Christopher Edward Lumens 4d3866e152 New version. 2009-05-18 21:36:07 +00:00
Christopher Edward Lumens 25ae82a777 New version. 2009-04-29 19:09:17 +00:00
Jesse Keating 9263f5b4e4 Initialize branch F-11 for pykickstart 2009-04-15 05:37:18 +00:00
4 changed files with 13 additions and 26 deletions

View File

@ -40,3 +40,5 @@ pykickstart-1.49.tar.gz
pykickstart-1.50.tar.gz
pykickstart-1.51.tar.gz
pykickstart-1.52.tar.gz
pykickstart-1.53.tar.gz
pykickstart-1.54.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: pykickstart
# $Id$
NAME := pykickstart
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -3,8 +3,8 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.52
Release: 2%{?dist}
Version: 1.54
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -45,8 +45,14 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon May 18 2009 Chris Lumens <clumens@redhat.com> - 1.54-1
- Make sure the F11 handler gets used for "partition" and "part" (#501020).
* Wed Apr 29 2009 Chris Lumens <clumens@redhat.com> - 1.53-1
- Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens)
- Use the F11 version of the partition command. (clumens)
- Remove the --start and --end options since anaconda no longer uses them. (clumens)
- Remove a broken test case. (clumens)
* Wed Feb 18 2009 Chris Lumens <clumens@redhat.com> - 1.52-1
- Add lots more test cases (alindebe, mgracik, stickster).

View File

@ -1 +1 @@
7e576f0c98c77f18a229d51c3ec48bc4 pykickstart-1.52.tar.gz
64ca3dd9e9c79afb4ec9c74c666a7c4e pykickstart-1.54.tar.gz