Hello community, here is the log from the commit of package cobbler for openSUSE:Factory checked in at 2016-05-23 16:38:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cobbler (Old) and /work/SRC/openSUSE:Factory/.cobbler.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cobbler" Changes: -------- --- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes 2016-05-08 10:46:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes 2016-05-23 16:38:59.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 18 15:07:29 UTC 2016 - [email protected] + +- Update cobbler loaders server hostname bsc#980577 + Added: + * fix-cobbler-loaders-server-bsc980577.patch + +------------------------------------------------------------------- New: ---- fix-cobbler-loaders-server-bsc980577.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cobbler.spec ++++++ --- /var/tmp/diff_new_pack.HH0Dux/_old 2016-05-23 16:39:00.000000000 +0200 +++ /var/tmp/diff_new_pack.HH0Dux/_new 2016-05-23 16:39:00.000000000 +0200 @@ -63,6 +63,9 @@ Patch20: fix_test_create_systems.diff # PATCH-FIX-OPENSUSE update-outdated-apache-config-bsc956264.patch bsc#956264 [email protected] Patch21: update-outdated-apache-config-bsc956264.patch +# PATCH-FIX-OPENSUSE fix-cobbler-loaders-server-bsc980577.patch bsc#980577 [email protected] +Patch22: fix-cobbler-loaders-server-bsc980577.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Url: http://www.cobblerd.org/ @@ -171,6 +174,7 @@ %patch19 -p1 %patch20 -p1 %patch21 -p0 +%patch22 -p0 mv vendor-files/cobbler.1.gz docs ++++++ fix-cobbler-loaders-server-bsc980577.patch ++++++ --- cobbler/action_dlcontent.py 2016-05-16 09:41:36.162472416 +0100 +++ cobbler/action_dlcontent.py 2016-05-16 09:45:20.979320038 +0100 @@ -46,7 +46,7 @@ they can still source their cross-arch bootloader content manually. """ - content_server = "http://www.cobblerd.org/loaders" + content_server = "http://cobbler.github.io/loaders" dest = "/var/lib/cobbler/loaders" files = (
