New version.
This commit is contained in:
parent
87dcf7697c
commit
f172a8b327
@ -1,3 +1,4 @@
|
|||||||
anaconda-11.4.0.5.tar.bz2
|
anaconda-11.4.0.5.tar.bz2
|
||||||
anaconda-11.4.0.6.tar.bz2
|
anaconda-11.4.0.6.tar.bz2
|
||||||
anaconda-11.4.0.7.tar.bz2
|
anaconda-11.4.0.7.tar.bz2
|
||||||
|
anaconda-11.4.0.8.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.0.7
|
Version: 11.4.0.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -45,6 +45,7 @@ BuildRequires: gettext >= %{gettextver}
|
|||||||
BuildRequires: glib2-static >= %{glib2ver}
|
BuildRequires: glib2-static >= %{glib2ver}
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: intltool >= %{intltoolver}
|
BuildRequires: intltool >= %{intltoolver}
|
||||||
|
BuildRequires: isomd5sum-devel
|
||||||
BuildRequires: kudzu-devel >= %{kudzuver}
|
BuildRequires: kudzu-devel >= %{kudzuver}
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
@ -138,14 +139,6 @@ The anaconda-runtime package contains parts of the installation system which
|
|||||||
are needed for installing new systems. These files are used to build media
|
are needed for installing new systems. These files are used to build media
|
||||||
sets, but are not meant for use on already installed systems.
|
sets, but are not meant for use on already installed systems.
|
||||||
|
|
||||||
%package -n isomd5sum
|
|
||||||
Summary: Utilities for checking/implanting md5sums into ISO images
|
|
||||||
Group: Applications/System
|
|
||||||
|
|
||||||
%description -n isomd5sum
|
|
||||||
The isomd5sum package contains utilities for implanting and verifying
|
|
||||||
an md5sum implanted into an ISO9660 image.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -206,16 +199,20 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/lib/anaconda-runtime
|
%{_prefix}/lib/anaconda-runtime
|
||||||
|
|
||||||
%files -n isomd5sum
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/checkisomd5
|
|
||||||
%{_bindir}/implantisomd5
|
|
||||||
%{_libdir}/python?.?/site-packages/pyisomd5sum.so
|
|
||||||
|
|
||||||
%triggerun -- anaconda < 8.0-1
|
%triggerun -- anaconda < 8.0-1
|
||||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.8-1
|
||||||
|
- Include lshal for debugging (katzj)
|
||||||
|
- Remove isomd5sum in favor of libcheckisomd5. (notting, katzj)
|
||||||
|
- makeDevInode no longer exists. (clumens)
|
||||||
|
- Fix text mode to be able to autopartition (#409301) (katzj)
|
||||||
|
- Fix method-related tracebacks (katzj, clumens)
|
||||||
|
- Load ext2 module to allow installing to ext2 for livecd (#408251) (katzj)
|
||||||
|
- Catch errors from yum, exit on them. (notting)
|
||||||
|
- Switch to full dejavu-fonts, to match the installed OS default. (notting)
|
||||||
|
|
||||||
* Fri Dec 07 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.7-1
|
* Fri Dec 07 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.7-1
|
||||||
- Tweak save-exception-to-disk algorithm. (notting)
|
- Tweak save-exception-to-disk algorithm. (notting)
|
||||||
- Merge the FTP and HTTP methods into a single URL method. (clumens)
|
- Merge the FTP and HTTP methods into a single URL method. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user