Commit messages.
[pykickstart.git] / pykickstart.spec
blobe4f33e715555ab234d4f410398e2f927f8e5f3d1
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.29
6 Release: 1
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 Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
14 Requires: python-urlgrabber
16 %description
17 The pykickstart package is a python library for manipulating kickstart
18 files.
20 %prep
21 %setup -q
22 make
24 %build
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 make DESTDIR=${RPM_BUILD_ROOT} install
30 %clean
31 rm -rf $RPM_BUILD_ROOT
33 %files
34 %defattr(-,root,root)
35 %doc README ChangeLog COPYING docs/programmers-guide
36 %{python_sitelib}/pykickstart
37 /usr/bin/ksvalidator
38 /usr/share/locale/*/*/*
40 %changelog
41 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
42 - Add multipath command, handlers, and data objects (pjones).
43 - Rename --ports to --port in writer.
45 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
46 - Support --mtu for the network command (#191328).
47 - Accept --isUtc for backwards compatibility.
49 * Wed May 04 2006 Chris Lumens <clumens@redhat.com> 0.27-1
50 - Output formatting fixes.
51 - Added commands for managing users and services.
53 * Mon Apr 17 2006 Chris Lumens <clumens@redhat.com> 0.26-1
54 - Ignore spaces before group names (#188095).
55 - Added some translations.
56 - Add options for repo command.
57 - Reorder %packages section output.
58 - Output %packages header options.
59 - Initialize RAID and volume group members to empty lists.
61 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1
62 - Add support for the logging command.
64 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.24-1
65 - Don't write out a blank xconfig line.
66 - Reorder output handlers to group like commands together.
67 - Mark strings for translation.
69 * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 0.23-1
70 - Backwards compatibility support for options to zerombr.
72 * Fri Feb 24 2006 Chris Lumens <clumens@redhat.com> 0.22-1
73 - Get ignoredisk working again (#182934).
75 * Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
76 - Provide an option to not traceback on missing include files (#181760).
77 - Update programming documentation.
79 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
80 - Correctly set --noformat and --useexisting on lvm and raid.
82 * Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
83 - --onboot requires a value (#180987).
84 - Be more strict about commands that don't take arguments.
86 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
87 - Fix some errors pychecker caught.
88 - Allow exceptions to not be fatal so ksvalidator can spot more errors in
89 a single pass (#179894).
91 * Wed Feb 01 2006 Chris Lumens <clumens@redhat.com> 0.17-1
92 - Don't set a default port for vnc.
94 * Tue Jan 31 2006 Chris Lumens <clumens@redhat.com> 0.16-1
95 - Give dmraid string an initial value.
96 - Handle None on partition size.
98 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 0.15-1
99 - Add dmraid support
101 * Mon Jan 30 2006 Chris Lumens <clumens@redhat.com> 0.14-1
102 - Fix VNC parameter parsing (#179209).
103 - Deprecate --connect. Add --host and --port instead.
105 * Thu Jan 19 2006 Chris Lumens <clumens@redhat.com> 0.13-1
106 - Recognize the --eject parameter to shutdown/halt.
107 - Store the exact post-installation action in ksdata.
109 * Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 0.12-1
110 - Clean up output quoting.
111 - Finish removing monitor-related stuff from xconfig.
113 * Mon Dec 12 2005 Chris Lumens <clumens@redhat.com> 0.11-1
114 - Deprecate monitor-related options to xconfig.
116 * Thu Dec 08 2005 Chris Lumens <clumens@redhat.com> 0.10-1
117 - Support --bytes-per-inode on raid
118 (Curtis Doty <Curtis at GreenKey.net> #175288).
120 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 0.9-1
121 - fixup network --onboot
123 * Thu Nov 03 2005 Chris Lumens <clumens@redhat.com> 0.8-1
124 - Default to SELINUX_ENFORCING.
125 - Default partition sizes to None for anaconda (#172378).
126 - Don't call shlex.split on anything inside a script (#172313).
128 * Tue Nov 01 2005 Chris Lumens <clumens@redhat.com> 0.7-1
129 - Fix clearpart --all.
130 - vnc command does not require --connect option (#172192).
131 - network --onboot does not take any option.
132 - Remove extra spaces from firewall --ports and --trust.
133 - Write out network --<service> options.
135 * Fri Oct 28 2005 Chris Lumens <clumens@redhat.com> 0.6-1
136 - Add --resolvedeps and --ignoredeps as deprecated options.
137 - Pass line number to header functions.
139 * Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
140 - Add line numbers to exception reporting.
141 - Added ksvalidator.
143 * Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
144 - Correct deprecated attribute on options.
145 - Added programming documentation.
147 * Thu Oct 13 2005 Chris Lumens <clumens@redhat.com> 0.3-2
148 - Correct python lib directory on 64-bit archs (#170621).
150 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
151 - Add a deprecated attribute to options.
152 - Add --card option back to xconfig and mark as deprecated.
153 - Throw a deprecation warning on mouse and langsupport commands.
154 - Rename Writer to KickstartWriter for consistency.
155 - Collapse scripts into a single list and add an attribute on Script to
156 differentiate.
158 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
159 - Rename module to pykickstart to avoid conflicts in anaconda.
160 - Rename data classes for consistency.
161 - Add default bytesPerInode settings.
163 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.1-1
164 - Created package from anaconda.