commit live-net-installer for openSUSE:Factory
Hello community, here is the log from the commit of package live-net-installer for openSUSE:Factory checked in at 2019-07-29 17:32:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old) and /work/SRC/openSUSE:Factory/.live-net-installer.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "live-net-installer" Mon Jul 29 17:32:18 2019 rev:8 rq:719593 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes 2019-01-21 10:58:18.731434441 +0100 +++ /work/SRC/openSUSE:Factory/.live-net-installer.new.4126/live-net-installer.changes 2019-07-29 17:32:20.114103777 +0200 @@ -1,0 +2,6 @@ +Mon Jul 29 11:54:44 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> + +- Fix URL for aarch64 +- URL is arch specific, so drop noarch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ live-net-installer.spec ++++++ --- /var/tmp/diff_new_pack.G7AkHr/_old 2019-07-29 17:32:21.170102500 +0200 +++ /var/tmp/diff_new_pack.G7AkHr/_new 2019-07-29 17:32:21.174102495 +0200 @@ -16,6 +16,12 @@ # +%ifarch aarch64 +%define base_url http://download.opensuse.org/ports/aarch64 +%else +%define base_url http://download.opensuse.org +%endif + Name: live-net-installer Version: 1.0 Release: 0 @@ -33,7 +39,6 @@ Requires: util-linux Requires: xdg-utils Requires: yast2-installation -BuildArch: noarch %description This package contains files that allow starting the installer from a @@ -47,7 +52,7 @@ %if 0%{?is_opensuse} # Tumbleweed? %if 0%{?suse_version} >= 1550 && !0%{?sle_version} -URL="http://download.opensuse.org/tumbleweed/repo/oss" +URL="%{base_url}/tumbleweed/repo/oss" %endif # Leap? @@ -55,7 +60,7 @@ leap="$(expr %{?sle_version} / 100)" leap_min="$(expr ${leap} % 100)" || true # leap_min can be 0, which causes expr to exit(1) leap_maj="$(expr ${leap} / 100)" -URL="http://download.opensuse.org/distribution/leap/${leap_maj}.${leap_min}/repo/oss" +URL="%{base_url}/distribution/leap/${leap_maj}.${leap_min}/repo/oss" %endif %endif
participants (1)
-
root