diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-03-02 13:21:02 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-03-02 13:21:02 -0500 |
commit | 98044d9aa9d7be28ec41052355cea020c8f10bc5 (patch) | |
tree | 422eff5a4b82f460a7225bbd40e9b7f5e8c9b6e6 /anaconda.spec | |
parent | 1cc1db5d1511444d775b618fd624c9c352e4fda7 (diff) | |
download | anaconda-98044d9aa9d7be28ec41052355cea020c8f10bc5.tar.gz anaconda-98044d9aa9d7be28ec41052355cea020c8f10bc5.tar.xz anaconda-98044d9aa9d7be28ec41052355cea020c8f10bc5.zip |
Pull in the bits of pirut that we use so that we don't depend on pirut
We're going to try to switch to PackageKit for the installed system and
having both pirut and PackageKit installed just makes the user experience
odd
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/anaconda.spec b/anaconda.spec index 6cd683d61..dda122992 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -27,7 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define yumver 2.9.2 %define rhplver 0.170 %define partedver 1.8.1 -%define pirutver 1.1.0 %define syscfgdatever 1.9.0 %define pythonpyblockver 0.24-1 %define libbdevidver 5.1.2-1 @@ -55,7 +54,6 @@ BuildRequires: libxml2-python BuildRequires: mkinitrd-devel >= %{mkinitrdver} BuildRequires: newt-devel BuildRequires: pango-devel -BuildRequires: pirut BuildRequires: popt-devel BuildRequires: pykickstart >= %{pykickstartver} BuildRequires: python-devel @@ -77,7 +75,6 @@ Requires: booty Requires: parted >= %{partedver} Requires: pyparted >= %{partedver} Requires: yum >= %{yumver} -Requires: pirut >= %{pirutver} Requires: libxml2-python Requires: python-urlgrabber Requires: system-logos |