Moayad
c3733145eb
Add build dependency libtest-mockmodule-perl
...
Signed-off-by: Moayad Almalat <m.almalat@proxmox.com>
2020-01-20 16:02:37 +01:00
Thomas Lamprecht
629dc37548
bump version to 6.0-10
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-01-13 17:52:07 +01:00
Thomas Lamprecht
f060024441
bump version to 6.0-9
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-23 16:15:14 +01:00
Thomas Lamprecht
450d7efcd1
bump version to 6.0-8
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-20 18:43:15 +01:00
Thomas Lamprecht
9862aca278
bump version to 6.0-7
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-08 12:48:36 +01:00
Thomas Lamprecht
e1d864ebdf
bump version to 6.0-6
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-29 08:07:34 +01:00
Thomas Lamprecht
9b0220b55d
d/control: record breaks of pve-container (<< 3.0-9)
...
As we drop the arch translation part used by pve-container packages
in version 3.0-8 or older we need to break them, to avoid broken
newly created containers.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-29 07:29:02 +01:00
Thomas Lamprecht
4074d3722c
bump version to 6.0-5
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-20 16:39:38 +02:00
Thomas Lamprecht
c5c5812e23
add postinst hook to fix /etc/aliases whitespace error
...
This was wrongly shipped by our ISO since quite a bit (AFAICT, at
least 4.x), so fix it up in a versioned postinst snippet.
Do so by usind sed with the following pattern:
# sed -E -i -e 's/^www:(\w)/www: \1/' /etc/aliases
proposed by Musee Ullah[0]. It even catches a bit more than exactly
our misstep, may help if one copied this line, or added some other
addresses to this specific aliases entry.
Do this here, in pve-common, as it makes it sligthly simpler to roll
the change out to both, PVE and PMG.
[0]: https://pve.proxmox.com/pipermail/pve-user/2019-September/170998.html
Reported-by: Uwe Sauter <uwe.sauter.de@gmail.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-05 12:35:55 +02:00
Thomas Lamprecht
454882c392
bump version to 6.0-4
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-08-17 11:31:53 +02:00
Thomas Lamprecht
949db6e320
bump version to 6.0-3
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-23 09:15:34 +02:00
Thomas Lamprecht
95ff6bd082
bump version to 6.0-2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-24 17:16:57 +02:00
Thomas Lamprecht
2ccac1a40f
bump version to 6.0-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-14 20:30:47 +02:00
Thomas Lamprecht
ec2fc9c2cd
bump version to 6.0-0+2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-23 13:01:15 +02:00
Thomas Lamprecht
9954f8c6d4
bump version for buster
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-21 18:23:03 +02:00
Thomas Lamprecht
b94d4081a0
d/control: fix priority-extra-is-replaced-by-priority-optional
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-16 17:12:51 +02:00
Thomas Lamprecht
7e7b29389e
bump version to 5.0-52
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-15 14:16:17 +02:00
Thomas Lamprecht
8bea73e7f4
bump version to 5.0-51
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-18 11:08:32 +00:00
Thomas Lamprecht
3b7e36d62b
bump version to 5.0-50
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-03 13:54:39 +02:00
Thomas Lamprecht
b07bec34ec
bump version to 5.0-49
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-21 12:56:58 +01:00
Thomas Lamprecht
98d5b8cb72
JSONSchema: register 'pve-snapshot-name' here to avoid cyclic dependencies
...
move it from qemu-server as it was also used in pve-container and
pve-manager (pvesr), while guest-commons AbstractConfig could be a
fit too, just move it here as all depending on this already use
JSONSchema and it just fits here...
Break respective qemu-server version
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-21 12:51:16 +01:00
Thomas Lamprecht
42e927905d
bump version to 5.0-48
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-14 09:52:22 +01:00
Thomas Lamprecht
7b4f791bfd
bump version to 5.0-47
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-20 12:24:19 +01:00
Wolfgang Bumiller
188097500d
bump version to 5.0-46
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-11 10:55:27 +01:00
Fabian Grünbichler
3591822189
d/control: add missing dependencies
...
used by the ACME standalone challenge.
these were previously already depended on by pve-manager, where they were
recently removed - exposing the fact they are in fact required by
libpve-common-perl.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-02-11 10:54:44 +01:00
Thomas Lamprecht
efe3113a40
bump version to 5.0-45
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-04 11:46:08 +01:00
Thomas Lamprecht
bbdb1ae921
bump version to 5.0-44
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-01-22 11:56:40 +01:00
Thomas Lamprecht
d4eefbcd9a
bump version to 5.0-43
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-22 11:20:00 +01:00
Thomas Lamprecht
937fb11e28
break qemu-server << 5.0-42
...
changed the lspci return format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-22 11:18:30 +01:00
Thomas Lamprecht
7571d25b3d
bump version to 5.0-42
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-19 13:46:25 +01:00
Thomas Lamprecht
f4f3bd98ae
bump version to 5.0-41
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-10-31 15:03:56 +01:00
Fabian Grünbichler
8881a28277
d/control: wrap-and-sort
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-29 14:10:50 +01:00
Fabian Grünbichler
c5e2d73f75
d/control: bump standards version
...
to current one.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-29 14:10:50 +01:00
Fabian Grünbichler
a892351539
d/source/format: set format
...
removes a warning during build
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-29 14:10:50 +01:00
Fabian Grünbichler
12228cabf4
d/control: bump compat to 10
...
and debhelper dependency accordingly
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-29 14:10:50 +01:00
Fabian Grünbichler
fc0fe26612
d/control: add missing build-dependencies
...
found by building in a clean minimal chroot
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-29 14:10:50 +01:00
Wolfgang Bumiller
b67bd9140f
version bump fixup
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-09-25 11:33:46 +02:00
Wolfgang Bumiller
51d4123423
bump version to 5.0-40
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-09-25 10:39:29 +02:00
Thomas Lamprecht
c10939c2fa
bump version to 5.0-39
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-20 09:39:13 +02:00
Dietmar Maurer
6c7fee81f2
bump version to 5.0-38
2018-07-27 10:56:13 +02:00
Thomas Lamprecht
f4265f248f
bump version to 5.0-37
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-18 10:48:05 +02:00
Thomas Lamprecht
7c7bc4623d
bump version to 5.0-36
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 14:06:33 +02:00
Thomas Lamprecht
b2285cf8eb
bump version to 5.0-35
2018-06-27 15:34:14 +02:00
Thomas Lamprecht
194ed9bbbd
d/control: break pve-manager < 5.2-5 and pmg-api < 5.0-74
2018-06-27 15:34:14 +02:00
Thomas Lamprecht
008c3bb2d4
bump version to 5.0-34
2018-06-15 12:06:42 +02:00
Thomas Lamprecht
8461a4875a
d/control: record that we now break qemu-server << 5.0-29
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-06-15 12:06:42 +02:00
Thomas Lamprecht
a76b691d13
bump version to 5.0-33
2018-06-14 09:26:12 +02:00
Thomas Lamprecht
d86dc5eeaf
bump version to 5.0-32
2018-05-29 08:28:29 +02:00
Thomas Lamprecht
02548f7bb6
bump version to 5.0-31
2018-05-04 12:57:25 +02:00
Thomas Lamprecht
eb8ebfa0e5
bump version to 5.0-30
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-22 09:10:14 +01:00