- Remove libcurl requirement from configure.ac. (dlehman)

- DMI_CHASSIS_VENDOR has moved into blivet. (dlehman)
This commit is contained in:
Brian C. Lane 2013-02-04 13:44:43 -08:00
parent fc0e3b21b3
commit 42e08c590a
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@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)

View File

@ -1 +1 @@
bbe2e7417ff988f5caa2ccba49e6b157 anaconda-19.3.tar.bz2
e79ab225517b9ea107f240cf682418d8 anaconda-19.4.tar.bz2