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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B177078%5D%20Add%20README.urpmi%20to%20note%20that%20apache%0A%09needs%20to%20be%20running&In-Reply-To=%3C4EDD348F.700%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010227.html">
<LINK REL="Next" HREF="010211.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B177078%5D%20Add%20README.urpmi%20to%20note%20that%20apache%0A%09needs%20to%20be%20running&In-Reply-To=%3C4EDD348F.700%40mageia.org%3E"
TITLE="[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running">anssi at mageia.org
</A><BR>
<I>Mon Dec 5 22:15:59 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010227.html">[Mageia-dev] Subrel for version updates on stable releases
</A></li>
<LI>Next message: <A HREF="010211.html">[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10210">[ date ]</a>
<a href="thread.html#10210">[ thread ]</a>
<a href="subject.html#10210">[ subject ]</a>
<a href="author.html#10210">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 05.12.2011 22:54, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> wrote:
><i> Revision
</I>><i> 177078
</I>><i> Author
</I>><i> alien
</I>><i> Date
</I>><i> 2011-12-05 21:54:54 +0100 (Mon, 05 Dec 2011)
</I>><i>
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> Add README.urpmi to note that apache needs to be running
</I>
Plese use README.install.urpmi instead, otherwise the message will be
shown on every upgrade.
See
<A HREF="https://wiki.mageia.org/en/Packagers_RPM_tutorial#Interaction_with_urpmi_and_rpmdrake">https://wiki.mageia.org/en/Packagers_RPM_tutorial#Interaction_with_urpmi_and_rpmdrake</A>
><i> Modified Paths
</I>><i>
</I>><i> * cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec
</I>><i> <#cauldronurpmiproxycurrentSPECSurpmiproxyspec>
</I>><i>
</I>><i> Modified: cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec
</I>><i> ===================================================================
</I>><i> --- cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec 2011-12-05 20:44:07 UTC (rev 177077)
</I>><i> +++ cauldron/urpmi-proxy/current/SPECS/urpmi-proxy.spec 2011-12-05 20:54:54 UTC (rev 177078)
</I>><i> @@ -1,6 +1,6 @@
</I>><i> Name: urpmi-proxy
</I>><i> Version: 0.2.4
</I>><i> -Release: %mkrel 1
</I>><i> +Release: %mkrel 2
</I>><i> Summary: A proxy for urpmi repository mirrors
</I>><i> Group: System/Configuration/Packaging
</I>><i> License: GPLv2+
</I>><i> @@ -22,7 +22,7 @@
</I>><i> extra repository so you can provide extra or modified packages.
</I>><i>
</I>><i> %files
</I>><i> -%doc README AUTHORS TODO INSTALL LICENSE
</I>><i> +%doc README AUTHORS TODO INSTALL LICENSE README.urpmi
</I>><i> %attr(0750,apache,apache) %dir %{_var}/cache/urpmi-proxy
</I>><i> %attr(0750,apache,apache) %config(noreplace) %{_var}/log/urpmi-proxy.log
</I>><i> %attr(0750,root,apache) %dir %{_datadir}/urpmi-proxy
</I>><i> @@ -37,6 +37,17 @@
</I>><i>
</I>><i> %build
</I>><i>
</I>><i> +cat > README.urpmi <<EOF
</I>><i> +
</I>><i> +NOTE: urpmi-proxy functions as an apache webapp, so apache service will have
</I>><i> +to be started for urpmi-proxy to work, if apache is now installed as a
</I>><i> +dependency, chances are high that it's not yet running, even though it's
</I>><i> +installed. you can start apache with:
</I>><i> +
</I>><i> + /etc/init.d/httpd start
</I>><i> +
</I>><i> +EOF
</I>><i> +
</I>><i> %install
</I>><i> rm -fr %{buildroot}
</I>><i> %{__mkdir_p} %{buildroot}%{_var}/cache/urpmi-proxy
</I>><i>
</I>><i>
</I>
--
Anssi Hannula
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010227.html">[Mageia-dev] Subrel for version updates on stable releases
</A></li>
<LI>Next message: <A HREF="010211.html">[Mageia-dev] [177078] Add README.urpmi to note that apache needs to be running
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10210">[ date ]</a>
<a href="thread.html#10210">[ thread ]</a>
<a href="subject.html#10210">[ subject ]</a>
<a href="author.html#10210">[ 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>
|