Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package skelcd-control-openSUSE for openSUSE:Factory checked in at 2021-05-07 16:45:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old) and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE" Fri May 7 16:45:33 2021 rev:224 rq:890738 version:20210505 Changes: -------- --- /work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes 2021-04-18 21:45:00.368711258 +0200 +++ /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.2988/skelcd-control-openSUSE-promo.changes 2021-05-07 16:45:51.268267675 +0200 @@ -1,0 +2,6 @@ +Wed May 5 13:12:33 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix path of repo for Leap 15.3 armv7 (boo#1183795) +- 20210505 + +------------------------------------------------------------------- skelcd-control-openSUSE.changes: same change Old: ---- skelcd-control-openSUSE-20210414.tar.bz2 New: ---- skelcd-control-openSUSE-20210505.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skelcd-control-openSUSE-promo.spec ++++++ --- /var/tmp/diff_new_pack.5EKoYJ/_old 2021-05-07 16:45:52.200264744 +0200 +++ /var/tmp/diff_new_pack.5EKoYJ/_new 2021-05-07 16:45:52.204264732 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE-promo -Version: 20210414 +Version: 20210505 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) skelcd-control-openSUSE.spec: same change ++++++ skelcd-control-openSUSE-20210414.tar.bz2 -> skelcd-control-openSUSE-20210505.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-20210414/package/skelcd-control-openSUSE.changes new/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.changes --- old/skelcd-control-openSUSE-20210414/package/skelcd-control-openSUSE.changes 2021-04-15 11:55:03.000000000 +0200 +++ new/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.changes 2021-05-05 15:50:15.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed May 5 13:12:33 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix path of repo for Leap 15.3 armv7 (boo#1183795) +- 20210505 + +------------------------------------------------------------------- Wed Apr 14 13:53:36 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> - Add missing arm grub2 efi subvolume (boo#1184788) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-20210414/package/skelcd-control-openSUSE.spec new/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.spec --- old/skelcd-control-openSUSE-20210414/package/skelcd-control-openSUSE.spec 2021-04-15 11:55:03.000000000 +0200 +++ new/skelcd-control-openSUSE-20210505/package/skelcd-control-openSUSE.spec 2021-05-05 15:50:15.000000000 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE -Version: 20210414 +Version: 20210505 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)