rpms/livecd-tools/F-7 livecd-tools-009-repository.patch, NONE, 1.1 livecd-tools.spec, 1.11, 1.12

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat May 31 08:27:17 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/livecd-tools/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1875

Modified Files:
	livecd-tools.spec 
Added Files:
	livecd-tools-009-repository.patch 
Log Message:
Updated outdated kickstart files (#318811, Christoph Wickert)

livecd-tools-009-repository.patch:

--- NEW FILE livecd-tools-009-repository.patch ---
Patch by Robert Scheck <robert at fedoraproject.org> for livecd-tools = 009 to set the correct default
paths for the repositories, as Fedora 7 was the first merged release without Core and Extras.

--- livecd-tools-009/config/livecd-fedora-desktop.ks		2007-05-30 22:12:54.000000000 +0200
+++ livecd-tools-009/config/livecd-fedora-desktop.ks.repository	2008-05-31 10:13:53.000000000 +0200
@@ -4,8 +4,8 @@
 auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
-repo --name=d7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os
-repo --name=e7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/i386
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=i386
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=i386
 xconfig --startxonboot
 services --enabled=NetworkManager,dhcdbd --disabled=network,sshd
 
@@ -33,9 +33,8 @@
 -scim-bridge-qt
 -scim-skk
 -scim-tomoe
--scim-tables-chinese
+-scim-tables*
 -scim-fcitx*
--scim-tables-additional
 -scim-skk
 
 m17n-lib
--- livecd-tools-009/config/livecd-fedora-kde.ks		2007-05-30 22:12:54.000000000 +0200
+++ livecd-tools-009/config/livecd-fedora-kde.ks.repository	2008-05-31 10:18:56.000000000 +0200
@@ -8,8 +8,8 @@
 xconfig --startxonboot
 services --enabled=NetworkManager,dhcdbd --disabled=network,sshd
 
-repo --name=d7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os
-repo --name=e7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/i386
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=i386
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=i386
 
 %packages
 # Basic packages
--- livecd-tools-009/config/livecd-fedora-minimal.ks		2007-05-30 22:12:54.000000000 +0200
+++ livecd-tools-009/config/livecd-fedora-minimal.ks.repository	2008-05-31 10:19:10.000000000 +0200
@@ -5,14 +5,8 @@
 selinux --enforcing
 firewall --disabled
 
-# TODO: how to replace i386 with $basearch
-
-# TODO: apparently calling it fedora-dev instead of a-dev makes things
-# not work. Perhaps it has something to do with the default repos in
-# /etc/yum.repos.d not getting properly disabled?
-
-repo --name=a-dev --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os
-repo --name=a-extras-dev --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/i386
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=$basearch
 
 %packages
 bash
--- livecd-tools-009/config/livedvd-fedora-kde.ks		2007-05-30 22:12:54.000000000 +0200
+++ livecd-tools-009/config/livedvd-fedora-kde.ks.repository	2008-05-31 10:17:51.000000000 +0200
@@ -8,8 +8,8 @@
 xconfig --startxonboot
 services --enabled=NetworkManager,dhcdbd --disabled=network,sshd
 
-repo --name=d7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os
-repo --name=e7 --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/i386
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=$basearch
 
 %packages
 # Basic packages


Index: livecd-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/livecd-tools/F-7/livecd-tools.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- livecd-tools.spec	5 Nov 2007 18:46:25 -0000	1.11
+++ livecd-tools.spec	31 May 2008 08:26:45 -0000	1.12
@@ -1,12 +1,13 @@
 Summary: Tools for building live CD's
 Name: livecd-tools
 Version: 009
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Base
 URL: http://git.fedoraproject.org/?p=hosted/livecd
 Source0: %{name}-%{version}.tar.bz2
 Source1: isotostick.sh
+Patch: livecd-tools-009-repository.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: util-linux
 Requires: coreutils
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make
@@ -51,6 +53,9 @@
 %{_datadir}/livecd-tools/*
 
 %changelog
+* Sun May 31 2008 Robert Scheck <robert at fedoraproject.org> - 009-4
+- Updated outdated kickstart files (#318811, Christoph Wickert)
+
 * Mon Nov  5 2007 Jeremy Katz <katzj at redhat.com> - 009-3
 - And fix to actually work with F7
 




More information about the fedora-extras-commits mailing list