* Fri Mar 9 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.35-1

- Fix SIGSEGV for HTTP installs (#231576)
- Some spec file cleanups to adhere to Fedora packaging guidelines
This commit is contained in:
David Cantrell 2007-03-09 20:06:20 +00:00
parent de0ebe7877
commit 424aa942a7
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
anaconda-11.2.0.34.tar.bz2
anaconda-11.2.0.35.tar.bz2

View File

@ -1,10 +1,10 @@
Name: anaconda
Version: 11.2.0.34
Version: 11.2.0.35
Release: 1
License: GPL
Summary: Graphical system installer
Group: Applications/System
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
Source: anaconda-%{version}.tar.bz2
BuildRequires: kudzu-devel >= 1.2.42, pciutils-devel
BuildRequires: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
BuildRequires: rpm-python >= 4.2-0.61, rpm-devel, gettext >= 0.11
@ -42,7 +42,7 @@ Requires: system-config-keyboard
Obsoletes: anaconda-images <= 10
Url: http://fedora.redhat.com/projects/anaconda-installer/
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
The anaconda package contains the program which was used to install your
@ -70,7 +70,6 @@ are needed for installing new systems. These files are used to build media
sets, but are not meant for use on already installed systems.
%prep
%setup -q
%build
@ -113,7 +112,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Thu Mar 8 2007 David Cantrell <david@burdell.org> - 11.2.0.34-1
* Fri Mar 9 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.35-1
- Fix SIGSEGV for HTTP installs (#231576)
- Some spec file cleanups to adhere to Fedora packaging guidelines
* Thu Mar 8 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.34-1
- Remove duplicate Activate On Boot checkbox in iw netconfig
- Set DHCPv6_DISABLE flag for auto neighbor discovery (#230941, #230949)
- Set loaderData->ip appropriately in STEP_IP (#231290)

View File

@ -1 +1 @@
22cba5b7eea1a53c50f94fa9ee14b34f anaconda-11.2.0.34.tar.bz2
a3fa9c6d60b6bc1e2c05e25e5868e4ed anaconda-11.2.0.35.tar.bz2