Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2016-09-17 14:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-09-05 21:12:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2016-09-17 14:35:56.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Sep 14 13:53:41 UTC 2016 - [email protected]
+
+- reduce time needed for building this package
+
+-------------------------------------------------------------------
+Tue Sep 13 12:37:57 UTC 2016 - [email protected]
+
+- fix skipping of proposal returning empty hash otherwise it
+ creates non sense proposal entry in UI (bnc#994127)
+- 3.1.215
+
+-------------------------------------------------------------------
@@ -9 +21 @@
-- 3.1.124
+- 3.1.214
Old:
----
yast2-installation-3.1.214.tar.bz2
New:
----
yast2-installation-3.1.215.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.QmCZl9/_old 2016-09-17 14:35:57.000000000 +0200
+++ /var/tmp/diff_new_pack.QmCZl9/_new 2016-09-17 14:35:57.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 3.1.214
+Version: 3.1.215
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,20 +33,16 @@
Source1: YaST2-Second-Stage.service
Source2: YaST2-Firstboot.service
-BuildRequires: docbook-xsl-stylesheets
-BuildRequires: libxslt
BuildRequires: update-desktop-files
-BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 3.1.10
-BuildRequires: yast2-packager >= 3.1.113
+# needed for xml agent reading about products
+BuildRequires: yast2-xml
BuildRequires: rubygem(rspec)
+BuildRequires: rubygem(yast-rake)
# Moved proc_modules.scr
BuildRequires: yast2 >= 3.1.180
-# Yast::Remote
-BuildRequires: yast2-network
-
# AutoinstSoftware.SavePackageSelection()
Requires: autoyast2-installation >= 3.1.105
@@ -112,7 +108,6 @@
Requires: tar
%if 0%{?suse_version} >= 1210
-BuildRequires: systemd-devel
%{systemd_requires}
%endif
@@ -145,17 +140,27 @@
%prep
%setup -n %{name}-%{version}
+%check
+rake test:unit
+
%build
-%yast_build
%install
-%yast_install
+rake install DESTDIR="%{buildroot}"
for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`;
do
%suse_update_desktop_file $f
done
mkdir -p %{buildroot}%{yast_vardir}/hooks/installation
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preFirstCall
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preSecondCall
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postFirstCall
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postSecondCall
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preFirstStage
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preSecondStage
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postFirstStage
+mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postSecondStage
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
@@ -228,6 +233,8 @@
%dir %{yast_vardir}/hooks/installation
%dir %{yast_docdir}
-%{yast_docdir}/COPYING
+%doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/README.md
+%doc %{yast_docdir}/CONTRIBUTING.md
%changelog
++++++ yast2-installation-3.1.214.tar.bz2 -> yast2-installation-3.1.215.tar.bz2
++++++
++++ 31675 lines of diff (skipped)