[packages/anaconda/anaconda-19] updated to 19.28

glen glen at pld-linux.org
Tue Jun 25 06:19:20 CEST 2013


commit 3e31ff7e87d41194861a2365cb2abfe2be2f35e1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jun 25 07:18:37 2013 +0300

    updated to 19.28

 anaconda.spec      | 10 ++++++----
 yum-packages.patch | 11 +++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/anaconda.spec b/anaconda.spec
index 9fd581c..2d299a6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -32,7 +32,7 @@ Summary:	Graphical system installer
 Summary(pl.UTF-8):	Graficzny instalator systemu
 Name:		anaconda
 Version:	19.28
-Release:	0.15
+Release:	0.16
 License:	GPL
 Group:		Applications/System
 Source0:	http://pkgs.fedoraproject.org/repo/pkgs/anaconda/%{name}-%{version}.tar.bz2/%{md5}/anaconda-%{version}.tar.bz2
@@ -41,6 +41,7 @@ Patch0:		interfaces-dir.patch
 Patch1:		libexec.patch
 Patch2:		yum-comps.patch
 Patch3:		product-defaults.patch
+Patch4:		yum-packages.patch
 URL:		http://fedoraproject.org/wiki/Anaconda
 BuildRequires:	NetworkManager-devel >= %{nmver}
 BuildRequires:	audit-libs-devel
@@ -172,11 +173,12 @@ anaconda runtime on NFS/HTTP/FTP servers or local disks.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # / on %{_prefix} kicks in
 %{__sed} -i -e '1 s,#!/usr/bin/bash,#!/bin/sh,' scripts/run-anaconda
 
-# TODO: rpm5 porting
+# TODO: driver_disk not compiling (needs rpm5 porting) disable.
 %{__sed} -i -e '/SUBDIRS/ s/dd//' utils/Makefile.am
 
 %build
@@ -209,7 +211,7 @@ desktop-file-install ---dir=$RPM_BUILD_ROOT%{_desktopdir} $RPM_BUILD_ROOT%{_desk
 
 %find_lang %{name}
 
-%{!?debug:%py_postclean %{_libdir}/anaconda}
+%{!?debug:%py_postclean}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -238,7 +240,7 @@ update-desktop-database
 %attr(755,root,root) %{_libdir}/anaconda/auditd
 %attr(755,root,root) %{_libdir}/anaconda/run-anaconda
 %attr(755,root,root) %{_libdir}/anaconda/upd-updates
-%{_libdir}/anaconda/pyrc.py
+%{_libdir}/anaconda/pyrc.py*
 %{py_sitedir}/pyanaconda
 %{py_sitedir}/log_picker
 
diff --git a/yum-packages.patch b/yum-packages.patch
new file mode 100644
index 0000000..0d721df
--- /dev/null
+++ b/yum-packages.patch
@@ -0,0 +1,11 @@
+--- anaconda-19.28/pyanaconda/install.py~	2013-05-16 17:09:01.000000000 +0300
++++ anaconda-19.28/pyanaconda/install.py	2013-05-18 17:22:47.836322869 +0300
+@@ -150,7 +150,7 @@
+     # anaconda requires storage packages in order to make sure the target
+     # system is bootable and configurable, and some other packages in order
+     # to finish setting up the system.
+-    packages = storage.packages + ["authconfig", "firewalld"] + ksdata.realm.packages
++    packages = storage.packages + ksdata.realm.packages
+     payload.preInstall(packages=packages, groups=payload.languageGroups())
+     payload.install()
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/anaconda.git/commitdiff/3e31ff7e87d41194861a2365cb2abfe2be2f35e1



More information about the pld-cvs-commit mailing list