diff --git a/yast2-installation-3.1.191.tar.bz2 b/yast2-installation-3.1.191.tar.bz2 deleted file mode 100644 index d90ef96..0000000 --- a/yast2-installation-3.1.191.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6d3b6f36226aaf78e8c687c914d1286203268b717920dd9d4081e7743930416 -size 422737 diff --git a/yast2-installation-3.1.193.tar.bz2 b/yast2-installation-3.1.193.tar.bz2 new file mode 100644 index 0000000..ff9e966 --- /dev/null +++ b/yast2-installation-3.1.193.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a3c4f7c3915983a4e8029ade87860054fbdef3f177a198ff522227f98f51ba +size 425682 diff --git a/yast2-installation.changes b/yast2-installation.changes index f687726..942e000 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 2 11:09:33 UTC 2016 - schubi@suse.de + +- Adapt AutoYaST to support import of SSH server keys/configuration + (fate#319624) +- 3.1.193 + +------------------------------------------------------------------- +Thu Jun 2 10:09:33 UTC 2016 - igonzalezsosa@suse.com + +- Drop yast2-installation-devel-doc package (fate#320356) +- 3.1.192 + ------------------------------------------------------------------- Wed Jun 1 11:41:27 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 0a99dbc..56ce751 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.191 +Version: 3.1.193 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -100,6 +100,8 @@ Conflicts: yast2-core < 2.17.10 # Top bar with logo Conflicts: yast2-ycp-ui-bindings < 3.1.7 +Obsoletes: yast2-installation-devel-doc + # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: coreutils Requires: gzip @@ -133,20 +135,9 @@ PreReq: %fillup_prereq BuildArch: noarch -%package devel-doc -Requires: yast2-installation >= 2.15.34 - -PreReq: %fillup_prereq - -Summary: YaST2 - Installation Parts -Group: Documentation/HTML - %description System installation code as present on installation media. -%description devel-doc -System installation code as present on installation media. - %prep %setup -n %{name}-%{version} @@ -234,9 +225,4 @@ systemctl enable YaST2-Firstboot.service %dir %{yast_docdir} %{yast_docdir}/COPYING -%files devel-doc -%defattr(-,root,root) -%doc %{yast_docdir} -%exclude %{yast_docdir}/COPYING - %changelog