summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-February/002606.html
blob: b0d5b7ef609230258071814b43a81f332d097fa2 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-sysadm] [426] merge rpm -b deprecated warning scripts from rpm-manbo-setup
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B426%5D%20merge%20rpm%20-b%20deprecated%20warning%20scripts%0A%20from%20rpm-manbo-setup&In-Reply-To=%3CAANLkTimunV_s9BgkfKm-n5nWQLB9hZ36_oQc9DoeDgjT%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="002562.html">
   <LINK REL="Next"  HREF="002563.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-sysadm] [426] merge rpm -b deprecated warning scripts from rpm-manbo-setup</H1>
    <B>Thierry Vignaud</B> 
    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B426%5D%20merge%20rpm%20-b%20deprecated%20warning%20scripts%0A%20from%20rpm-manbo-setup&In-Reply-To=%3CAANLkTimunV_s9BgkfKm-n5nWQLB9hZ36_oQc9DoeDgjT%40mail.gmail.com%3E"
       TITLE="[Mageia-sysadm] [426] merge rpm -b deprecated warning scripts from rpm-manbo-setup">thierry.vignaud at gmail.com
       </A><BR>
    <I>Mon Feb  7 14:41:16 CET 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="002562.html">[Mageia-sysadm] [426] merge rpm -b deprecated warning scripts from	rpm-manbo-setup
</A></li>
        <LI>Next message: <A HREF="002563.html">[Mageia-sysadm] [427] fix typo
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2606">[ date ]</a>
              <a href="thread.html#2606">[ thread ]</a>
              <a href="subject.html#2606">[ subject ]</a>
              <a href="author.html#2606">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On 5 February 2011 21:21,  &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A>&gt; wrote:
&gt;<i> Modified: rpm/rpm-setup/trunk/NEWS
</I>&gt;<i> ===================================================================
</I>&gt;<i> --- rpm/rpm-setup/trunk/NEWS	2011-02-05 19:36:23 UTC (rev 425)
</I>&gt;<i> +++ rpm/rpm-setup/trunk/NEWS	2011-02-05 20:21:58 UTC (rev 426)
</I>&gt;<i> @@ -3,6 +3,7 @@
</I>&gt;<i>  - merge manbo.macros from rpm-manbo-setup
</I>&gt;<i>  - merge manbo-build.macros from rpm-manbo-setup
</I>&gt;<i>  - merge under/overlinking scripts from rpm-manbo-setup
</I>&gt;<i> +- merge rpm -b depreceated warning scripts from rpm-manbo-setup
</I>
well, we cary this for years and I don't think it help us move to the new way of
doing things (calling rpmbuild directly).

I won't suggest doing it now, not until we got at least the first
stable release out,
but I really think we should drop that, it makes us got bitten when building
packages on other distro (eg: FC)

&gt;<i> Added: rpm/rpm-setup/trunk/rpmb_deprecated
</I>&gt;<i> ===================================================================
</I>&gt;<i> --- rpm/rpm-setup/trunk/rpmb_deprecated	                        (rev 0)
</I>&gt;<i> +++ rpm/rpm-setup/trunk/rpmb_deprecated	2011-02-05 20:21:58 UTC (rev 426)
</I>&gt;<i> @@ -0,0 +1,3 @@
</I>&gt;<i> +#!/bin/sh
</I>&gt;<i> +echo '&quot;rpm -b&quot; is deprecated, use &quot;rpmbuild -b&quot;' 1&gt;&amp;2
</I>&gt;<i> +exec rpmbuild &quot;$@&quot;
</I>&gt;<i>
</I>&gt;<i> Added: rpm/rpm-setup/trunk/rpmpopt
</I>&gt;<i> ===================================================================
</I>&gt;<i> --- rpm/rpm-setup/trunk/rpmpopt	                        (rev 0)
</I>&gt;<i> +++ rpm/rpm-setup/trunk/rpmpopt	2011-02-05 20:21:58 UTC (rev 426)
</I>&gt;<i> @@ -0,0 +1,24 @@
</I>&gt;<i> +# mageia rpmpopt
</I>&gt;<i> +# $Id: rpmpopt 167053 2008-02-13 15:29:05Z pixel $
</I>&gt;<i> +
</I>&gt;<i> +rpm	exec --bp		rpmb_deprecated -bp
</I>&gt;<i> +rpm	exec --bc		rpmb_deprecated -bc
</I>&gt;<i> +rpm	exec --bi		rpmb_deprecated -bi
</I>&gt;<i> +rpm	exec --bl		rpmb_deprecated -bl
</I>&gt;<i> +rpm	exec --ba		rpmb_deprecated -ba
</I>&gt;<i> +rpm	exec --bb		rpmb_deprecated -bb
</I>&gt;<i> +rpm	exec --bs		rpmb_deprecated -bs
</I>&gt;<i> +rpm	exec --tp		rpmb_deprecated -tp
</I>&gt;<i> +rpm	exec --tc		rpmb_deprecated -tc
</I>&gt;<i> +rpm	exec --ti		rpmb_deprecated -ti
</I>&gt;<i> +rpm	exec --tl		rpmb_deprecated -tl
</I>&gt;<i> +rpm	exec --ta		rpmb_deprecated -ta
</I>&gt;<i> +rpm	exec --tb		rpmb_deprecated -tb
</I>&gt;<i> +rpm	exec --ts		rpmb_deprecated -ts
</I>&gt;<i> +rpm	exec --rebuild		rpmb_deprecated --rebuild
</I>&gt;<i> +rpm	exec --recompile	rpmb_deprecated --recompile
</I>&gt;<i> +rpm	exec --clean		rpmb_deprecated --clean
</I>&gt;<i> +rpm	exec --rmsource		rpmb_deprecated --rmsource
</I>&gt;<i> +rpm	exec --rmspec		rpmb_deprecated --rmspec
</I>&gt;<i> +rpm	exec --target		rpmb_deprecated --target
</I>&gt;<i> +rpm	exec --short-circuit	rpmb_deprecated --short-circuit
</I></PRE>




<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="002562.html">[Mageia-sysadm] [426] merge rpm -b deprecated warning scripts from	rpm-manbo-setup
</A></li>
	<LI>Next message: <A HREF="002563.html">[Mageia-sysadm] [427] fix typo
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2606">[ date ]</a>
              <a href="thread.html#2606">[ thread ]</a>
              <a href="subject.html#2606">[ subject ]</a>
              <a href="author.html#2606">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>