SPECS: anaconda.spec - current snap - synced with upstream - yum plugins wi...

patrys patrys at pld-linux.org
Mon Sep 1 20:40:54 CEST 2008


Author: patrys                       Date: Mon Sep  1 18:40:54 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- current snap
- synced with upstream
- yum plugins will come after reviewing
- network now handled by NM

---- Files affected:
SPECS:
   anaconda.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: SPECS/anaconda.spec
diff -u SPECS/anaconda.spec:1.100 SPECS/anaconda.spec:1.101
--- SPECS/anaconda.spec:1.100	Sun Aug 31 02:28:14 2008
+++ SPECS/anaconda.spec	Mon Sep  1 20:40:49 2008
@@ -2,18 +2,19 @@
 # TODO
 # - code poldek backend (python-poldek pkg exists!)
 #
-%define		rel	200808310052
+%define		rel	200809012031
 Summary:	Graphical system installer
 Summary(pl.UTF-8):	Graficzny instalator systemu
 Name:		anaconda
 Version:	11.4.1.%{rel}
-Release:	2
+Release:	1
 License:	GPL
 Group:		Applications/System
 # http://team.pld-linux.org/~patrys/anaconda.git - origin/pld-branch
 Source0:	%{name}-%{rel}.tar.bz2
-# Source0-md5:	41317807e5ed60ec19a875edaf64c6a9
+# Source0-md5:	aec1a3f5356c41aeffcd83d7a0f89066
 URL:		http://fedoraproject.org/wiki/Anaconda
+BuildRequires:	NetworkManager-devel
 BuildRequires:	audit-libs-devel
 # will kill it in the future
 BuildRequires:	curl
@@ -41,6 +42,7 @@
 BuildRequires:	slang-devel
 BuildRequires:	zlib-devel
 Requires:	/etc/pld-release
+Requires:	NetworkManager
 Requires:	bdevid
 Requires:	device-mapper >= 1.01.05
 Requires:	dosfstools
@@ -72,7 +74,7 @@
 Requires:	tzdata
 Requires:	util-linux
 Requires:	xfsprogs
-Requires:	yum >= 2.5.1-3
+Requires:	yum >= 3.2.19
 %ifnarch s390 s390x
 Requires:	python-pyblock >= 0.7-1
 %endif
@@ -119,7 +121,7 @@
 Requires:	python-libxml2
 Requires:	python-rpm >= 4.2-0.61
 Requires:	squashfs
-Requires:	yum >= 2.4.0
+Requires:	yum >= 3.2.19
 
 %description runtime
 The anaconda-runtime package contains parts of the installation system
@@ -174,13 +176,13 @@
 
 # for ./isys/lang.c:isysLoadKeymap()
 %ifarch %{ix86}
-cp -a loader2/keymaps-i386 $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
+cp -a loader/keymaps-i386 $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
 %endif
 %ifarch ppc
-cp -a loader2/keymaps-ppc $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
+cp -a loader/keymaps-ppc $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
 %endif
 %ifarch %{x8664}
-cp -a loader2/keymaps-x86_64 $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
+cp -a loader/keymaps-x86_64 $RPM_BUILD_ROOT%{_sysconfdir}/keymaps.gz
 %endif
 
 %find_lang %{name}
@@ -286,6 +288,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2008/09/01 18:40:49  patrys
+- current snap
+- synced with upstream
+- yum plugins will come after reviewing
+- network now handled by NM
+
 Revision 1.100  2008/08/31 00:28:14  patrys
 - R: new booty
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anaconda.spec?r1=1.100&r2=1.101&f=u



More information about the pld-cvs-commit mailing list