From 081fb505f89f17375c0e5f138d58157957e945b5d01f440495ca320ebb630e1d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 2 Jun 2016 13:25:34 +0000 Subject: [PATCH 1/3] - Drop yast2-installation-devel-doc package (fate#320356) - 3.1.192 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=792 --- yast2-installation-3.1.191.tar.bz2 | 3 --- yast2-installation-3.1.192.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 18 +----------------- 4 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 yast2-installation-3.1.191.tar.bz2 create mode 100644 yast2-installation-3.1.192.tar.bz2 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.192.tar.bz2 b/yast2-installation-3.1.192.tar.bz2 new file mode 100644 index 0000000..849eb8d --- /dev/null +++ b/yast2-installation-3.1.192.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf076fcf5929ff5d032bc9fe384d73c4d128a630d911b4299fc7af47c5eb1273 +size 422622 diff --git a/yast2-installation.changes b/yast2-installation.changes index f687726..99eff65 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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..783f09f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.191 +Version: 3.1.192 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -133,20 +133,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 +223,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 From 7f83cfe06c276d4488e8551b03508b3688e113b51de0f4c410add7bfc261dad2 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 3 Jun 2016 13:20:28 +0000 Subject: [PATCH 2/3] - Adapt AutoYaST to support import of SSH server keys/configuration (fate#319624) - 3.1.193 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=793 --- yast2-installation-3.1.192.tar.bz2 | 3 --- yast2-installation-3.1.193.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.192.tar.bz2 create mode 100644 yast2-installation-3.1.193.tar.bz2 diff --git a/yast2-installation-3.1.192.tar.bz2 b/yast2-installation-3.1.192.tar.bz2 deleted file mode 100644 index 849eb8d..0000000 --- a/yast2-installation-3.1.192.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf076fcf5929ff5d032bc9fe384d73c4d128a630d911b4299fc7af47c5eb1273 -size 422622 diff --git a/yast2-installation-3.1.193.tar.bz2 b/yast2-installation-3.1.193.tar.bz2 new file mode 100644 index 0000000..f226f65 --- /dev/null +++ b/yast2-installation-3.1.193.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dd0ac3fc4026157e4e31ecde849ceae6bdcb1741b36cc9c4a13ebb72483787 +size 425438 diff --git a/yast2-installation.changes b/yast2-installation.changes index 99eff65..942e000 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 783f09f..3eeab0d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.192 +Version: 3.1.193 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From f833b815a1fca213afbcef6d90e4757c15dc2ebdb41edc07d050df1c4ddc162e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 9 Jun 2016 15:17:48 +0000 Subject: [PATCH 3/3] Updated to git ref 32adaec OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=794 --- yast2-installation-3.1.193.tar.bz2 | 4 ++-- yast2-installation.spec | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.193.tar.bz2 b/yast2-installation-3.1.193.tar.bz2 index f226f65..ff9e966 100644 --- a/yast2-installation-3.1.193.tar.bz2 +++ b/yast2-installation-3.1.193.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21dd0ac3fc4026157e4e31ecde849ceae6bdcb1741b36cc9c4a13ebb72483787 -size 425438 +oid sha256:34a3c4f7c3915983a4e8029ade87860054fbdef3f177a198ff522227f98f51ba +size 425682 diff --git a/yast2-installation.spec b/yast2-installation.spec index 3eeab0d..56ce751 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -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