* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.6-1
- BR system-config-keyboard (dcantrell)
This commit is contained in:
parent
a3876a2ba5
commit
a6c7585ce2
@ -1 +1 @@
|
|||||||
anaconda-13.5.tar.bz2
|
anaconda-13.6.tar.bz2
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 13.5
|
Version: 13.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -44,6 +44,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define iscsiver 6.2.0.870-3
|
%define iscsiver 6.2.0.870-3
|
||||||
%define pythoncryptsetupver 0.0.6
|
%define pythoncryptsetupver 0.0.6
|
||||||
%define mehver 0.4
|
%define mehver 0.4
|
||||||
|
%define sckeyboardver 1.3.1
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
@ -77,6 +78,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: NetworkManager-devel >= %{nmver}
|
BuildRequires: NetworkManager-devel >= %{nmver}
|
||||||
BuildRequires: NetworkManager-glib-devel >= %{nmver}
|
BuildRequires: NetworkManager-glib-devel >= %{nmver}
|
||||||
BuildRequires: dbus-devel >= %{dbusver}
|
BuildRequires: dbus-devel >= %{dbusver}
|
||||||
|
BuildRequires: system-config-keyboard >= %{sckeyboardver}
|
||||||
%ifarch %livearches
|
%ifarch %livearches
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
%endif
|
%endif
|
||||||
@ -117,7 +119,7 @@ Requires: python-cryptsetup >= %{pythoncryptsetupver}
|
|||||||
Requires: mdadm
|
Requires: mdadm
|
||||||
Requires: lvm2
|
Requires: lvm2
|
||||||
Requires: util-linux-ng >= 2.15.1
|
Requires: util-linux-ng >= 2.15.1
|
||||||
Requires: system-config-keyboard >= 1.3.1
|
Requires: system-config-keyboard >= %{sckeyboardver}
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: cracklib-python
|
Requires: cracklib-python
|
||||||
Requires: python-bugzilla
|
Requires: python-bugzilla
|
||||||
@ -216,6 +218,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.6-1
|
||||||
|
- BR system-config-keyboard (dcantrell)
|
||||||
|
|
||||||
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.5-1
|
* Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.5-1
|
||||||
- Remove extra echo in 'make rpmlog'. (dcantrell)
|
- Remove extra echo in 'make rpmlog'. (dcantrell)
|
||||||
- Do not traceback if network device doesn't have HwAddress property
|
- Do not traceback if network device doesn't have HwAddress property
|
||||||
|
Loading…
Reference in New Issue
Block a user