summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 292baf7f6..fda6b930f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-30 David Cantrell <dcantrell@redhat.com>
+ * anaconda.spec: Bump version.
+
+2007-10-30 David Cantrell <dcantrell@redhat.com>
+
* loader2/net.c (setupNetworkDeviceConfig): Copy macaddr from
loaderData in to macaddr in cfg structure (#233357).
diff --git a/anaconda.spec b/anaconda.spec
index a1f8beea0..0fcbcc31e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.80
+Version: 10.1.1.81
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1
+- Copy loaderData->macaddr in to cfg->macaddr
+ Related: rhbz#233357
+
* Mon Oct 29 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.80-1
- Copy in usr/sbin/ip for the s390 & s390x initrd.img files
Related: rhbz#233357