Hello community, here is the log from the commit of package skelcd-control-openSUSE for openSUSE:Factory checked in at 2020-11-13 18:57:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old) and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE" Fri Nov 13 18:57:28 2020 rev:221 rq:848344 version:20201110 Changes: -------- --- /work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes 2020-10-22 14:20:16.946642514 +0200 +++ /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.24930/skelcd-control-openSUSE-promo.changes 2020-11-13 18:57:34.358013246 +0100 @@ -1,0 +2,34 @@ +Tue Nov 10 04:59:22 UTC 2020 - Simon Lees <sfl...@suse.de> + +- Server Role should install the new yast2_server pattern + (boo#1159875) +- 20201110 + +------------------------------------------------------------------- +Mon Nov 9 12:21:02 UTC 2020 - Knut Anderssen <kanders...@suse.com> + +- Write linuxrc hostname and proxy configuration also during an + autoinstallation (bsc#1177768) +- 20201109 + +------------------------------------------------------------------- +Fri Nov 6 09:04:28 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Do not update repo paths for Leap 15.3 and later as all supported + archs are built in the same project and published in the same + online directory +- 20201106 + +------------------------------------------------------------------- +Wed Nov 4 15:16:59 UTC 2020 - Stasiek Michalski <hel...@mailbox.org> + +- Adjust the roles to the new YaST Patterns (boo#1159875) +- 20201105 + +------------------------------------------------------------------- +Mon Nov 2 09:20:50 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix update external link for non-x86 on Leap (bsc#1120938) +- 20201102 + +------------------------------------------------------------------- skelcd-control-openSUSE.changes: same change Old: ---- skelcd-control-openSUSE-20201007.tar.bz2 New: ---- skelcd-control-openSUSE-20201110.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skelcd-control-openSUSE-promo.spec ++++++ --- /var/tmp/diff_new_pack.GFdwrV/_old 2020-11-13 18:57:35.178014197 +0100 +++ /var/tmp/diff_new_pack.GFdwrV/_new 2020-11-13 18:57:35.178014197 +0100 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE-promo -Version: 20201007 +Version: 20201110 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -124,6 +124,8 @@ mkdir -p $RPM_BUILD_ROOT%{?skelcdpath}/CD1 install -m 644 control/${CONTROL_FILE} $RPM_BUILD_ROOT%{?skelcdpath}/CD1/control.xml +%if 0%{?sle_version} <= 150200 +# With Leap 15.3 and later, all supported archs are in the same repo. TW remains separated. %ifarch aarch64 %arm ppc ppc64 ppc64le s390x ports_arch="%{_arch}" %ifarch ppc ppc64 ppc64le @@ -148,12 +150,13 @@ sed -i -e "s,http://download.opensuse.org/update/tumbleweed/,http://download.opensuse.org/ports/$ports_arch/update/tumbleweed/," %{buildroot}%{?skelcdpath}/CD1/control.xml # Update external link sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Factory_Servers.xml,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\_Factory_Servers.xml," %{buildroot}%{?skelcdpath}/CD1/control.xml - sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Leap_,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\Leap_," %{buildroot}%{?skelcdpath}/CD1/control.xml + sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Leap_,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\_Leap_," %{buildroot}%{?skelcdpath}/CD1/control.xml #we parse out non existing non-oss repo for ports xsltproc -o %{buildroot}%{?skelcdpath}/CD1/control_ports.xml control/nonoss.xsl %{buildroot}%{?skelcdpath}/CD1/control.xml 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-20201007.tar.bz2 -> skelcd-control-openSUSE-20201110.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-20201007/control/control.openSUSE.xml new/skelcd-control-openSUSE-20201110/control/control.openSUSE.xml --- old/skelcd-control-openSUSE-20201007/control/control.openSUSE.xml 2020-10-09 15:16:45.000000000 +0200 +++ new/skelcd-control-openSUSE-20201110/control/control.openSUSE.xml 2020-11-13 14:02:38.000000000 +0100 @@ -374,7 +374,7 @@ <system_role> <id>generic_desktop</id> <software> - <default_patterns>basic_desktop x11 base x11_yast yast2_basis</default_patterns> + <default_patterns>basic_desktop x11 base x11_yast yast2_basis yast2_desktop</default_patterns> </software> <order config:type="integer">250</order> </system_role> @@ -386,7 +386,7 @@ <enable_sshd config:type="boolean">true</enable_sshd> </globals> <software> - <default_patterns>enhanced_base yast2_basis</default_patterns> + <default_patterns>enhanced_base yast2_basis yast2_server</default_patterns> </software> <order config:type="integer">300</order> </system_role> @@ -1178,6 +1178,11 @@ <enable_next>no</enable_next> </defaults> <modules config:type="list"> + <module> + <!-- writes hostname and proxy config bsc#1177768 --> + <label>Load Linuxrc Network Configuration</label> + <name>install_inf</name> + </module> <!-- As soon as possible --> <module> <label>Installer Update</label> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-20201007/package/skelcd-control-openSUSE.changes new/skelcd-control-openSUSE-20201110/package/skelcd-control-openSUSE.changes --- old/skelcd-control-openSUSE-20201007/package/skelcd-control-openSUSE.changes 2020-10-09 15:16:45.000000000 +0200 +++ new/skelcd-control-openSUSE-20201110/package/skelcd-control-openSUSE.changes 2020-11-13 14:02:38.000000000 +0100 @@ -1,4 +1,38 @@ ------------------------------------------------------------------- +Tue Nov 10 04:59:22 UTC 2020 - Simon Lees <sfl...@suse.de> + +- Server Role should install the new yast2_server pattern + (boo#1159875) +- 20201110 + +------------------------------------------------------------------- +Mon Nov 9 12:21:02 UTC 2020 - Knut Anderssen <kanders...@suse.com> + +- Write linuxrc hostname and proxy configuration also during an + autoinstallation (bsc#1177768) +- 20201109 + +------------------------------------------------------------------- +Fri Nov 6 09:04:28 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Do not update repo paths for Leap 15.3 and later as all supported + archs are built in the same project and published in the same + online directory +- 20201106 + +------------------------------------------------------------------- +Wed Nov 4 15:16:59 UTC 2020 - Stasiek Michalski <hel...@mailbox.org> + +- Adjust the roles to the new YaST Patterns (boo#1159875) +- 20201105 + +------------------------------------------------------------------- +Mon Nov 2 09:20:50 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix update external link for non-x86 on Leap (bsc#1120938) +- 20201102 + +------------------------------------------------------------------- Wed Oct 7 15:59:00 CEST 2020 - sch...@suse.de - Upgrade openSUSE->Jump. Allow vendor change without asking diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-20201007/package/skelcd-control-openSUSE.spec new/skelcd-control-openSUSE-20201110/package/skelcd-control-openSUSE.spec --- old/skelcd-control-openSUSE-20201007/package/skelcd-control-openSUSE.spec 2020-10-09 15:16:45.000000000 +0200 +++ new/skelcd-control-openSUSE-20201110/package/skelcd-control-openSUSE.spec 2020-11-13 14:02:38.000000000 +0100 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE -Version: 20201007 +Version: 20201110 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -124,6 +124,8 @@ mkdir -p $RPM_BUILD_ROOT%{?skelcdpath}/CD1 install -m 644 control/${CONTROL_FILE} $RPM_BUILD_ROOT%{?skelcdpath}/CD1/control.xml +%if 0%{?sle_version} <= 150200 +# With Leap 15.3 and later, all supported archs are in the same repo. TW remains separated. %ifarch aarch64 %arm ppc ppc64 ppc64le s390x ports_arch="%{_arch}" %ifarch ppc ppc64 ppc64le @@ -148,12 +150,13 @@ sed -i -e "s,http://download.opensuse.org/update/tumbleweed/,http://download.opensuse.org/ports/$ports_arch/update/tumbleweed/," %{buildroot}%{?skelcdpath}/CD1/control.xml # Update external link sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Factory_Servers.xml,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\_Factory_Servers.xml," %{buildroot}%{?skelcdpath}/CD1/control.xml - sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Leap_,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\Leap_," %{buildroot}%{?skelcdpath}/CD1/control.xml + sed -i -e "s,https://download.opensuse.org/YaST/Repos/openSUSE_Leap_,https://download.opensuse.org/YaST/Repos/openSUSE_$ports_arch\_Leap_," %{buildroot}%{?skelcdpath}/CD1/control.xml #we parse out non existing non-oss repo for ports xsltproc -o %{buildroot}%{?skelcdpath}/CD1/control_ports.xml control/nonoss.xsl %{buildroot}%{?skelcdpath}/CD1/control.xml 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) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org