Hello community, here is the log from the commit of package pwdutils checked in at Thu May 18 19:07:37 CEST 2006. -------- --- pwdutils/pwdutils.changes 2006-03-27 15:32:21.000000000 +0200 +++ pwdutils/pwdutils.changes 2006-05-18 16:11:47.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 18 16:11:40 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- pam_login-3.31.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pwdutils.spec ++++++ --- /var/tmp/diff_new_pack.5sj45m/_old 2006-05-18 19:07:31.000000000 +0200 +++ /var/tmp/diff_new_pack.5sj45m/_new 2006-05-18 19:07:31.000000000 +0200 @@ -17,7 +17,7 @@ Group: System/Base Autoreqprov: on Version: 3.0.7.1 -Release: 11 +Release: 17 Summary: Utilities to Manage User and Group Accounts PreReq: grep /bin/cp /bin/mv Requires: pam-modules @@ -40,6 +40,7 @@ Patch1: pwdutils-libldap.diff Patch2: bugzilla-148065.patch Patch3: pwdutils-ldap-rfc2307bis.diff +Patch4: pam_login-3.31.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -70,15 +71,17 @@ %patch1 pushd ../pam_login-* %patch2 -p0 +%patch4 popd %patch3 %build CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ + ./configure --with-ldap-conf-file=/etc/ldap.conf \ %ifnarch hppa - ./configure --with-ldap-conf-file=/etc/ldap.conf --enable-selinux \ + --enable-selinux \ %else - ./configure --with-ldap-conf-file=/etc/ldap.conf --disable-selinux \ + --disable-selinux \ %endif --enable-pam_rpasswd --enable-audit-plugin --libdir=%{_libdir} make @@ -206,6 +209,8 @@ %{_libdir}/pwdutils/liblog_audit.so.1* %changelog -n pwdutils +* Thu May 18 2006 - schwab@suse.de +- Don't strip binaries. * Mon Mar 27 2006 - kukuk@suse.de - Add updated translations for /bin/login. - Allow creating/updating LDAP groups according to RFC2307 ++++++ pam_login-3.31.diff ++++++ --- src/Makefile.am +++ src/Makefile.am @@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = 1.7 gnits MAINT_CHARSET = latin1 # -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555 AM_CFLAGS = @EXTRA_CFLAGS@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" --- src/Makefile.in +++ src/Makefile.in @@ -113,7 +113,7 @@ GMSGFMT = @GMSGFMT@ INSTALL_DATA = @INSTALL_DATA@ # -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555 INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de