[opensuse-packaging] Can Cacti package be updated to 0.8.8c from 0.8.8b
Hello Can Cacti package be updated to 0.8.8c from 0.8.8b http://forums.cacti.net/viewtopic.php?f=8&t=53725 https://build.opensuse.org/package/show/server:monitoring/cacti Thanks Glenn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tue, 2014-11-25 at 01:53 +1100, doiggl@velocitynet.com.au wrote:
Hello Can Cacti package be updated to 0.8.8c from 0.8.8b
http://forums.cacti.net/viewtopic.php?f=8&t=53725 https://build.opensuse.org/package/show/server:monitoring/cacti Thanks Glenn
Glenn, As you seem to have a genuine interest in this package (if I remember correctly, it's not the first time you ask for an update of the same): Don't you want to step up and create the submission? A pure version update is generally nothing rocket-science... and we're all here to assist you; The process in short: - osc bco server:monitoring cacti - update the local cacti version in your branch/checkout - write a .changes entry (osc vc) - submit to BS for build (osc ci) - Once build succeeds, submit to devel project (osc sr) Cheers! Dominique -- Dimstar / Dominique Leuenberger <dimstar@opensuse.org> -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, 24 Nov 2014 16:09:37 +0100, Dimstar / Dominique Leuenberger <dimstar@opensuse.org> wrote:
On Tue, 2014-11-25 at 01:53 +1100, doiggl@velocitynet.com.au wrote:
Hello Can Cacti package be updated to 0.8.8c from 0.8.8b
http://forums.cacti.net/viewtopic.php?f=8&t=53725 https://build.opensuse.org/package/show/server:monitoring/cacti Thanks Glenn
Glenn,
As you seem to have a genuine interest in this package (if I remember correctly, it's not the first time you ask for an update of the same):
Don't you want to step up and create the submission? A pure version update is generally nothing rocket-science... and we're all here to assist you;
The process in short: - osc bco server:monitoring cacti - update the local cacti version in your branch/checkout - write a .changes entry (osc vc) - submit to BS for build (osc ci) - Once build succeeds, submit to devel project (osc sr)
Cheers! Dominique
Hello, I got a sucesssful build only when I commented out the following patches. - What is the next step ? Thanks Glenn spec file: https://build.opensuse.org/package/view_file/home:doiggl/cacti/cacti.spec?ex... # PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-log-path.patch Patch0: %{name}-%{version}-cacti-log-path.patch # PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-script.patch Patch1: %{name}-%{version}-cacti-script.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_security.patch -- Fix security issues Patch2: cacti-0.8.8b_security.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch Patch3: cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch # http://www.cacti.net/downloads/patches/0.8.8b/security.patch Patch4: security.patch %prep %setup -q #%patch0 -p1 %patch1 -p1 #%patch2 -p1 #%patch3 -p3 #%patch4 -p1 Built rpms: Repository has been published Architecture: i586 _buildenv cacti-0.8.8c-44.1.noarch.rpm cacti-0.8.8c-44.1.src.rpm rpmlint.log Repository has been published Architecture: x86_64 _buildenv cacti-0.8.8c-44.1.noarch.rpm cacti-0.8.8c-44.1.src.rpm rpmlint.log -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, 2014-11-26 at 21:01 +1100, doiggl@velocitynet.com.au wrote:
On Mon, 24 Nov 2014 16:09:37 +0100, Dimstar / Dominique Leuenberger <dimstar@opensuse.org> wrote:
On Tue, 2014-11-25 at 01:53 +1100, doiggl@velocitynet.com.au wrote:
Hello Can Cacti package be updated to 0.8.8c from 0.8.8b
http://forums.cacti.net/viewtopic.php?f=8&t=53725 https://build.opensuse.org/package/show/server:monitoring/cacti Thanks Glenn
Glenn,
As you seem to have a genuine interest in this package (if I remember correctly, it's not the first time you ask for an update of the same):
Don't you want to step up and create the submission? A pure version update is generally nothing rocket-science... and we're all here to assist you;
The process in short: - osc bco server:monitoring cacti - update the local cacti version in your branch/checkout - write a .changes entry (osc vc) - submit to BS for build (osc ci) - Once build succeeds, submit to devel project (osc sr)
Cheers! Dominique
Hello, I got a sucesssful build only when I commented out the following patches. - What is the next step ?
Hi Glenn, Great start! Patches can be tricky at times.. let's have a look at yours.
Thanks Glenn
spec file:
https://build.opensuse.org/package/view_file/home:doiggl/cacti/cacti.spec?ex...
# PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-log-path.patch Patch0: %{name}-%{version}-cacti-log-path.patch # PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-script.patch Patch1: %{name}-%{version}-cacti-script.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_security.patch -- Fix security issues Patch2: cacti-0.8.8b_security.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch Patch3: cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch # http://www.cacti.net/downloads/patches/0.8.8b/security.patch Patch4: security.patch
%prep %setup -q #%patch0 -p1 %patch1 -p1 #%patch2 -p1 #%patch3 -p3 #%patch4 -p1
Patch0 needs to be rebased; you can use
quilt setup cacti.spec; cd cacti-0.8.8c; quilt push; quilt ref in this case
Patch2 and Patch3 have been fixed by this release. Patch4 is added by yourself; and is actually meant for 0.8.8b only.. so don't add it :) - and it's the same as Patch3 Cheers, Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, 2014-11-26 at 21:01 +1100, doiggl@velocitynet.com.au wrote:
On Mon, 24 Nov 2014 16:09:37 +0100, Dimstar / Dominique Leuenberger <dimstar@opensuse.org> wrote:
On Tue, 2014-11-25 at 01:53 +1100, doiggl@velocitynet.com.au wrote:
Hello Can Cacti package be updated to 0.8.8c from 0.8.8b
http://forums.cacti.net/viewtopic.php?f=8&t=53725 https://build.opensuse.org/package/show/server:monitoring/cacti Thanks Glenn
Glenn,
As you seem to have a genuine interest in this package (if I remember correctly, it's not the first time you ask for an update of the same):
Don't you want to step up and create the submission? A pure version update is generally nothing rocket-science... and we're all here to assist you;
The process in short: - osc bco server:monitoring cacti - update the local cacti version in your branch/checkout - write a .changes entry (osc vc) - submit to BS for build (osc ci) - Once build succeeds, submit to devel project (osc sr)
Cheers! Dominique
Hello, I got a sucesssful build only when I commented out the following
On Wed, 26 Nov 2014 12:05:38 +0100, Dimstar / Dominique Leuenberger <dimstar@opensuse.org> wrote: patches.
- What is the next step ?
Hi Glenn,
Great start! Patches can be tricky at times.. let's have a look at yours.
Thanks Glenn
spec file:
https://build.opensuse.org/package/view_file/home:doiggl/cacti/cacti.spec?ex...
# PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-log-path.patch Patch0: %{name}-%{version}-cacti-log-path.patch # PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-script.patch Patch1: %{name}-%{version}-cacti-script.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_security.patch -- Fix security issues Patch2: cacti-0.8.8b_security.patch # PATCH-FIX-OPENSUSE cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch Patch3: cacti-0.8.8b_CVE-2013-5588_CVE-2013-5589.patch # http://www.cacti.net/downloads/patches/0.8.8b/security.patch Patch4: security.patch
%prep %setup -q #%patch0 -p1 %patch1 -p1 #%patch2 -p1 #%patch3 -p3 #%patch4 -p1
Patch0 needs to be rebased; you can use
quilt setup cacti.spec; cd cacti-0.8.8c; quilt push; quilt ref in this case
Patch2 and Patch3 have been fixed by this release.
Patch4 is added by yourself; and is actually meant for 0.8.8b only.. so don't add it :) - and it's the same as Patch3
Cheers, Dominique
Hello, RE: Patch0 needs to be rebased; you can use quilt setup cacti.spec; cd cacti-0.8.8c; quilt push; quilt ref I've never used quilt before. Question: -Do I remove Patch2 , Patch3 and Patch4 references from .spec as they are not used |commented out --Glenn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Remove all unused patches and references to them. HTH, Chris W dniu 26.11.2014 o 13:37, doiggl@velocitynet.com.au pisze:
Question: -Do I remove Patch2 , Patch3 and Patch4 references from .spec as they are not used |commented out --Glenn
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Dimstar / Dominique Leuenberger
-
doiggl@velocitynet.com.au
-
Krzysztof Żelechowski