1 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
3 Summary: A python library
for manipulating kickstart files
7 Source0: %{name}-%{version}.tar.gz
9 Group: System Environment
/Libraries
11 BuildRoot: %{_tmppath}/%{name}-root
12 BuildRequires
: python
-devel
13 BuildRequires
: gettext
14 Requires: python
, python
-urlgrabber
17 The pykickstart package is a python library
for manipulating kickstart
27 rm -rf $RPM_BUILD_ROOT
28 make DESTDIR
=$
{RPM_BUILD_ROOT
} install
31 rm -rf $RPM_BUILD_ROOT
35 %doc README ChangeLog COPYING docs
/programmers
-guide
36 %{python_sitelib}/pykickstart
38 /usr
/share
/locale
/*/*/*
41 * Fri Dec
15 2006 Chris Lumens
<clumens@redhat.com
> - 0.43-1
42 - Pull
in new translations
(#216620).
44 * Thu Dec
7 2006 Jeremy Katz
<katzj@redhat.com
> - 0.42-2
45 - rebuild against python
2.5
47 * Tue Dec
05 2006 Chris Lumens
<clumens@redhat.com
> - 0.42-1
48 - Fix traceback when writing out repo
command (#218274).
50 * Fri Dec
01 2006 Chris Lumens
<clumens@redhat.com
> - 0.41-1
51 - Fix traceback when using deprecated commands
(#218047, #218059).
53 * Thu Nov
30 2006 Chris Lumens
<clumens@redhat.com
> - 0.40-1
54 - Pull
in new translations
(#216620).
55 - Add
--level argument to logging
command writer.
57 * Tue Oct
24 2006 Chris Lumens
<clumens@redhat.com
> - 0.39-2
60 * Tue Oct
24 2006 Chris Lumens
<clumens@redhat.com
> - 0.39-1
61 - Add writer
for --key
(#211997).
63 * Tue Oct
17 2006 Jeremy Katz
<katzj@redhat.com
> - 0.38-1
64 - allow
--skip
for installation number as well
(#207029)
66 * Mon Oct
16 2006 Jeremy Katz
<katzj@redhat.com
> - 0.37-1
67 - support
for installation numbers
(#207029)
69 * Fri Oct
13 2006 Bill Nottingham
<notting@redhat.com
> - 0.36-1
70 - use valid charsets
in translations
(#210720)
72 * Fri Sep
29 2006 Chris Lumens
<clumens@redhat.com
> - 0.35-1
73 - Fix traceback
in harddrive
command (#208557).
75 * Mon Sep
25 2006 Chris Lumens
<clumens@redhat.com
> - 0.34-1
76 - Add support
for --biospart option to harddrive
(#207585).
77 - Update writer
for syntax changes.
79 * Wed Sep
20 2006 Jeremy Katz
<katzj@redhat.com
> - 0.33-1
80 - improved iscsi syntax
81 - allow multiple zfcp devs
83 * Thu Jul
20 2006 Chris Lumens
<clumens@redhat.com
> 0.32-1
84 - Limit
--bootproto to what anaconda supports.
85 - Add
--noipv4 and
--noipv6 network options.
87 * Tue Jun
20 2006 Chris Lumens
<clumens@redhat.com
> 0.31-1
88 - Handle nfs
--opts
(katzj
).
89 - RAID devices should be integers instead of strings
(#176537).
90 - Add initial support
for iscsi
(katzj
).
92 * Tue Jun
06 2006 Chris Lumens
<clumens@redhat.com
> 0.30-2
93 - Add BuildRequires to fix building under mock
(#194156, Joost Soeterbroek
94 <fedora AT soeterbroek.com
>).
96 * Thu May
25 2006 Chris Lumens
<clumens@redhat.com
> 0.30-1
97 - Change order of LVM
-related writing functions
(#193073).
99 - Return a more useful error message on unknown commands.
100 - Fix logvol writing typo.
101 - Make ksvalidator validate from a
URL in addition to a file.
102 - Don't write out an empty packages section
(#192851).
104 * Tue May
23 2006 Chris Lumens
<clumens@redhat.com
> 0.29-1
105 - Add multipath
command, handlers
, and data objects
(pjones
).
106 - Rename
--ports to
--port
in writer.
108 * Mon May
15 2006 Chris Lumens
<clumens@redhat.com
> 0.28-1
109 - Support
--mtu
for the network
command (#191328).
110 - Accept
--isUtc
for backwards compatibility.
112 * Wed May
04 2006 Chris Lumens
<clumens@redhat.com
> 0.27-1
113 - Output formatting fixes.
114 - Added commands
for managing users and services.
116 * Mon Apr
17 2006 Chris Lumens
<clumens@redhat.com
> 0.26-1
117 - Ignore spaces before group names
(#188095).
118 - Added some translations.
119 - Add options
for repo
command.
120 - Reorder
%packages section output.
121 - Output
%packages header options.
122 - Initialize RAID and volume group members to empty lists.
124 * Mon Mar
27 2006 Chris Lumens
<clumens@redhat.com
> 0.25-1
125 - Add support
for the logging
command.
127 * Mon Mar
27 2006 Chris Lumens
<clumens@redhat.com
> 0.24-1
128 - Don't write out a blank xconfig line.
129 - Reorder output handlers to group like commands together.
130 - Mark strings
for translation.
132 * Tue Mar
07 2006 Chris Lumens
<clumens@redhat.com
> 0.23-1
133 - Backwards compatibility support
for options to zerombr.
135 * Fri Feb
24 2006 Chris Lumens
<clumens@redhat.com
> 0.22-1
136 - Get ignoredisk working again
(#182934).
138 * Fri Feb
17 2006 Chris Lumens
<clumens@redhat.com
> 0.21-1
139 - Provide an option to not traceback on missing include files
(#181760).
140 - Update programming documentation.
142 * Mon Feb
13 2006 Chris Lumens
<clumens@redhat.com
> 0.20-1
143 - Correctly
set --noformat and
--useexisting on lvm and raid.
145 * Mon Feb
13 2006 Chris Lumens
<clumens@redhat.com
> 0.19-1
146 - --onboot requires a value
(#180987).
147 - Be more strict about commands that don't take arguments.
149 * Thu Feb
09 2006 Chris Lumens
<clumens@redhat.com
> 0.18-1
150 - Fix some errors pychecker caught.
151 - Allow exceptions to not be fatal so ksvalidator can spot more errors
in
152 a single pass
(#179894).
154 * Wed Feb
01 2006 Chris Lumens
<clumens@redhat.com
> 0.17-1
155 - Don't
set a default port
for vnc.
157 * Tue Jan
31 2006 Chris Lumens
<clumens@redhat.com
> 0.16-1
158 - Give dmraid string an initial value.
159 - Handle None on partition size.
161 * Tue Jan
31 2006 Peter Jones
<pjones@redhat.com
> 0.15-1
164 * Mon Jan
30 2006 Chris Lumens
<clumens@redhat.com
> 0.14-1
165 - Fix VNC parameter parsing
(#179209).
166 - Deprecate
--connect. Add
--host and
--port instead.
168 * Thu Jan
19 2006 Chris Lumens
<clumens@redhat.com
> 0.13-1
169 - Recognize the
--eject parameter to shutdown
/halt.
170 - Store the exact post
-installation action
in ksdata.
172 * Mon Jan
09 2006 Chris Lumens
<clumens@redhat.com
> 0.12-1
173 - Clean up output quoting.
174 - Finish removing monitor
-related stuff from xconfig.
176 * Mon Dec
12 2005 Chris Lumens
<clumens@redhat.com
> 0.11-1
177 - Deprecate monitor
-related options to xconfig.
179 * Thu Dec
08 2005 Chris Lumens
<clumens@redhat.com
> 0.10-1
180 - Support
--bytes
-per
-inode on raid
181 (Curtis Doty
<Curtis at GreenKey.net
> #175288).
183 * Wed Nov
16 2005 Jeremy Katz
<katzj@redhat.com
> - 0.9-1
184 - fixup network
--onboot
186 * Thu Nov
03 2005 Chris Lumens
<clumens@redhat.com
> 0.8-1
187 - Default to SELINUX_ENFORCING.
188 - Default partition sizes to None
for anaconda
(#172378).
189 - Don't call shlex.split on anything inside a script
(#172313).
191 * Tue Nov
01 2005 Chris Lumens
<clumens@redhat.com
> 0.7-1
192 - Fix clearpart
--all.
193 - vnc
command does not require
--connect option
(#172192).
194 - network
--onboot does not take any option.
195 - Remove extra spaces from firewall
--ports and
--trust.
196 - Write out network
--<service
> options.
198 * Fri Oct
28 2005 Chris Lumens
<clumens@redhat.com
> 0.6-1
199 - Add
--resolvedeps and
--ignoredeps as deprecated options.
200 - Pass line number to header functions.
202 * Mon Oct
24 2005 Chris Lumens
<clumens@redhat.com
> 0.5-1
203 - Add line numbers to exception reporting.
206 * Wed Oct
19 2005 Chris Lumens
<clumens@redhat.com
> 0.4-1
207 - Correct deprecated attribute on options.
208 - Added programming documentation.
210 * Thu Oct
13 2005 Chris Lumens
<clumens@redhat.com
> 0.3-2
211 - Correct python lib directory on
64-bit archs
(#170621).
213 * Fri Oct
07 2005 Chris Lumens
<clumens@redhat.com
> 0.3-1
214 - Add a deprecated attribute to options.
215 - Add
--card option back to xconfig and mark as deprecated.
216 - Throw a deprecation warning on mouse and langsupport commands.
217 - Rename Writer to KickstartWriter
for consistency.
218 - Collapse scripts into a single list and add an attribute on Script to
221 * Wed Oct
05 2005 Chris Lumens
<clumens@redhat.com
> 0.2-1
222 - Rename module to pykickstart to avoid conflicts
in anaconda.
223 - Rename data classes
for consistency.
224 - Add default bytesPerInode settings.
226 * Wed Oct
05 2005 Chris Lumens
<clumens@redhat.com
> 0.1-1
227 - Created package from anaconda.