* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1
- Require latest pykickstart for repo command (clumens) - Remove libdhcp* from scripts/upd-instroot (dcantrell) - methodstr -> self.methodstr (dcantrell) - Rewrite iface_ip2str() to use libnm-glib (dcantrell) - Fix a few syntax error caugh by pychecker (hdegoede) - Remove isys.e2fslabel() and isys.getraidsb() (dcantrell)
This commit is contained in:
parent
6e9a555e91
commit
e2c9ba8836
@ -1 +1 @@
|
|||||||
anaconda-11.5.0.1.tar.bz2
|
anaconda-11.5.0.2.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.5.0.1
|
Version: 11.5.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define libnlver 1.0
|
%define libnlver 1.0
|
||||||
%define libselinuxver 1.6
|
%define libselinuxver 1.6
|
||||||
%define mkinitrdver 5.1.2-1
|
%define mkinitrdver 5.1.2-1
|
||||||
%define pykickstartver 1.46
|
%define pykickstartver 1.48
|
||||||
%define rpmpythonver 4.2-0.61
|
%define rpmpythonver 4.2-0.61
|
||||||
%define slangver 2.0.6-2
|
%define slangver 2.0.6-2
|
||||||
%define yumver 2.9.2
|
%define yumver 2.9.2
|
||||||
@ -206,6 +206,14 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
|||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1
|
||||||
|
- Require latest pykickstart for repo command (clumens)
|
||||||
|
- Remove libdhcp* from scripts/upd-instroot (dcantrell)
|
||||||
|
- methodstr -> self.methodstr (dcantrell)
|
||||||
|
- Rewrite iface_ip2str() to use libnm-glib (dcantrell)
|
||||||
|
- Fix a few syntax error caugh by pychecker (hdegoede)
|
||||||
|
- Remove isys.e2fslabel() and isys.getraidsb() (dcantrell)
|
||||||
|
|
||||||
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.1-1
|
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.1-1
|
||||||
- Remove plural forms from po/tg.mo (katzj)
|
- Remove plural forms from po/tg.mo (katzj)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user