DocumentServer icon indicating copy to clipboard operation
DocumentServer copied to clipboard

Changelog in RPM is not correct

Open kapouik opened this issue 6 years ago • 4 comments

Do you want to request a feature or report a bug? Bug

What is the current behavior? When I look on the changelog of the RPM package, I get only the very first entry.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. rpm -q --changelog onlyoffice-documentserver

  • Initial release.

  • Free version based on open source code licensed under AGPLv3.

  • Fixed OnlineEditorsExample page work with HTTPS protocol.

  • Changed the package dependencies.

  • Updated OnlineEditorsExample module.

  • Added the 'X-Forwarded-Host' and 'X-Forwarded-Proto' request headers handler.

  • Changed use tcp-sockets to unix-sockets.

  • Changed mono-runtime version in dependencies.

  • Nodejs back-end.

What is the expected behavior? I must get one entry for all update, not just the very first changelog.

Did this work in previous versions of DocumentServer? No

DocumentServer version: All

Operating System: Centos

Browser version: No browser

kapouik avatar Jan 23 '19 10:01 kapouik

@kapouik yep, this is a problem, at least because we write changelog after we build final rpm file, so I don't know how we manage to solve it

ShockwaveNN avatar Jan 23 '19 10:01 ShockwaveNN

there is a difference between rpm changelog and software changelog. In RPM changelog, we don't care about bug resolv in the software or a new feature.

You must only put something like this :

  • Upgrade onlyoffice-documentserver to version 5.2.3
  • Change path for nginx log
  • Upgrade NodeJS to version 10.5

Thoses types of change are only made in the RPM and don't depend of the software. You can take exemple on RedHat package : rpm -q --changelog bash

kapouik avatar Jan 23 '19 10:01 kapouik

@kapouik Ah, ok, this is new for me, thanks :)

ShockwaveNN avatar Jan 23 '19 10:01 ShockwaveNN

Hello @kapouik, sorry for the late reply. I created ticket #64458 with your issue.

igwyd avatar Oct 03 '23 09:10 igwyd