Hello community, here is the log from the commit of package yast2-security checked in at Thu Oct 26 20:32:45 CEST 2006. -------- --- yast2-security/yast2-security.changes 2006-09-21 13:10:50.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-security/yast2-security.changes 2006-10-26 16:12:38.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 26 16:00:43 CEST 2006 - jsuchome@suse.cz + +- schema file moved from autoyast package (#215249) +- 2.14.2 + +------------------------------------------------------------------- Old: ---- yast2-security-2.14.1.tar.bz2 New: ---- yast2-security-2.14.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-security.spec ++++++ --- /var/tmp/diff_new_pack.vDWou7/_old 2006-10-26 20:32:28.000000000 +0200 +++ /var/tmp/diff_new_pack.vDWou7/_new 2006-10-26 20:32:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-security (Version 2.14.1) +# spec file for package yast2-security (Version 2.14.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-security -Version: 2.14.1 +Version: 2.14.2 Release: 1 -License: GPL +License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-security-2.14.1.tar.bz2 +Source0: yast2-security-2.14.2.tar.bz2 prefix: /usr BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2-devtools yast2-pam yast2-testsuite # new Pam.ycp API @@ -39,7 +39,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-security-2.14.1 +%setup -n yast2-security-2.14.2 %build %{prefix}/bin/y2tool y2autoconf @@ -70,9 +70,13 @@ /usr/share/YaST2/clients/security*.ycp /usr/share/YaST2/modules/Security.y* /usr/share/YaST2/scrconf/*.scr +/usr/share/YaST2/schema/autoyast/rnc/security.rnc %doc %{prefix}/share/doc/packages/yast2-security %changelog -n yast2-security +* Thu Oct 26 2006 - jsuchome@suse.cz +- schema file moved from autoyast package (#215249) +- 2.14.2 * Thu Sep 21 2006 - jsuchome@suse.cz - write correct SuSEconfig module for display manager (#205979) - 2.14.1 ++++++ yast2-security-2.14.1.tar.bz2 -> yast2-security-2.14.2.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/VERSION new/yast2-security-2.14.2/VERSION --- old/yast2-security-2.14.1/VERSION 2006-09-21 12:58:02.000000000 +0200 +++ new/yast2-security-2.14.2/VERSION 2006-10-26 16:01:11.000000000 +0200 @@ -1 +1 @@ -2.14.1 +2.14.2 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/src/Makefile.am new/yast2-security-2.14.2/src/Makefile.am --- old/yast2-security-2.14.1/src/Makefile.am 2005-09-08 10:34:52.000000000 +0200 +++ new/yast2-security-2.14.2/src/Makefile.am 2006-10-26 16:00:38.000000000 +0200 @@ -2,6 +2,8 @@ yncludedir = @yncludedir@/security +rncdir = $(schemadir)/autoyast/rnc + YCPCFLAGS = -I . client_DATA = \ @@ -23,7 +25,9 @@ desktop_DATA = security.desktop -EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) +rnc_DATA = security.rnc + +EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(rnc_DATA) security: ln -sf . security diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/src/Makefile.in new/yast2-security-2.14.2/src/Makefile.in --- old/yast2-security-2.14.1/src/Makefile.in 2006-06-12 14:12:47.000000000 +0200 +++ new/yast2-security-2.14.2/src/Makefile.in 2006-10-26 16:07:35.000000000 +0200 @@ -61,14 +61,15 @@ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" \ "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" \ - "$(DESTDIR)$(yncludedir)" + "$(DESTDIR)$(rncdir)" "$(DESTDIR)$(yncludedir)" clientDATA_INSTALL = $(INSTALL_DATA) desktopDATA_INSTALL = $(INSTALL_DATA) moduleDATA_INSTALL = $(INSTALL_DATA) modulebinDATA_INSTALL = $(INSTALL_DATA) +rncDATA_INSTALL = $(INSTALL_DATA) yncludeDATA_INSTALL = $(INSTALL_DATA) DATA = $(client_DATA) $(desktop_DATA) $(module_DATA) $(modulebin_DATA) \ - $(ynclude_DATA) + $(rnc_DATA) $(ynclude_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -174,6 +175,7 @@ ydatadir = @ydatadir@ yncludedir = @yncludedir@/security ystartupdir = @ystartupdir@ +rncdir = $(schemadir)/autoyast/rnc YCPCFLAGS = -I . client_DATA = \ security.ycp \ @@ -192,7 +194,8 @@ module_DATA = Security.ycp desktop_DATA = security.desktop -EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) +rnc_DATA = security.rnc +EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(rnc_DATA) ycpchook = security modulebin_DATA = $(patsubst %.ycp,%.ybc,$(module_DATA)) modulebindir = $(moduledir) @@ -307,6 +310,23 @@ echo " rm -f '$(DESTDIR)$(modulebindir)/$$f'"; \ rm -f "$(DESTDIR)$(modulebindir)/$$f"; \ done +install-rncDATA: $(rnc_DATA) + @$(NORMAL_INSTALL) + test -z "$(rncdir)" || $(mkdir_p) "$(DESTDIR)$(rncdir)" + @list='$(rnc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(rncDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rncdir)/$$f'"; \ + $(rncDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rncdir)/$$f"; \ + done + +uninstall-rncDATA: + @$(NORMAL_UNINSTALL) + @list='$(rnc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(rncdir)/$$f'"; \ + rm -f "$(DESTDIR)$(rncdir)/$$f"; \ + done install-yncludeDATA: $(ynclude_DATA) @$(NORMAL_INSTALL) test -z "$(yncludedir)" || $(mkdir_p) "$(DESTDIR)$(yncludedir)" @@ -366,7 +386,7 @@ check: check-am all-am: Makefile $(DATA) installdirs: - for dir in "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" "$(DESTDIR)$(yncludedir)"; do \ + for dir in "$(DESTDIR)$(clientdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(modulebindir)" "$(DESTDIR)$(rncdir)" "$(DESTDIR)$(yncludedir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@ -414,7 +434,8 @@ info-am: install-data-am: install-clientDATA install-desktopDATA \ - install-moduleDATA install-modulebinDATA install-yncludeDATA + install-moduleDATA install-modulebinDATA install-rncDATA \ + install-yncludeDATA install-exec-am: @@ -442,20 +463,20 @@ uninstall-am: uninstall-clientDATA uninstall-desktopDATA \ uninstall-info-am uninstall-moduleDATA uninstall-modulebinDATA \ - uninstall-yncludeDATA + uninstall-rncDATA uninstall-yncludeDATA .PHONY: all all-am check check-am clean clean-generic dist-hook \ distclean distclean-generic distdir dvi dvi-am html html-am \ info info-am install install-am install-clientDATA \ install-data install-data-am install-desktopDATA install-exec \ install-exec-am install-info install-info-am install-man \ - install-moduleDATA install-modulebinDATA install-strip \ - install-yncludeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-clientDATA uninstall-desktopDATA uninstall-info-am \ - uninstall-moduleDATA uninstall-modulebinDATA \ - uninstall-yncludeDATA + install-moduleDATA install-modulebinDATA install-rncDATA \ + install-strip install-yncludeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-clientDATA uninstall-desktopDATA \ + uninstall-info-am uninstall-moduleDATA uninstall-modulebinDATA \ + uninstall-rncDATA uninstall-yncludeDATA security: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/src/Security.ycp new/yast2-security-2.14.2/src/Security.ycp --- old/yast2-security-2.14.1/src/Security.ycp 2006-09-21 12:51:10.000000000 +0200 +++ new/yast2-security-2.14.2/src/Security.ycp 2006-09-21 13:11:31.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Data for the security configuration * Authors: Michal Svec <msvec@suse.cz> * - * $Id: Security.ycp 32571 2006-08-25 13:33:12Z jsuchome $ + * $Id: Security.ycp 33020 2006-09-21 11:13:06Z jsuchome $ */ { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/src/security.desktop new/yast2-security-2.14.2/src/security.desktop --- old/yast2-security-2.14.1/src/security.desktop 2005-09-08 10:34:52.000000000 +0200 +++ new/yast2-security-2.14.2/src/security.desktop 2006-10-26 16:03:34.000000000 +0200 @@ -16,6 +16,7 @@ X-SuSE-YaST-SortKey= X-SuSE-YaST-AutoInstResource=security X-SuSE-YaST-AutoInstClonable=true +X-SuSE-YaST-AutoInstSchema=security.rnc Icon=yast-security Exec=/sbin/yast2 security diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/src/security.rnc new/yast2-security-2.14.2/src/security.rnc --- old/yast2-security-2.14.1/src/security.rnc 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-security-2.14.2/src/security.rnc 2006-10-26 15:55:39.000000000 +0200 @@ -0,0 +1,75 @@ +default namespace = "http://www.suse.com/1.0/yast2ns" + +console_shutdown = element console_shutdown { text } +cwd_in_root_path = element cwd_in_root_path { text } +cwd_in_user_path = element cwd_in_user_path { text } +cracklib_dict_path = element cracklib_dict_path { text } +displaymanager_remote_access = + element displaymanager_remote_access { text } +enable_sysrq = element enable_sysrq { text } +encryption = element encryption { text } +passwd_encryption = element passwd_encryption { text } +fail_delay = element fail_delay { text } +faillog_enab = element faillog_enab { text } +faillog_auth = element faillog_auth { text } +gid_max = element gid_max { text } +gid_min = element gid_min { text } +kdm_shutdown = element kdm_shutdown { text } +lastlog_enab = element lastlog_enab { text } +obscure_checks_enab = element obscure_checks_enab { text } +pass_max_days = element pass_max_days { text } +pass_max_len = element pass_max_len { text } +pass_min_days = element pass_min_days { text } +pass_min_len = element pass_min_len { text } +pass_warn_age = element pass_warn_age { text } +passwd_use_cracklib = element passwd_use_cracklib { text } +permission_security = element permission_security { text } +run_updatedb_as = element run_updatedb_as { text } +uid_max = element uid_max { text } +uid_min = element uid_min { text } +system_gid_max = element system_gid_max { text } +system_gid_min = element system_gid_min { text } +system_uid_max = element system_uid_max { text } +system_uid_min = element system_uid_min { text } +useradd_cmd = element useradd_cmd { text } +userdel_postcmd = element userdel_postcmd { text } +userdel_precmd = element userdel_precmd { text } +group_encryption = element group_encryption { text } +displaymanager_shutdown = element displaymanager_shutdown { text } +passwd_remember_history = element passwd_remember_history { text } +y2_security = + console_shutdown + | cracklib_dict_path + | cwd_in_root_path + | cwd_in_user_path + | displaymanager_remote_access + | enable_sysrq + | passwd_encryption + | fail_delay + | faillog_enab + | gid_max + | gid_min + | kdm_shutdown + | lastlog_enab + | obscure_checks_enab + | pass_max_days + | pass_max_len + | pass_min_days + | pass_min_len + | pass_warn_age + | passwd_use_cracklib + | permission_security + | run_updatedb_as + | system_gid_max + | system_gid_min + | system_uid_max + | system_uid_min + | uid_max + | uid_min + | useradd_cmd + | userdel_postcmd + | userdel_precmd + | group_encryption + | displaymanager_shutdown + | passwd_remember_history +security = element security { y2_security* } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/testsuite/tests/Level1.ycp new/yast2-security-2.14.2/testsuite/tests/Level1.ycp --- old/yast2-security-2.14.1/testsuite/tests/Level1.ycp 2006-09-21 12:56:15.000000000 +0200 +++ new/yast2-security-2.14.2/testsuite/tests/Level1.ycp 2006-09-21 13:11:31.000000000 +0200 @@ -7,7 +7,7 @@ * Authors: * Michal Svec <msvec@suse.cz> * - * $Id: Level1.ycp 32571 2006-08-25 13:33:12Z jsuchome $ + * $Id: Level1.ycp 33020 2006-09-21 11:13:06Z jsuchome $ * * testedfiles: Security.ycp PamSettings.ycp Pam.ycp */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/testsuite/tests/Level2.ycp new/yast2-security-2.14.2/testsuite/tests/Level2.ycp --- old/yast2-security-2.14.1/testsuite/tests/Level2.ycp 2006-09-21 12:57:16.000000000 +0200 +++ new/yast2-security-2.14.2/testsuite/tests/Level2.ycp 2006-09-21 13:11:31.000000000 +0200 @@ -7,7 +7,7 @@ * Authors: * Michal Svec <msvec@suse.cz> * - * $Id: Level2.ycp 32571 2006-08-25 13:33:12Z jsuchome $ + * $Id: Level2.ycp 33020 2006-09-21 11:13:06Z jsuchome $ * * testedfiles: Security.ycp PamSettings.ycp Pam.ycp */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/testsuite/tests/Level3.ycp new/yast2-security-2.14.2/testsuite/tests/Level3.ycp --- old/yast2-security-2.14.1/testsuite/tests/Level3.ycp 2006-09-21 12:57:26.000000000 +0200 +++ new/yast2-security-2.14.2/testsuite/tests/Level3.ycp 2006-09-21 13:11:31.000000000 +0200 @@ -7,7 +7,7 @@ * Authors: * Michal Svec <msvec@suse.cz> * - * $Id: Level3.ycp 32571 2006-08-25 13:33:12Z jsuchome $ + * $Id: Level3.ycp 33020 2006-09-21 11:13:06Z jsuchome $ * * testedfiles: Security.ycp PamSettings.ycp Pam.ycp */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-security-2.14.1/testsuite/tests/Write.ycp new/yast2-security-2.14.2/testsuite/tests/Write.ycp --- old/yast2-security-2.14.1/testsuite/tests/Write.ycp 2006-09-21 12:57:38.000000000 +0200 +++ new/yast2-security-2.14.2/testsuite/tests/Write.ycp 2006-09-21 13:11:31.000000000 +0200 @@ -7,7 +7,7 @@ * Authors: * Michal Svec <msvec@suse.cz> * - * $Id: Write.ycp 32571 2006-08-25 13:33:12Z jsuchome $ + * $Id: Write.ycp 33020 2006-09-21 11:13:06Z jsuchome $ * * testedfiles: Security.ycp PamSettings.ycp Pam.ycp */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de