summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-08-27 15:35:13 +0000
committerJeremy Katz <katzj@redhat.com>2007-08-27 15:35:13 +0000
commitdbd25482b5edb83de6fbf9f107bf6f3c54c6fe4b (patch)
tree56eb97bf0ae3547a9db28fa473ae85660ad7725a /anaconda.spec
parent1599ef85a2e9dfed1e7047f3b8ce75a67f4ebd7e (diff)
downloadanaconda-dbd25482b5edb83de6fbf9f107bf6f3c54c6fe4b.tar.gz
anaconda-dbd25482b5edb83de6fbf9f107bf6f3c54c6fe4b.tar.xz
anaconda-dbd25482b5edb83de6fbf9f107bf6f3c54c6fe4b.zip
2007-08-27 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: And popt-static
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 23425a337..409ce6dfe 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Name: anaconda
Version: 11.3.0.21
-Release: 1
+Release: 3
License: GPL
Summary: Graphical system installer
Group: Applications/System
@@ -23,7 +23,7 @@ BuildRequires: newt-devel, newt-static
BuildRequires: glib2-devel >= 2.11.1-5, glib2-static, libdhcp6client-static
BuildRequires: libdhcp-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1
BuildRequires: audit-libs-devel
-BuildRequires: popt-devel
+BuildRequires: popt-devel, popt-static
%ifarch %livearches
BuildRequires: desktop-file-utils
%endif
@@ -144,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Sat Aug 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-3
+- BR popt-devel
+- and -static
+
* Sat Aug 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-1
- Fix setting additional repo names (clumens)
- Update install-methods doc (msivak, #252407)