New version.

This commit is contained in:
Christopher Edward Lumens 2007-01-31 23:12:18 +00:00
parent 2ae1b05a16
commit d0f685884a
2 changed files with 18 additions and 15 deletions

View File

@ -2,15 +2,15 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 0.93 Version: 0.93
Release: 1%{?dist} Release: 2%{?dist}
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel BuildRequires: python-devel, gettext
BuildRequires: gettext
Requires: python, python-urlgrabber Requires: python, python-urlgrabber
%description %description
@ -24,20 +24,23 @@ make
%build %build
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
make DESTDIR=${RPM_BUILD_ROOT} install make DESTDIR=%{buildroot} install
%find_lang %{name}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root,-)
%doc README ChangeLog COPYING docs/programmers-guide %doc README ChangeLog COPYING docs/programmers-guide
%{python_sitelib}/pykickstart %{python_sitelib}/pykickstart
/usr/bin/ksvalidator %{_bindir}/ksvalidator
/usr/share/locale/*/*/*
%changelog %changelog
* Wed Jan 31 2007 Chris Lumens <clumens@redhat.com> - 0.93-2
- Make some minor spec file changes to get closer to the extras guidelines.
* Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1 * Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
- Add support for FC3, RHEL4, and RHEL5. - Add support for FC3, RHEL4, and RHEL5.
- The key command was not supported until after FC6. - The key command was not supported until after FC6.
@ -48,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
- Add a version attribute to handler objects. - Add a version attribute to handler objects.
- Fix line number reporting on lots of commands. - Fix line number reporting on lots of commands.
- Add initial support for Fedora 7 and remove deprecated commands. - Add initial support for Fedora 7 and remove deprecated commands.
- Accept a --default argument to the %packages header (#221305). - Accept a --default argument to the %%packages header (#221305).
* Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1 * Wed Jan 17 2007 Chris Lumens <clumens@redhat.com> - 0.91-1
- Add a method to read kickstart files from strings. - Add a method to read kickstart files from strings.
@ -137,8 +140,8 @@ rm -rf $RPM_BUILD_ROOT
- Ignore spaces before group names (#188095). - Ignore spaces before group names (#188095).
- Added some translations. - Added some translations.
- Add options for repo command. - Add options for repo command.
- Reorder %packages section output. - Reorder %%packages section output.
- Output %packages header options. - Output %%packages header options.
- Initialize RAID and volume group members to empty lists. - Initialize RAID and volume group members to empty lists.
* Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1 * Mon Mar 27 2006 Chris Lumens <clumens@redhat.com> 0.25-1

View File

@ -1 +1 @@
7d94829a67df8189cff6935b5957a538 pykickstart-0.93.tar.gz 0f5deffb2c9edc3f8577370f197bd4fa pykickstart-0.93.tar.gz