[yast-commit] r58863 - in /branches/SuSE-Code-11-SP1-Branch/yast2: VERSION library/runlevel/src/Makefile.am library/runlevel/src/SERVICES.pm library/runlevel/src/YaPI/SERVICES.pm package/yast2.changes yast2.spec.in
Author: jsuchome Date: Thu Oct 1 11:33:29 2009 New Revision: 58863 URL: http://svn.opensuse.org/viewcvs/yast?rev=58863&view=rev Log: - correctly package SERVICES.pm - 2.17.72 Added: branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/YaPI/SERVICES.pm - copied unchanged from r58860, branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/SERVICES.pm Removed: branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/SERVICES.pm Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Makefile.am branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes branches/SuSE-Code-11-SP1-Branch/yast2/yast2.spec.in Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/VERSION?rev=58863&r1=58862&r2=58863&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/VERSION Thu Oct 1 11:33:29 2009 @@ -1 +1 @@ -2.17.71 +2.17.72 Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Makefile.am?rev=58863&r1=58862&r2=58863&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Makefile.am (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Makefile.am Thu Oct 1 11:33:29 2009 @@ -6,7 +6,12 @@ module_DATA = Service.ycp Runlevel.ycp +YaPI_perldir = @moduledir@/YaPI + +YaPI_perl_DATA = \ + YaPI/SERVICES.pm + EXTRA_DIST = $(agent_SCRIPTS) \ - $(scrconf_DATA) $(module_DATA) + $(scrconf_DATA) $(module_DATA) $(YaPI_perl_DATA) include $(top_srcdir)/Makefile.am.common Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes?rev=58863&r1=58862&r2=58863&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Thu Oct 1 11:33:29 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 1 11:03:46 CEST 2009 - jsuchome@suse.cz + +- correctly package SERVICES.pm +- 2.17.72 + +------------------------------------------------------------------- Wed Sep 30 15:53:47 CEST 2009 - lslezak@suse.cz - Service.ycp - bad regexp, SuSEFirewall2_* not correctly recognized Modified: branches/SuSE-Code-11-SP1-Branch/yast2/yast2.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/yast2.spec.in?rev=58863&r1=58862&r2=58863&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/yast2.spec.in (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/yast2.spec.in Thu Oct 1 11:33:29 2009 @@ -1,6 +1,7 @@ @HEADER-COMMENT@ @HEADER@ +Group: System/YaST Source1: yast2-rpmlintrc BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite yast2-perl-bindings @@ -80,7 +81,7 @@ %package devel-doc Requires: yast2 = %version -Group: Development/Libraries +Group: System/YaST Provides: yast2-lib-sequencer-devel Obsoletes: yast2-lib-sequencer-devel Obsoletes: yast2-devel @@ -130,6 +131,7 @@ %dir @imagedir@ %dir @localedir@ %dir @moduledir@ +%dir @moduledir@/YaPI %dir @scrconfdir@ %dir @ybindir@ %dir @ydatadir@ @@ -147,6 +149,7 @@ @ydatadir@/*.ycp @clientdir@/* @moduledir@/* +@moduledir@/YaPI/*.pm @scrconfdir@/* @ybindir@/* @agentdir@/ag_* -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org