* Mon Jun 23 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.8-1
- Remove from being installed too (katzj) - Remove anaconda-runtime as a separate subpackage (katzj) - Remove the stuff we're not calling. (pjones) - Remove this since we don't use it anymore (katzj) - Don't continue on using the base installclass if we can't find one (katzj) - Get rid of wlite and unicode-lite; these were necessary to support (pjones) - Remove pkgorder and splittree; these should be in pungi (katzj) - Add the .treeinfo file into the exception report. (clumens) - Fix a typo (#452140). (clumens)
This commit is contained in:
parent
df879a7a5a
commit
db8fece6a3
@ -1,7 +1 @@
|
|||||||
anaconda-11.4.1.1.tar.bz2
|
anaconda-11.4.1.8.tar.bz2
|
||||||
anaconda-11.4.1.2.tar.bz2
|
|
||||||
anaconda-11.4.1.3.tar.bz2
|
|
||||||
anaconda-11.4.1.4.tar.bz2
|
|
||||||
anaconda-11.4.1.5.tar.bz2
|
|
||||||
anaconda-11.4.1.6.tar.bz2
|
|
||||||
anaconda-11.4.1.7.tar.bz2
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.1.7
|
Version: 11.4.1.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -113,17 +113,6 @@ Requires: zenity
|
|||||||
Requires(post): desktop-file-utils >= %{desktopfileutilsver}
|
Requires(post): desktop-file-utils >= %{desktopfileutilsver}
|
||||||
Requires(postun): desktop-file-utils >= %{desktopfileutilsver}
|
Requires(postun): desktop-file-utils >= %{desktopfileutilsver}
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: anaconda-images <= 10
|
|
||||||
|
|
||||||
%description
|
|
||||||
The anaconda package contains the program which was used to install your
|
|
||||||
system. These files are of little use on an already installed system.
|
|
||||||
|
|
||||||
%package runtime
|
|
||||||
Summary: Graphical system installer portions needed only for fresh installs
|
|
||||||
Group: Applications/System
|
|
||||||
Requires: libxml2-python, python, rpm-python >= %{rpmpythonver}
|
|
||||||
Requires: anaconda = %{version}-%{release}
|
|
||||||
Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
|
Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: syslinux
|
Requires: syslinux
|
||||||
@ -133,16 +122,16 @@ Requires: device-mapper
|
|||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
%endif
|
%endif
|
||||||
Requires: xorg-x11-font-utils, netpbm-progs
|
|
||||||
Requires: busybox-anaconda
|
Requires: busybox-anaconda
|
||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
Requires: yum-utils >= 1.1.11-3
|
Requires: yum-utils >= 1.1.11-3
|
||||||
Requires: util-linux
|
Obsoletes: anaconda-images <= 10
|
||||||
|
Obsoletes: anaconda-runtime < %{version}-%{release}
|
||||||
|
Provides: anaconda-runtime = %{version}-%{release}
|
||||||
|
|
||||||
%description runtime
|
%description
|
||||||
The anaconda-runtime package contains parts of the installation system which
|
The anaconda package contains the program which was used to install your
|
||||||
are needed for installing new systems. These files are used to build media
|
system. These files are of little use on an already installed system.
|
||||||
sets, but are not meant for use on already installed systems.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -191,6 +180,7 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
|||||||
%endif
|
%endif
|
||||||
%{_datadir}/anaconda
|
%{_datadir}/anaconda
|
||||||
%{_prefix}/lib/anaconda
|
%{_prefix}/lib/anaconda
|
||||||
|
%{_prefix}/lib/anaconda-runtime
|
||||||
%ifarch %livearches
|
%ifarch %livearches
|
||||||
%{_bindir}/liveinst
|
%{_bindir}/liveinst
|
||||||
%{_sbindir}/liveinst
|
%{_sbindir}/liveinst
|
||||||
@ -200,14 +190,21 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files runtime
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_prefix}/lib/anaconda-runtime
|
|
||||||
|
|
||||||
%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 Jun 23 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.8-1
|
||||||
|
- Remove from being installed too (katzj)
|
||||||
|
- Remove anaconda-runtime as a separate subpackage (katzj)
|
||||||
|
- Remove the stuff we're not calling. (pjones)
|
||||||
|
- Remove this since we don't use it anymore (katzj)
|
||||||
|
- Don't continue on using the base installclass if we can't find one (katzj)
|
||||||
|
- Get rid of wlite and unicode-lite; these were necessary to support (pjones)
|
||||||
|
- Remove pkgorder and splittree; these should be in pungi (katzj)
|
||||||
|
- Add the .treeinfo file into the exception report. (clumens)
|
||||||
|
- Fix a typo (#452140). (clumens)
|
||||||
|
|
||||||
* Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1
|
* Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1
|
||||||
- Remove ancient block of code to upgrade Netscape Communicator. (clumens)
|
- Remove ancient block of code to upgrade Netscape Communicator. (clumens)
|
||||||
- Move enableNetwork into the interface. Bring network up for scp. (clumens)
|
- Move enableNetwork into the interface. Bring network up for scp. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user