diff --git a/.cvsignore b/.cvsignore index c57c9fb..b14193c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-4.2.12.tar.gz +authconfig-4.3.4.tar.gz diff --git a/authconfig.spec b/authconfig.spec index 8afa2e0..ac4889d 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,13 +1,13 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig -Version: 4.2.12 -Release: 3 +Version: 4.3.4 +Release: 1 License: GPL ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.gz -Requires: glibc >= 2.1, pam >= 0.73, glib2 +Requires: glibc >= 2.1, pam >= 0.73, glib2, pam >= 0.75-43 Conflicts: pam_krb5 < 1.49 BuildPrereq: pam-devel >= 0.73, newt-devel, glib2-devel, python, python-devel BuildPrereq: desktop-file-utils @@ -33,6 +33,7 @@ authentication schemes. %setup -q %build +CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS %configure make @@ -67,6 +68,30 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Tue Feb 18 2003 Nalin Dahyabhai 4.3.4-1 +- learn how to toggle defaults/crypt_style in /etc/libuser.conf (#79337) + +* Fri Feb 7 2003 Nalin Dahyabhai 4.3.3-1 +- look in /lib64 for modules for nsswitch and PAM by default on + x86_64, ppc64, and s390x (#83049) + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Mon Nov 4 2002 Nalin Dahyabhai 4.3.2-1 +- update translations +- update copyright strings (only took 10 months!) + +* Wed Oct 23 2002 Nalin Dahyabhai 4.3.1-1 +- require a version of PAM (0.75-43) which supports $ISA +- use $ISA in our own PAM config files + +* Tue Oct 22 2002 Nalin Dahyabhai +- add $ISA to the name of the directory in which we expect PAMs to be stored + +* Fri Sep 20 2002 Nalin Dahyabhai 4.3-1 +- build with -fPIC, necessary on some arches + * Tue Sep 3 2002 Nalin Dahyabhai 4.2.11-3 - update translations diff --git a/sources b/sources index 2132bb6..9a34c8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80ccee99f41c0e2610877b8215c8a6c9 authconfig-4.2.12.tar.gz +c55d6067bf2c67062a7752c3903cf541 authconfig-4.3.4.tar.gz