]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
updated to 19.28
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Jun 2013 04:18:37 +0000 (07:18 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Jun 2013 04:18:56 +0000 (07:18 +0300)
anaconda.spec
yum-packages.patch [new file with mode: 0644]

index 9fd581ce0d0c1c906f693d878536b77a55d569da..2d299a69a58e07bb35eb4d60043c2df9db3c31e1 100644 (file)
@@ -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 (file)
index 0000000..0d721df
--- /dev/null
@@ -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()
This page took 0.029905 seconds and 4 git commands to generate.