[anaconda] - Remove libcurl requirement from configure.ac. (dlehman) - DMI_CHASSIS_VENDOR has moved into blivet

Brian C. Lane bcl at fedoraproject.org
Mon Feb 4 21:45:02 UTC 2013


commit 42e08c590ad02036f8f8e439be5085b4fc1d6f8c
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Feb 4 13:44:43 2013 -0800

    - Remove libcurl requirement from configure.ac. (dlehman)
    - DMI_CHASSIS_VENDOR has moved into blivet. (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9e346f..3ba8690 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.1.tar.bz2
 /anaconda-19.2.tar.bz2
 /anaconda-19.3.tar.bz2
+/anaconda-19.4.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 1be1061..9c2af82 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.3
+Version: 19.4
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -242,6 +242,10 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Feb 04 2013 Brian C. Lane <bcl at redhat.com> - 19.4-1
+- Remove libcurl requirement from configure.ac. (dlehman)
+- DMI_CHASSIS_VENDOR has moved into blivet. (dlehman)
+
 * Fri Feb 01 2013 Brian C. Lane <bcl at redhat.com> - 19.3-1
 - unpack product.img to correct location (#869098) (bcl)
 - Fix including _isys.so and isys/__init__.py in updates.img (vpodzime)
diff --git a/sources b/sources
index 65bc4ce..89759ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbe2e7417ff988f5caa2ccba49e6b157  anaconda-19.3.tar.bz2
+e79ab225517b9ea107f240cf682418d8  anaconda-19.4.tar.bz2


More information about the scm-commits mailing list