Author: baggins Date: Tue Feb 6 18:15:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 0.4 - strict BRs - fixed build problems with make -j2
---- Files affected: SPECS: pam.spec (1.251 -> 1.252) ---- Diffs: ================================================================ Index: SPECS/pam.spec diff -u SPECS/pam.spec:1.251 SPECS/pam.spec:1.252 --- SPECS/pam.spec:1.251 Tue Feb 6 02:20:25 2007 +++ SPECS/pam.spec Tue Feb 6 19:15:16 2007 @@ -12,7 +12,7 @@ %bcond_without selinux # build without SELinux support %bcond_without audit # build with Linux Auditing library support # -%define pam_pld_version 0.99.7.1-2 +%define pam_pld_version 0.99.7.1-3 # %define _sbindir /sbin # @@ -27,7 +27,7 @@ Summary(uk): śÎÓÔŇŐÍĹÎÔ, ÝĎ ÚÁÂĹÚĐĹŢŐ¤ ÁŐÔĹÎÔÉĆŚËÁĂŚŔ ÄĚŃ ĐŇĎÇŇÁÍ Name: pam Version: 0.99.7.1 -Release: 0.3 +Release: 0.4 License: GPL or BSD Group: Base Source0: http://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 @@ -35,7 +35,7 @@ Source1: http://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2.sign # Source1-md5: 259c57009369eda92a00d1a153776ac6 Source2: ftp://ftp.pld-linux.org/software/pam/pam-pld-%{pam_pld_version}.tar.gz -# Source2-md5: 27f96a6baf0a31f82ef0d4b0f7f75e95 +# Source2-md5: 04d42fee1701f78bdd115c0944a34238 Source3: other.pamd Source4: system-auth.pamd Source5: config-util.pamd @@ -67,9 +67,9 @@ BuildRequires: bison BuildRequires: cracklib-devel # gdbm due to db pulling libpthread -BuildRequires: gdbm-devel +BuildRequires: gdbm-devel >= 1.8.3-7 BuildRequires: flex -BuildRequires: glibc-devel >= 2.5-0.4 +BuildRequires: glibc-devel >= 2.5-0.5 %{?with_prelude:BuildRequires: libprelude-devel} %{?with_selinux:BuildRequires: libselinux-devel >= 1.33.2} BuildRequires: libtool >= 2:1.5 @@ -163,7 +163,8 @@ Summary(pl): Moduły i biblioteki PAM Group: Libraries Conflicts: pam < 0:0.80.1-2 -Requires: glibc >= 2.5-0.4 +Requires: gdbm >= 1.8.3-7 +Requires: glibc >= 2.5-0.5 %{?with_audit:Requires: audit-libs >= 1.0.8} %{?with_selinux:Requires: libselinux >= 1.33.2} @@ -502,6 +503,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.252 2007/02/06 18:15:16 baggins +- rel 0.4 +- strict BRs +- fixed build problems with make -j2 + Revision 1.251 2007/02/06 01:20:25 baggins - rel 0.3 - use gdbm for pam_userdb (db pulls libpthread and This Is Bad) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pam.spec?r1=1.251&r2=1.252&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
