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