Koozali.org: home of the SME Server

Changelog

Offline mauro

  • ***
  • 101
  • +0/-0
Changelog
« on: June 15, 2017, 10:40:56 AM »
Per curiosita', esiste da qualche parte un changelog per sapere cosa cambia nell'aggiornamento di un pacchetto? Se sono rpm base in genere vado a vedere sugli errata di redhat, ma per quanto riguarda sme?
All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
-- IBM maintenance manual (1975)

Offline Fumetto

  • *
  • 874
  • +1/-0
Re: Changelog
« Reply #1 on: June 19, 2017, 09:54:22 PM »
C'era un contribs (mi pare) che faceva il diff del changelog tra la vecchia e la nuova versione... non ricordo bene... stanotte se ho tempo cerco... :)

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Changelog
« Reply #2 on: June 29, 2017, 10:15:28 AM »
eccolo..

per i pacchetti di SME (e-smith-X e smeserver-X) puoi leggere il changelog sia prima che dopo averli installati tramite appositi flags del comando rpm

in particolare, per leggere prima di installare, puoi fare una cosa del genere:

Code: [Select]
rpm -q --changelog -p http://mirror.canada.pialasse.com/releases/9.2/smecontribs/x86_64/RPMS/smeserver-geoip-1.1.2-7.el6.sme.noarch.rpm | head

che ti da quanto segue:
Code: [Select]
* Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.2-7.sme
- update requirement for GeoIP 1.6.5 [SME: 9714]

* Thu Dec 22 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-6
- Use newer versions of GeoIP databases [SME: 9714]

* Wed Sep 23 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-5
- Add ability to whitelist an IP [SME:8981]

* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-4

Offline mauro

  • ***
  • 101
  • +0/-0
Re: Changelog
« Reply #3 on: June 29, 2017, 10:26:55 AM »
grazie!
non si finisce mai di imparare...
All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
-- IBM maintenance manual (1975)