]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda.spec
- fix badblocks path
[packages/anaconda.git] / anaconda.spec
index 1df478aa292ff1ffa86c2c42fe43e0b54bee7aa8..f4ba711bda30c59504b7144b5c5d2751923eb260 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Graphical system installer
 Summary(pl):   Graficzny instalator systemu
 Name:          anaconda
 Version:       11.0.5
-Release:       0.25
+Release:       0.34
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.bz2
@@ -30,6 +30,9 @@ Patch3:               %{name}-pkgorder.patch
 Patch4:                %{name}-errorhandling.patch
 Patch5:                %{name}-libdir.patch
 Patch6:                %{name}-pld-release.patch
+Patch7:                %{name}-timezone.patch
+Patch8:                %{name}-kernel.patch
+Patch9:                %{name}-optflags.patch
 URL:           http://fedora.redhat.com/projects/anaconda-installer/
 BuildRequires: X11-devel
 BuildRequires: beecrypt-devel
@@ -72,7 +75,11 @@ BuildRequires:       yum
 BuildRequires: zlib-devel
 BuildRequires: zlib-static
 Requires:      device-mapper >= 1.01.05
+Requires:      e2fsprogs
+Requires:      glibc-localedb-all
+Requires:      jfsutils
 Requires:      kudzu > 1.2.0
+Requires:      lvm2
 Requires:      parted >= 1.6.3-7
 Requires:      pirut
 Requires:      python-booty >= 0.71
@@ -85,7 +92,9 @@ Requires:     python-rhpxl >= 0.18
 Requires:      python-rpm >= 4.2-0.61
 Requires:      python-snack
 Requires:      python-urlgrabber
+Requires:      reiserfsprogs
 #Requires:     system-logos
+Requires:      xfsprogs
 Requires:      yum >= 2.5.1-3
 %ifnarch s390 s390x
 Requires:      python-pyblock >= 0.7-1
@@ -144,6 +153,9 @@ systemach.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 rm -f po/no.po
 mv -f po/{eu_ES,eu}.po
@@ -158,9 +170,13 @@ if [ "$(locale -a | grep -c en_US.utf8)" = 0 ]; then
        exit 1
 fi
 
-%{__make} depend
+%{__make} depend \
+       CC="%{__cc}"
+
 %{__make} \
-       RPM_OPT_FLAGS="%{rpmcflags}"
+       CC="%{__cc}" \
+       REALCC="%{__cc}" \
+       OPTFLAGS="%{rpmcflags}"
 
 ./py-compile isys/isys.py
 
This page took 0.034243 seconds and 4 git commands to generate.