A PAM module for roaming home directories
A PAM module for roaming home directories
Authors:
--------
Andreas Schneider
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / pam_csync
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:synchronization:files/pam_csync && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000010 10 Bytes | |
pam_csync-0.41.94.tar.bz2 | 0000026878 26.2 KB | |
pam_csync.changes | 0000001279 1.25 KB | |
pam_csync.spec | 0000001738 1.7 KB |
Revision 10 (latest revision is 26)
Andreas Schneider (gladiac)
committed
(revision 10)
update to version 0.42.0 --This line, and those below, will be ignored-- ! pam_csync-0.41.94.tar.bz2 M pam_csync.changes M pam_csync.spec Diff for working copy: . Index: pam_csync.changes =================================================================== --- pam_csync.changes (revision 9) +++ pam_csync.changes (working copy) @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 15 11:14:32 CEST 2009 - anschneider@exsuse.de + +- update to version 0.42.0 + + Added support to sync with the Windows Home Directory + ------------------------------------------------------------------- Tue Oct 28 12:07:10 CET 2008 - anschneider@suse.de Index: pam_csync.spec =================================================================== --- pam_csync.spec (revision 9) +++ pam_csync.spec (working copy) @@ -14,7 +14,7 @@ BuildRequires: cmake libcsync-devel pam-devel libiniparser-devel License: GPL v2 or later Group: System/Libraries -Version: 0.41.94 +Version: 0.42.0 Release: 1 Summary: A PAM module for roaming home directories Url: http://www.csync.org/ @@ -40,13 +40,12 @@ mkdir build fi pushd build -CFLAGS="%{optflags} -g" \ -CXXFLAGS="%{optflags} -g" \ cmake \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_BUILD_TYPE=None \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \ + -DCMAKE_C_FLAGS:STRING="%{optflags}" \ + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ %if %{_lib} == lib64 -DLIB_SUFFIX=64 \ %endif
Comments 0