Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package skelcd-control-openSUSE for openSUSE:Leap:15.3 checked in at 2021-05-05 17:26:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.3/skelcd-control-openSUSE (Old) and /work/SRC/openSUSE:Leap:15.3/.skelcd-control-openSUSE.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE" Wed May 5 17:26:21 2021 rev:9 rq:890750 version:15.3.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.3/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes 2021-04-22 09:47:13.395180987 +0200 +++ /work/SRC/openSUSE:Leap:15.3/.skelcd-control-openSUSE.new.2988/skelcd-control-openSUSE-promo.changes 2021-05-05 17:26:22.136999296 +0200 @@ -1,0 +2,6 @@ +Wed May 5 12:54:16 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix path of repo for Leap 15.3 armv7 (boo#1183795) +- 15.3.4 + +------------------------------------------------------------------- skelcd-control-openSUSE.changes: same change Old: ---- skelcd-control-openSUSE-15.3.3.tar.bz2 New: ---- skelcd-control-openSUSE-15.3.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skelcd-control-openSUSE-promo.spec ++++++ --- /var/tmp/diff_new_pack.maFGKe/_old 2021-05-05 17:26:22.576997362 +0200 +++ /var/tmp/diff_new_pack.maFGKe/_new 2021-05-05 17:26:22.580997345 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE-promo -Version: 15.3.3 +Version: 15.3.4 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -65,8 +65,8 @@ Requires: yast2-ntp-client Requires: yast2-proxy # this is the default theme -Requires: yast2-qt-branding-openSUSE Requires: yast2-configuration-management +Requires: yast2-qt-branding-openSUSE Requires: yast2-services-manager Requires: yast2-slp Requires: yast2-theme @@ -124,9 +124,21 @@ mkdir -p $RPM_BUILD_ROOT%{?skelcdpath}/CD1 install -m 644 control/${CONTROL_FILE} $RPM_BUILD_ROOT%{?skelcdpath}/CD1/control.xml +%define update_repo 0 %if 0%{?sle_version} <= 150200 -# With Leap 15.3 and later, all supported archs are in the same repo. TW remains separated. +# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le s390x are separated from regular Leap repo. %ifarch aarch64 %arm ppc ppc64 ppc64le s390x +%define update_repo 1 +%endif +%endif +%if 0%{?sle_version} >= 150300 +# With Leap 15.3 and later, armv7 is the only archs separated, others (aarch64, etc.) are in the same repo. +%ifarch %arm +%define update_repo 1 +%endif +%endif + +%if "%{update_repo}" == "1" ports_arch="%{_arch}" %ifarch ppc ppc64 ppc64le ports_arch="ppc" @@ -156,7 +168,6 @@ mv %{buildroot}%{?skelcdpath}/CD1/control{_ports,}.xml xmllint --noout --relaxng %{_datadir}/YaST2/control/control.rng %{buildroot}%{?skelcdpath}/CD1/control.xml %endif -%endif %files %defattr(644,root,root,755) skelcd-control-openSUSE.spec: same change ++++++ skelcd-control-openSUSE-15.3.3.tar.bz2 -> skelcd-control-openSUSE-15.3.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-15.3.3/package/skelcd-control-openSUSE.changes new/skelcd-control-openSUSE-15.3.4/package/skelcd-control-openSUSE.changes --- old/skelcd-control-openSUSE-15.3.3/package/skelcd-control-openSUSE.changes 2021-04-22 08:46:07.000000000 +0200 +++ new/skelcd-control-openSUSE-15.3.4/package/skelcd-control-openSUSE.changes 2021-05-05 15:27:00.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed May 5 12:54:16 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix path of repo for Leap 15.3 armv7 (boo#1183795) +- 15.3.4 + +------------------------------------------------------------------- Wed Apr 21 20:04:24 UTC 2021 - Knut Anderssen <kanders...@suse.com> - Added debug update repo (boo#1182915) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-15.3.3/package/skelcd-control-openSUSE.spec new/skelcd-control-openSUSE-15.3.4/package/skelcd-control-openSUSE.spec --- old/skelcd-control-openSUSE-15.3.3/package/skelcd-control-openSUSE.spec 2021-04-22 08:46:07.000000000 +0200 +++ new/skelcd-control-openSUSE-15.3.4/package/skelcd-control-openSUSE.spec 2021-05-05 15:27:00.000000000 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE -Version: 15.3.3 +Version: 15.3.4 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -124,9 +124,21 @@ mkdir -p $RPM_BUILD_ROOT%{?skelcdpath}/CD1 install -m 644 control/${CONTROL_FILE} $RPM_BUILD_ROOT%{?skelcdpath}/CD1/control.xml +%define update_repo 0 %if 0%{?sle_version} <= 150200 -# With Leap 15.3 and later, all supported archs are in the same repo. TW remains separated. +# With Tumbleweed and Leap 15.2 and before, aarch64 arm ppc ppc64 ppc64le s390x are separated from regular Leap repo. %ifarch aarch64 %arm ppc ppc64 ppc64le s390x +%define update_repo 1 +%endif +%endif +%if 0%{?sle_version} >= 150300 +# With Leap 15.3 and later, armv7 is the only archs separated, others (aarch64, etc.) are in the same repo. +%ifarch %arm +%define update_repo 1 +%endif +%endif + +%if "%{update_repo}" == "1" ports_arch="%{_arch}" %ifarch ppc ppc64 ppc64le ports_arch="ppc" @@ -156,7 +168,6 @@ mv %{buildroot}%{?skelcdpath}/CD1/control{_ports,}.xml xmllint --noout --relaxng %{_datadir}/YaST2/control/control.rng %{buildroot}%{?skelcdpath}/CD1/control.xml %endif -%endif %files %defattr(644,root,root,755)