From 0fd53f21dd0f1af919d9daaa46d77eb410b62bf3e3296b7e90b4b1a33c7dc2a0 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 29 Jan 2018 09:27:51 +0000 Subject: [PATCH 1/4] - release 14.355 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1105 --- installation-images-14.354.tar.xz | 3 --- installation-images-14.355.tar.xz | 3 +++ installation-images.changes | 8 ++++++++ installation-images.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 installation-images-14.354.tar.xz create mode 100644 installation-images-14.355.tar.xz diff --git a/installation-images-14.354.tar.xz b/installation-images-14.354.tar.xz deleted file mode 100644 index 0528998..0000000 --- a/installation-images-14.354.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ced2786640c59b2253c3cdb7ad2c91d9d8e11abed48412fcafe8374d97f923 -size 174016 diff --git a/installation-images-14.355.tar.xz b/installation-images-14.355.tar.xz new file mode 100644 index 0000000..d345c6e --- /dev/null +++ b/installation-images-14.355.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4dc02ac390b2c5d192e2a3e68baa4febac39e134252212a2a68792a8fe08f1 +size 174048 diff --git a/installation-images.changes b/installation-images.changes index 0266094..028c63f 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,11 @@ +-------------------------------------------------------------------- +Mon Jan 29 09:25:54 UTC 2018 - wfeldt@opensuse.org + +- merge gh#openSUSE/installation-images#229 +- make cypto lib dependencies more flexible +- make dependency on bash explicit +- 14.355 + -------------------------------------------------------------------- Wed Jan 24 10:48:29 UTC 2018 - wfeldt@opensuse.org diff --git a/installation-images.spec b/installation-images.spec index 9d603c4..c3ee446 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -502,7 +502,7 @@ ExcludeArch: %arm Summary: Installation Image Files for %theme License: GPL-2.0+ Group: Metapackages -Version: 14.354 +Version: 14.355 Release: 0 Provides: installation-images = %version-%release Conflicts: otherproviders(installation-images) From afaf59145eca2de97b1c15268abf969cb50c487e0742196e4f39bb76cd8f2214 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 29 Jan 2018 09:27:57 +0000 Subject: [PATCH 2/4] Accepting request 570463 from home:dimstar:Factory - Own /usr/lib/skelcd if skelcd_compat is set: until the products are fully migrated to the product builder rewrite, some still use the legacy /CD1 path. They advertise this by defining skelcd_compat=1. This addresses the i-i failures in Staging:A OBS-URL: https://build.opensuse.org/request/show/570463 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1106 --- installation-images.changes | 8 ++++++++ installation-images.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/installation-images.changes b/installation-images.changes index 028c63f..b920cff 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 29 08:56:02 UTC 2018 - dimstar@opensuse.org + +- Own /usr/lib/skelcd if skelcd_compat is set: until the products + are fully migrated to the product builder rewrite, some still use + the legacy /CD1 path. They advertise this by defining + skelcd_compat=1. + -------------------------------------------------------------------- Mon Jan 29 09:25:54 UTC 2018 - wfeldt@opensuse.org diff --git a/installation-images.spec b/installation-images.spec index c3ee446..fc5a2b3 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -663,6 +663,9 @@ rm -rf %{buildroot} %files -n skelcd-installer-%{theme} %defattr(-,root,root) +%if 0{?skelcd_compat} +%dir /usr/lib/skelcd +%endif /usr/lib/skelcd/CD1 %files -n installation-images-debuginfodeps-%{theme} From 7a2593be70af10057e4d41fa864057d5423fd00bb3561e7fd818d5f346bafdfd Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 29 Jan 2018 09:32:35 +0000 Subject: [PATCH 3/4] -------------------------------------------------------------------- - merge gh#openSUSE/installation-images#229 - make cypto lib dependencies more flexible - make dependency on bash explicit - 14.355 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1107 --- installation-images.changes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/installation-images.changes b/installation-images.changes index b920cff..df99f83 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Mon Jan 29 08:56:02 UTC 2018 - dimstar@opensuse.org - -- Own /usr/lib/skelcd if skelcd_compat is set: until the products - are fully migrated to the product builder rewrite, some still use - the legacy /CD1 path. They advertise this by defining - skelcd_compat=1. - -------------------------------------------------------------------- Mon Jan 29 09:25:54 UTC 2018 - wfeldt@opensuse.org @@ -14,6 +6,14 @@ Mon Jan 29 09:25:54 UTC 2018 - wfeldt@opensuse.org - make dependency on bash explicit - 14.355 +------------------------------------------------------------------- +Mon Jan 29 08:56:02 UTC 2018 - dimstar@opensuse.org + +- Own /usr/lib/skelcd if skelcd_compat is set: until the products + are fully migrated to the product builder rewrite, some still use + the legacy /CD1 path. They advertise this by defining + skelcd_compat=1. + -------------------------------------------------------------------- Wed Jan 24 10:48:29 UTC 2018 - wfeldt@opensuse.org From 5a4b3676eb1cc3ac4c51ac6068da54906dad32b8bec696ab0a056e19a25ccb4d Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 29 Jan 2018 09:46:25 +0000 Subject: [PATCH 4/4] Accepting request 570490 from home:dimstar:Factory My sub WAS broken ... OBS-URL: https://build.opensuse.org/request/show/570490 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1108 --- installation-images.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-images.spec b/installation-images.spec index fc5a2b3..ffc7f19 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -663,7 +663,7 @@ rm -rf %{buildroot} %files -n skelcd-installer-%{theme} %defattr(-,root,root) -%if 0{?skelcd_compat} +%if 0%{?skelcd_compat} %dir /usr/lib/skelcd %endif /usr/lib/skelcd/CD1