Fix a couple Makefile typos. (clumens)

typo fix (vpodzime)
option for wpa wifi connection specification added (vpodzime)
Update Makefiles to work with new translation system. (clumens)
BuildRequires transifex-client. (clumens)
Ignore po/*.po files. (clumens)
Remove translation files. (clumens)
Add transifex-client configuration file. (clumens)
Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
This commit is contained in:
Chris Lumens 2011-06-27 11:16:04 -04:00
parent 5a6666fbb7
commit 8a150366d1
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -72,3 +72,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.82.tar.gz
/pykickstart-1.83.tar.gz
/pykickstart-1.99.0.tar.gz
/pykickstart-1.99.1.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.0
Version: 1.99.1
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -15,6 +15,7 @@ Group: System Environment/Libraries
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, gettext, python-setuptools-devel
BuildRequires: transifex-client
Requires: python, python-urlgrabber
%description
@ -45,6 +46,17 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.1-1
- Fix a couple Makefile typos. (clumens)
- typo fix (vpodzime)
- option for wpa wifi connection specification added (vpodzime)
- Update Makefiles to work with new translation system. (clumens)
- BuildRequires transifex-client. (clumens)
- Ignore po/*.po files. (clumens)
- Remove translation files. (clumens)
- Add transifex-client configuration file. (clumens)
- Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens)
* Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 1.99.0-1
- Add a way to tell how often a section has been handled. (clumens)
- Add a NullSection that just ignores any section provided. (clumens)

View File

@ -1 +1 @@
bcd8fdde8d0d3ac0a211e73209541278 pykickstart-1.99.0.tar.gz
0d89146466579dfce8147b48fb7a7cbb pykickstart-1.99.1.tar.gz