From a986e1f9c6602453db2de62102b2890fc15abec6 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Aug 09 2007 13:24:51 +0000 Subject: - require newt-python (#251359) --- diff --git a/authconfig.spec b/authconfig.spec index 4733737..9a92e5d 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -3,7 +3,7 @@ Name: authconfig Version: 5.3.16 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. -Release: 1%{?dist} +Release: 2%{?dist} License: GPL ExclusiveOS: Linux Group: System Environment/Base @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://rhlinux.redhat.com/ # The project doesn't have http site with downloadable tarballs yet. Source: %{name}-%{version}.tar.bz2 -Requires: rhpl, newt, pam >= 0.99.6.2, usermode, python +Requires: rhpl, newt-python, pam >= 0.99.6.2, usermode, python Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 Conflicts: nss_ldap < 254 BuildRequires: glib2-devel, python, python-devel @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Wed Aug 9 2007 Tomas Mraz - 5.3.16-2 +- require newt-python (#251359) + * Wed Jul 25 2007 Tomas Mraz - 5.3.16-1 - add support for winbind offline login (#232955)