Script 'mail_helper' called by ro
Hello packager,

This is just FYI.  Your package was checked in in distribution "sle12"
by autobuild-member: ro.

Here comes the log...

---------------------------%<------------------------------
Hi,

here is the log from ci_new_pac /mounts/work_src_done/SLE12/skelcd-control-SLES 
-> sle12




Changes:
--------
--- /work/SRC/SUSE:SLE-12:GA/skelcd-control-SLES/skelcd-control-SLES.changes    
2014-01-17 14:11:56.000000000 +0100
+++ /mounts/work_src_done/SLE12/skelcd-control-SLES/skelcd-control-SLES.changes 
2014-01-28 11:37:33.000000000 +0100
@@ -1,0 +2,37 @@
+Fri Jan 24 17:44:48 UTC 2014 - [email protected]
+
+- added yast2-registration to Requires to add it into SLES inst-sys
+- 12.0.3
+
+-------------------------------------------------------------------
+Fri Jan 24 15:15:10 UTC 2014 - [email protected]
+
+- Add firewall proposal same as in opensuse
+- 12.0.2
+
+-------------------------------------------------------------------
+Thu Jan 23 16:54:48 UTC 2014 - [email protected]
+
+- added missing root password dialog
+- added registration and root password to live installation
+- move "system" item in the installation proposal to bottom
+- 12.0.1
+
+-------------------------------------------------------------------
+Thu Jan 23 13:33:44 UTC 2014 - [email protected]
+
+- adjusted live workflow according to new installer (no 2nd stage)
+  (fate#316202)
+
+-------------------------------------------------------------------
+Fri Jan 17 14:22:08 UTC 2014 - [email protected]
+
+- the development has been moved to Yast Gihub
+  (https://github.com/yast/skelcd-control-SLES),
+  the package is autosumbmitted by Jenkins CI
+- removed "magic" get_version_number.sh script (use static
+  versioning as usual) (the script was not compatible with Yast
+  workflow at Jenkins)
+- version 12.0.0
+
+-------------------------------------------------------------------

calling whatdependson for sle12-i586
Packages directly triggered for rebuild:
- skelcd-control-SLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/SUSE:SLE-12:GA/skelcd-control-SLES (Old)
 and      /mounts/work_src_done/SLE12/skelcd-control-SLES (BS:build ID:31240 
MAIL:[email protected]) (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-SLES", Maintainer is "[email protected]"


Old:
----
  control.xml
  get_version_number.sh

New:
----
  skelcd-control-SLES-12.0.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ skelcd-control-SLES.spec ++++++
--- /var/tmp/diff_new_pack.QtLW1I/_old  2014-01-28 14:06:49.000000000 +0100
+++ /var/tmp/diff_new_pack.QtLW1I/_new  2014-01-28 14:06:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-SLES
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,44 +15,100 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+######################################################################
+#
+# IMPORTANT: Please do not change the control file or this spec file
+#   in build service directly, use
+#   https://github.com/yast/skelcd-control-SLES repository
+#
+#   See https://github.com/yast/skelcd-control-SLES/blob/master/CONTRIBUTING.md
+#   for more details.
+#
+######################################################################
 
 Name:           skelcd-control-SLES
-BuildRequires:  libxml2
+# xmllint (for validation)
+BuildRequires:  libxml2-tools
+# RNG validation schema
 BuildRequires:  yast2-installation-control
-Url:            http://www.suse.com/
-License:        MIT
-Group:          Metapackages
+
+
+######################################################################
+#
+# Here is the list of Yast packages which are needed in the
+# installation system (inst-sys) for the Yast installer
+#
+
+# SLES specific Yast packages needed in the inst-sys
+# to provide the functionality needed by this control file
+Requires:       yast2-registration
+Requires:       yast2-theme-SLE
+
+# Generic Yast packages needed for the installer
+Requires:       autoyast2-installation
+Requires:       yast2-add-on
+Requires:       yast2-fcoe-client
+Requires:       yast2-iscsi-client
+Requires:       yast2-kdump
+Requires:       yast2-multipath
+Requires:       yast2-network
+Requires:       yast2-nfs-client
+Requires:       yast2-ntp-client
+Requires:       yast2-proxy
+Requires:       yast2-services-manager
+Requires:       yast2-slp
+Requires:       yast2-trans-allpacks
+Requires:       yast2-trans-stats
+Requires:       yast2-tune
+Requires:       yast2-update
+Requires:       yast2-users
+Requires:       yast2-x11
+# this is the default theme
+Requires:       yast2-theme-openSUSE-Oxygen
+
+# Architecture specific packages
+#
+%ifarch s390 s390x
+BuildRequires:  yast2-reipl
+%endif
+
+%ifarch %ix86 x86_64
+BuildRequires:  yast2-vm
+%endif
+
+#
+######################################################################
+
+Url:            https://github.com/yast/skelcd-control-SLES
 AutoReqProv:    off
-Version:        2013.12.10
+Version:        12.0.3
 Release:        0
 Summary:        SLES control file needed for installation
+License:        MIT
+Group:          Metapackages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         control.xml
+Source:         %{name}-%{version}.tar.bz2
 
 %description
 SLES control file needed for installation
 
+%prep
 
+%setup -n %{name}-%{version}
 
-Authors:
---------
-    Anas Nashif<[email protected]>
-    Jiri Srain <[email protected]>
-
-%prep
+%check
+#
+# Verify syntax
+#
+make -C control check
 
 %install
 #
 # Add control file 
 #
 mkdir -p $RPM_BUILD_ROOT/CD1
-#
-# Verify syntax
-#
-xmllint --noout --relaxng /usr/share/YaST2/control/control.rng 
$RPM_SOURCE_DIR/control.xml
-cp $RPM_SOURCE_DIR/control.xml $RPM_BUILD_ROOT/CD1/
+install -m 644 control/control.SLES.xml $RPM_BUILD_ROOT/CD1/control.xml
 
 %files
 %defattr(644,root,root,755)

continue with "q"...


Checked in at Tue Jan 28 14:07:27 CET 2014 by ro

Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to