Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2017-11-27 22:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler"

Mon Nov 27 22:18:41 2017 rev:41 rq:545980 version:2.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2017-11-24 
10:54:06.265087435 +0100
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes     2017-11-27 
22:18:41.514023269 +0100
@@ -1,0 +2,14 @@
+Mon Nov 27 11:55:05 UTC 2017 - [email protected]
+
+- Cleanup of the spec file.
+
+-------------------------------------------------------------------
+Mon Nov 27 10:41:25 UTC 2017 - [email protected]
+
+- fix creation of manpages:
+    option '--release ""' resulted in empty man pages
+
+- added patch:
+  * fix-manpage-creation.patch
+
+-------------------------------------------------------------------

New:
----
  fix-manpage-creation.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.QUbv3s/_old  2017-11-27 22:18:42.405990896 +0100
+++ /var/tmp/diff_new_pack.QUbv3s/_new  2017-11-27 22:18:42.409990750 +0100
@@ -46,29 +46,31 @@
 Source1:        cobbler_firewall_settings
 Source2:        fence_ipmitool.sh
 Source3:        %{name}.changes
-Patch2:         cobbler_web_config.diff
+
+Patch1:         cobbler_web_config.diff
 %if 0%{?suse_version}
-Patch4:         grubby-compat.diff
+Patch2:         grubby-compat.diff
 %endif
-Patch5:         koan_old_cobbler_compat.diff
-Patch6:         looking_for_cobbler_order_changed.diff
-Patch7:         catch_cheetah_exception.patch
-Patch9:         fix-restart-paravirt-xen.dif
-Patch10:        disable_not_relevant_checks_bnc_828453.patch
-Patch11:        fix-powermanagement-status.dif
-Patch13:        fix_sle_detection.patch
-Patch14:        do_not_use_grubby_compat_when_grub2_is_in_use.diff
-Patch16:        fix-koan-port-guessing.dif
+Patch3:         koan_old_cobbler_compat.diff
+Patch4:         looking_for_cobbler_order_changed.diff
+Patch5:         catch_cheetah_exception.patch
+Patch6:         fix-restart-paravirt-xen.dif
+Patch7:         disable_not_relevant_checks_bnc_828453.patch
+Patch8:         fix-powermanagement-status.dif
+Patch9:         fix_sle_detection.patch
+Patch10:        do_not_use_grubby_compat_when_grub2_is_in_use.diff
+Patch11:        fix-koan-port-guessing.dif
 # PATCH-FIX-SLE name-of-file.patch bnc#883487 [email protected]
-Patch18:        cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch
-Patch19:        fix-broken-tests.diff
-Patch20:        fix_test_create_systems.diff
+Patch12:        cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch
+Patch13:        fix-broken-tests.diff
+Patch14:        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-UPSTREAM https://github.com/cobbler/cobbler/pull/1840 (not merged 
yet)
-Patch23:        fix-os-release.patch
+Patch15:        update-outdated-apache-config-bsc956264.patch
+# PATCH-FIX-UPSTREAM https://github.com/cobbler/cobbler/pull/1840
+Patch16:        fix-os-release.patch
 # PATCH-FIX-UPSTREAM https://github.com/cobbler/cobbler/pull/1811 (not merged 
yet)
-Patch24:        fix-script-endpoint-security-bug-1030582.patch
+Patch17:        fix-script-endpoint-security-bug-1030582.patch
+Patch18:        fix-manpage-creation.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -160,28 +162,29 @@
 %prep
 %setup -q
 %if 0%{?suse_version}
-%patch2
+%patch1
 %endif
 %if 0%{?suse_version}
-%patch4
+%patch2
 %endif
-%patch5
-%patch6
+%patch3
+%patch4
+%patch5 -p1
+%patch6 -p1
 %patch7 -p1
+%patch8 -p1
 %patch9 -p1
+%if 0%{?suse_version}
 %patch10 -p1
+%endif
 %patch11 -p1
+%patch12 -p1
 %patch13 -p1
-%if 0%{?suse_version}
 %patch14 -p1
-%endif
+%patch15 -p0
 %patch16 -p1
+%patch17 -p1
 %patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p0
-%patch23 -p1
-%patch24 -p1
 
 %build
 %{__python2} setup.py build

++++++ fix-manpage-creation.patch ++++++
Index: cobbler-2.8.2/setup.py
===================================================================
--- cobbler-2.8.2.orig/setup.py
+++ cobbler-2.8.2/setup.py
@@ -305,7 +305,7 @@ class build_man(Command):
                 # It is. Configure it
                 self.build_one_file(infile, outfile)
 
-    _COMMAND = 'pod2man --center="%s" --release="" %s | gzip -c > %s'
+    _COMMAND = 'pod2man --center="%s" %s | gzip -c > %s'
 
     def build_one_file(self, infile, outfile):
         man = 
os.path.splitext(os.path.splitext(os.path.basename(infile))[0])[0]

Reply via email to