X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cobbler.spec;h=93f731a45d4b1ee82817100cd6db4e913bdf7519;hb=refs%2Fchanges%2F12%2F23712%2F3;hp=ef214d6c7d1ae7fb2e3b8de4e7ce33318ba0e3cf;hpb=f322dd5d548d02bffa6c80279924f7571441eb52;p=packages%2Fcentos7%2Fcobbler.git diff --git a/cobbler.spec b/cobbler.spec index ef214d6..93f731a 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -16,7 +16,7 @@ Name: cobbler License: GPLv2+ AutoReq: no Version: 2.6.9 -Release: 1%{?dist}~mos11 +Release: 1%{?dist}~mos12 Source0: https://github.com/cobbler/cobbler/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # Support newer virt-install - https://bugzilla.redhat.com/show_bug.cgi?id=1188424 Patch0: cobbler-virtinstall.patch @@ -30,6 +30,8 @@ Patch2: cobbler-django17.patch Patch3: Mirantis-Add-ALLOWED_HOSTS-for-settings.patch # Add signatures for Ubuntu 16.04 and Fedora 24 Patch4: Mirantis-Signatures-for-Ubuntu-16.04-and-Fedora-24.patch +# Fix bug 1603615 - mangling kernel options with the key --in-place +Patch5: Mirantis-mangling-kopts-bugfix.patch Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -96,6 +98,7 @@ other applications. %patch2 -p1 -b .django17 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %endif %build @@ -291,6 +294,9 @@ sed -i -e "s/SECRET_KEY = ''/SECRET_KEY = \'$RAND_SECRET\'/" /usr/share/cobbler/ %changelog +* Tue Jul 27 2016 Albert Syriy - 2.6.9-1~mos12 +- Add patch to fix the LP bug 1603615 (mangling kernel options) + * Tue Jun 13 2016 Dmitry Teselkkin - 2.6.9-1~mos11 - Add patch to add signatures for Ubuntu 16.04