[opensuse-packaging] Editing rpm changelogs
I see that lots of packages include changelog entries up to seconds. I wounder, are people writing time with seconds (while rpm allows it to be date only) or is there some special tool to do that properly that I'm not aware of? -- Regards, Stas -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Fri, 29 May 2015 16:08:01 +0200 Stanislav Baiduzhyi <baiduzhyi.devel@gmail.com> wrote:
I see that lots of packages include changelog entries up to seconds. I wounder, are people writing time with seconds (while rpm allows it to be date only) or is there some special tool to do that properly that I'm not aware of?
try use `osc vc` ;) Josef -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Fri, 2015-05-29 at 16:08 +0200, Stanislav Baiduzhyi wrote:
I see that lots of packages include changelog entries up to seconds. I wounder, are people writing time with seconds (while rpm allows it to be date only) or is there some special tool to do that properly that I'm not aware of?
Stas, Our changelo is actually maintained in a '.changes' file (external to the .spec) and merged on build. We use 'osc' (or the open build service web interface) to add new entries. Simply calling 'osc vc' adds a new template, including the full timestamp... so in fact, no contributor actually even thinks about this - and just happens to get timestamps down to seconds added. Hope that helps, Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Friday 29 May 2015 16:10:14 Josef Reidinger wrote:
try use `osc vc` ;)
On Friday 29 May 2015 16:12:04 Dominique Leuenberger wrote:
Our changelo is actually maintained in a '.changes' file (external to the .spec) and merged on build. We use 'osc' (or the open build service web interface) to add new entries. Simply calling 'osc vc' adds a new template, including the full timestamp... so in fact, no contributor actually even thinks about this - and just happens to get timestamps down to seconds added.
Ah, thanx for fast response, that explains everything! -- Regards, Stas -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Dominique Leuenberger
-
Josef Reidinger
-
Stanislav Baiduzhyi