[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 4/8] patch for anaconda.spec so it uses ADP's patches
- From: "Alford, Seth" <Seth_Alford adp com>
- To: "anaconda-devel-list redhat com" <anaconda-devel-list redhat com>
- Subject: [PATCH 4/8] patch for anaconda.spec so it uses ADP's patches
- Date: Fri, 10 Jul 2009 10:29:32 -0700
$Id: patch4.in /main/3 2009/07/10 00:35:54 alfords Exp $
Copyright 2009 Automatic Data Processing Inc.
See the README file in the first patch of this series for
important details.
We had to modify the anaconda.spec file to get rpmbuild to
rebuild anaconda with our additional patches.
We also had to keep the rebuilt anaconda package's version and
release numbers correct. Currently, our rebuilt anaconda is
named anaconda-11.1.2.168-1.el5.centos.adp2.i386.rpm.
If we don't, there's a chance our build will reference an
anaconda package without our modifications.
So we have an input file for sed, anaconda.spec.patch.in, which
creates an anaconda.spec.patch, which in turn gets applied to the
anaconda.spec file.
--Seth Alford
ADP Dealer Services
seth_alford adp com
----anaconda.spec.patch.in follows----
--- a_naconda.spec 2009-03-05 02:56:52.000000000 -0800
+++ anaconda.spec 2009-05-12 15:28:34.000000000 -0700
@@ -1,10 +1,11 @@
Name: anaconda
-Version: 11.1.2.168
-Release: 1.el5.centos
+Version: AvErSiOn
+Release: ArElEaSe
License: GPL
Summary: Graphical system installer
Group: Applications/System
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
+Source2: anaconda-%{PACKAGE_VERSION}-adp.tar.gz
BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
@@ -45,6 +46,11 @@
Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
Patch9: anaconda-centos-pkgorder.patch
Patch10: anaconda-centos-additional-repos.patch
+Patch11: anaconda-adp-wlite-depend.patch
+Patch12: kickstart.py.patch
+Patch13: anaconda.patch
+Patch14: complete_text.py.patch
+Patch15: mknod-stub.patch
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
@@ -81,6 +87,8 @@
%setup -q
+tar xzf %{SOURCE2}
+
%patch1 -p1
%patch2 -p1
%patch3 -p1
@@ -91,6 +99,11 @@
%patch8 -p1
#%patch9 -p1
%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]