From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/014845.html | 95 +++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/014845.html (limited to 'zarb-ml/mageia-dev/2012-April/014845.html') diff --git a/zarb-ml/mageia-dev/2012-April/014845.html b/zarb-ml/mageia-dev/2012-April/014845.html new file mode 100644 index 000000000..d38969892 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014845.html @@ -0,0 +1,95 @@ + + + + [Mageia-dev] Release blocker bugs + + + + + + + + + +

[Mageia-dev] Release blocker bugs

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Thu Apr 26 10:46:59 CEST 2012 +

+
+ +
On 25 April 2012 20:48, nicolas vigier <boklm at mars-attacks.org> wrote:
+>> This is quite an important one for upgrades. I'm not sure I have the
+>> relevant knowledge to do this, but will happily help once the rebuilds
+>> come around. Can someone with more rpm-foo volunteer here?
+>
+> rpm allows to use a script to automatically add requires, but it looks
+> like it's not possible to automatically add Requires(pre/preun) with a
+> script.
+>
+> So we can use find-requires script to automatically add a require on
+> rpm-helper for package containing systemd units. But in that case the
+> package will be installed almost everywhere (I think everybody has at
+> least one package containing systemd units installed) so it's more
+> simple to add the require on rpm or rpm-mageia-setup.
+
+You still can't guaranty it would be installed or updated before.
+
+> Or is there a lot of people uninstalling rpm-helper to save space while
+> they are not installing/updating packages ?
+
+Do you understand what is installing or upgrading?
+Especially what is package ordering at install/upgrade time?
+
+At install time, w/o proper requires/... you can't garanty that
+rpm and thus the packages it requires may be installed after
+the packages needing it for their %post scripts
+=> ERROR
+
+At upgrade time, w/o proper versionaed requiresn you can't
+garanty that rpm and thus the packages it requires wil be
+updated before the packages needing it for their %post scripts
+=> ERROR
+
+ + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1