diff --git a/.cvsignore b/.cvsignore index 51a7c15..0c6cf62 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.3.12.tar.bz2 +authconfig-5.3.13.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 33fd4ba..a990eec 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,17 +1,16 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 5.3.12 +Version: 5.3.13 # Don't change release in elvis CVS, up version after merging all patches # from dist CVS instead. -Release: 2%{?dist} +Release: 1%{?dist} License: GPL ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.bz2 Requires: rhpl, newt, pam >= 0.99.6.2, usermode -%define pythonver %(%{__python} -c "import sys; print sys.version[:3]" || echo 2.3) -Requires: python >= %{pythonver} +Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]" || echo 2.3) Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 BuildRequires: glib2-devel, python, python-devel BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser @@ -96,8 +95,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog -* Wed Dec 6 2006 Jeremy Katz - 5.3.12-2 -- rebuild against python 2.5 +* Tue Dec 12 2006 Tomas Mraz - 5.3.13-1 +- another traceback in --probe and other fixes (#218874) +- make smbRealm a default realm when appropriate (#219300) +- added missing languages in LINGUAS * Wed Nov 29 2006 Tomas Mraz - 5.3.12-1 - when pam_krb5 auth fails with smartcard login don't enforce it diff --git a/sources b/sources index 7e5c619..9294fe6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35f53c5b996d35b26c875ba1df816c45 authconfig-5.3.12.tar.bz2 +bd6f6e32682daf3c19140fb83bf5260b authconfig-5.3.13.tar.bz2