1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] RPM features/issues/wishlist
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RPM%20features/issues/wishlist&In-Reply-To=%3CCA%2B0WU1SZLuxKb0KF3nwSWTUBqOf2LBJ4N1ScOySsuhFUhY%2Bucw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008905.html">
<LINK REL="Next" HREF="008847.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] RPM features/issues/wishlist</H1>
<B>Per Øyvind Karlsen</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RPM%20features/issues/wishlist&In-Reply-To=%3CCA%2B0WU1SZLuxKb0KF3nwSWTUBqOf2LBJ4N1ScOySsuhFUhY%2Bucw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] RPM features/issues/wishlist">peroyvind at mandriva.org
</A><BR>
<I>Fri Oct 14 20:26:06 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008905.html">[Mageia-dev] RPM features/issues/wishlist
</A></li>
<LI>Next message: <A HREF="008847.html">[Mageia-dev] [changelog] [RPM] cauldron core/release perl-5.14.2-3.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8860">[ date ]</a>
<a href="thread.html#8860">[ thread ]</a>
<a href="subject.html#8860">[ subject ]</a>
<a href="author.html#8860">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>2011/10/14 Samuel Verschelde <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">stormi at laposte.net</A>>:
><i> Le vendredi 14 octobre 2011 16:19:18, Per Øyvind Karlsen a écrit :
</I>>><i> I've started to ramble on some of the features, issues, ideas etc. to
</I>>><i> work on and consider
</I>>><i> for our (Mandriva Linux) next development cycle, and in the interest
</I>>><i> of sharing work and
</I>>><i> coordinating efforts with others, while inviting others to contribute:
</I>>><i> <A HREF="http://wiki.mandriva.com/en/Development/Tasks/Packaging/Tools/RPM/TODO">http://wiki.mandriva.com/en/Development/Tasks/Packaging/Tools/RPM/TODO</A>
</I>>><i>
</I>>><i> While it's certainly written from a vendor POV (and also rather crude
</I>>><i> for the moment), I'm cross-posting
</I>>><i> this one as it's of potential interest to others as well and the idea
</I>>><i> is for things to be as generic as
</I>>><i> possible anyhows.. :)
</I>>><i>
</I>>><i> So I invite others with the interest to contribute to the discussion
</I>>><i> on the list and wiki, proposing
</I>>><i> ideas, gather a list of issues that needs to be addressed, and do some
</I>>><i> general brainstorming
</I>>><i> and uhm.. "stuff". ;)
</I>>><i>
</I>><i>
</I>><i> I don't know RPM internals well, the only thing that comes to my mind is
</I>><i> improved packagekit support for Mandriva / Mageia.
</I>I've improved the packagekit support some already, you'll find my branch on
gitorious.org (I'll try remember getting around to pushing it to
master branch sometime
next week). I *think* it shouldn't break any compatibility with older
urpmi versions,
if it does, lemme know and I'll be sure to fix.
I'm not sure if I'm planning on developing it further though, as
suggested on my TODO list
I'd rather write a new one from scratch using rpmlib directly for most
purposes where it'll
be able to do the job, with some hooks for smart and/or urpmi where required.
This is similar to how the 'zif' packagekit backend works, which
exists for yum, and I'll be
looking a lot more closer at it for inspiration and possibly code..
IMO using such a backend (when/if done) would be a better alternative
to 'mdvsys' used by
MPM in Mandriva, and would be a whole lot easier to maintain while be
of greater use to
others as well..
--
Regards,
Per Øyvind
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008905.html">[Mageia-dev] RPM features/issues/wishlist
</A></li>
<LI>Next message: <A HREF="008847.html">[Mageia-dev] [changelog] [RPM] cauldron core/release perl-5.14.2-3.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8860">[ date ]</a>
<a href="thread.html#8860">[ thread ]</a>
<a href="subject.html#8860">[ subject ]</a>
<a href="author.html#8860">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|