OBS User unknown 2008-10-28 17:11:43 +00:00 committed by Git OBS Bridge
parent ad9dd0b99c
commit a370c5dc5b
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c59deb2d6946ec3003e5acc3d5b4ea621c915d17b53748a3c6b1d06b402cdfd8
size 25469

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86a37cc7400d20dde021ef5b7eb5a6e303168e0e24d89e15f559e5d9757d5dda
size 26878

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 28 12:07:10 CET 2008 - anschneider@suse.de
- update to version 0.42.0 beta2
+ Improved debugging output
+ Fixed some PAM problems introduce by buggy gdm, su, openssh
+ Fixed kerberos support
+ Code cleanups
-------------------------------------------------------------------
Wed Sep 10 11:36:33 CEST 2008 - anschneider@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package pam_csync (Version 0.41.93)
# spec file for package pam_csync (Version 0.41.94)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,7 +22,7 @@ Name: pam_csync
BuildRequires: cmake libcsync-devel libiniparser-devel pam-devel
License: GPL v2 or later
Group: System/Libraries
Version: 0.41.93
Version: 0.41.94
Release: 1
Summary: A PAM module for roaming home directories
Url: http://www.csync.org/
@ -73,12 +73,19 @@ popd build
%files
%defattr(-,root,root)
%doc COPYING FAQ README
/%{_lib}/security/pam_csync.so
%dir %{_sysconfdir}/security
%config(noreplace) %{_sysconfdir}/security/pam_csync.conf
%{_mandir}/man?/pam_csync.*
%changelog
* Tue Oct 28 2008 anschneider@suse.de
- update to version 0.42.0 beta2
+ Improved debugging output
+ Fixed some PAM problems introduce by buggy gdm, su, openssh
+ Fixed kerberos support
+ Code cleanups
* Wed Sep 10 2008 anschneider@suse.de
- update to version 0.42.0 beta1
+ Fixed return codes of the forked child process