]> xenbits.xensource.com Git - libvirt.git/commit
po/Makefile.am: use SOURCE_DATE_EPOCH to set POT creation date
authorPavel Hrdina <phrdina@redhat.com>
Mon, 6 Jan 2020 14:23:06 +0000 (15:23 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 7 Jan 2020 14:57:08 +0000 (15:57 +0100)
commit207d38f7a24250f75cf88f3cb07985d92692ece5
treefdd4a521ba853424349d2e8f17ca9b85ccb282cd
parent26cbb23ecc2453842311e169b161030a0b9e35b4
po/Makefile.am: use SOURCE_DATE_EPOCH to set POT creation date

When building RPMs for libvirt the PO files are part of libvirt-libs
package.  Now that we generate libvirt.pot during build time the POT
creation date is also generated at that time.

The issue here is that when building libvirt-libs for x86_64 and i686
the generated libvirt.pot file will have different POT creation date
which affects installed PO files as well which leads to conflict when
installing both x86_64 and i686 packages.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
po/Makefile.am