]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
we have no "core" group in comps.xml, use "base"
authorElan Ruusamäe <glen@delfi.ee>
Fri, 17 May 2013 22:58:47 +0000 (01:58 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 17 May 2013 22:58:47 +0000 (01:58 +0300)
anaconda.spec
yum-comps.patch [new file with mode: 0644]

index a09ab63374b3c7206a360fdfc4dca1db8b2ad6f8..84f313f99149165a4f15d795eab0503842c2d672 100644 (file)
@@ -38,6 +38,7 @@ Source0:      http://pkgs.fedoraproject.org/repo/pkgs/anaconda/%{name}-%{version}.tar
 # Source0-md5: b3f242b630aa1d4a458756b5816a0603
 Patch0:                interfaces-dir.patch
 Patch1:                libexec.patch
+Patch2:                yum-comps.patch
 URL:           http://fedoraproject.org/wiki/Anaconda
 BuildRequires: NetworkManager-devel >= %{nmver}
 BuildRequires: audit-libs-devel
@@ -166,6 +167,7 @@ anaconda runtime on NFS/HTTP/FTP servers or local disks.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # / on %{_prefix} kicks in
 %{__sed} -i -e '1 s,#!/usr/bin/bash,#!/bin/sh,' scripts/run-anaconda
diff --git a/yum-comps.patch b/yum-comps.patch
new file mode 100644 (file)
index 0000000..6dffdc3
--- /dev/null
@@ -0,0 +1,11 @@
+--- site-packages/pyanaconda/packaging/yumpayload.py~  2013-05-17 14:48:12.000000000 +0300
++++ site-packages/pyanaconda/packaging/yumpayload.py   2013-05-18 00:48:37.922288918 +0300
+@@ -1296,7 +1296,7 @@
+             This follows the same ordering/pattern as kickstart.py.
+         """
+-        self._selectYumGroup("core")
++        self._selectYumGroup("base")
+         if self.data.packages.default and self.environments:
+             self.selectEnvironment(self.environments[0])
This page took 0.03369 seconds and 4 git commands to generate.