]> git.pld-linux.org Git - packages/util-vserver.git/blame - util-vserver-tld.patch
- rel 2; build with glibc, so it will also work on systems with newer kernels that...
[packages/util-vserver.git] / util-vserver-tld.patch
CommitLineData
7809da4e 1--- util-vserver-0.30.216-r2837.orig/distrib/Makefile.am 2009-06-22 17:36:52.000000000 +0200
2+++ util-vserver-0.30.216-r2837/distrib/Makefile.am 2009-06-22 17:49:36.000000000 +0200
8407cd57 3@@ -99,7 +99,8 @@
7809da4e 4 gentoo/init-vserver.sh gentoo/net.vserver \
5 gentoo/reboot.sh gentoo/shutdown.sh\
8407cd57
ER
6 pld-ac/pkgs/01 pld-ac/rpm/macros pld-ac/rpm/macros.lang \
7- pld-th/pkgs/01 pld-th/rpm/macros pld-th/rpm/macros.lang
8+ pld-th/pkgs/01 pld-th/rpm/macros pld-th/rpm/macros.lang \
7809da4e 9+ tld/pkgs/01 tld/rpm/macros
10
11 nobase_confdistrib_DATA = rh9/apt/sources.list \
12 fc1/apt/sources.list \
13@@ -95,7 +99,8 @@
14 f7/apt/sources.list \
15 suse91/apt/sources.list \
16 pld-ac/poldek/repos.d/pld.conf \
17- pld-th/poldek/repos.d/pld.conf
18+ pld-th/poldek/repos.d/pld.conf \
19+ tld/poldek/repos.d/tld.conf
20
21 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT \
22 = $(nobase_distrib_SCRIPTS)
23--- util-vserver-0.30.216-r2837.orig/distrib/tld/pkgs/01 1970-01-01 01:00:00.000000000 +0100
24+++ util-vserver-0.30.216-r2837/distrib/tld/pkgs/01 2009-06-22 17:48:26.000000000 +0200
25@@ -0,0 +1,6 @@
26+basesystem
27+filesystem
28+glibc-misc
29+issue
30+rpm-base
31+vserver-packages
32--- util-vserver-0.30.216-r2837.orig/distrib/tld/poldek/repos.d/tld.conf 1970-01-01 01:00:00.000000000 +0100
33+++ util-vserver-0.30.216-r2837/distrib/tld/poldek/repos.d/tld.conf 2009-06-22 17:48:26.000000000 +0200
34@@ -0,0 +1,83 @@
35+# Titanium Linux Distribution
36+# http://www.tld-linux.org/
37+
38+_arch = %ARCH%
39+_prefix = ftp://ftp.tld-linux.org/TLD
40+
41+############################################################
42+
43+###
44+# Titanium (Ti) Stable
45+[source]
46+type = pndir
47+name = ti
48+path = %{_prefix}/stable/main/%{_arch}/RPMS/
49+
50+[source]
51+type = pndir
52+name = ti
53+path = %{_prefix}/stable/main/noarch/RPMS/
54+
55+###
56+# Titanium (Ti) Stable, test packages
57+[source]
58+type = pndir
59+name = ti-test
60+path = %{_prefix}/stable/test/%{_arch}/RPMS/
61+auto = no
62+autoup = no
63+
64+[source]
65+type = pndir
66+name = ti-test
67+path = %{_prefix}/stable/test/noarch/RPMS/
68+auto = no
69+autoup = no
70+
71+###
72+# Titanium (Ti) Stable, archived packages
73+[source]
74+type = pndir
75+name = ti-archive
76+path = %{_prefix}/stable/archive/%{_arch}/RPMS/
77+auto = no
78+
79+[source]
80+type = pndir
81+name = ti-archive
82+path = %{_prefix}/stable/archive/noarch/RPMS/
83+auto = no
84+
85+############################################################
86+
87+###
88+# Titanium (Ti) Devel
89+[source]
90+type = pndir
91+name = ti-dev
92+path = %{_prefix}/devel/main/%{_arch}/RPMS/
93+auto = no
94+autoup = no
95+
96+[source]
97+type = pndir
98+name = ti-dev
99+path = %{_prefix}/devel/main/noarch/RPMS/
100+auto = no
101+autoup = no
102+
103+###
104+# Titanium (Ti) Devel, test packages
105+[source]
106+type = pndir
107+name = ti-dev-test
108+path = %{_prefix}/devel/test/%{_arch}/RPMS/
109+auto = no
110+autoup = no
111+
112+[source]
113+type = pndir
114+name = ti-dev-test
115+path = %{_prefix}/devel/test/noarch/RPMS/
116+auto = no
117+autoup = no
118--- util-vserver-0.30.216-r2837.orig/distrib/tld/rpm/macros 1970-01-01 01:00:00.000000000 +0100
119+++ util-vserver-0.30.216-r2837/distrib/tld/rpm/macros 2009-06-22 17:48:26.000000000 +0200
120@@ -0,0 +1,6 @@
121+# Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
122+# you have to use at least one language beside 'C'
123+%_install_langs C:en:pl
124+%_netsharedpath /dev:/proc
125+%_tmppath /tmp
126+%_host_os %_os
2546c5f1 127--- util-vserver-0.30.216-r2837.orig/scripts/functions 2009-06-22 17:36:35.000000000 +0200
128+++ util-vserver-0.30.216-r2837/scripts/functions 2009-06-22 17:48:26.000000000 +0200
129@@ -770,6 +785,8 @@
130 style=mandrake
131 elif test -e "$_pgs_vdir"/etc/pld-release; then
132 style=pld
133+ elif test -e "$_pgs_vdir"/etc/tld-release; then
134+ style=pld
135 elif test -e "$_pgs_vdir"/etc/debian_version; then
136 style=debian
137 elif test -e "$_pgs_vdir"/etc/SuSE-release; then
138--- util-vserver-0.30.216-r2837.orig/scripts/vserver-build.functions 2009-06-22 17:36:35.000000000 +0200
139+++ util-vserver-0.30.216-r2837/scripts/vserver-build.functions 2009-06-22 17:48:26.000000000 +0200
140@@ -170,6 +170,8 @@
141 set -- $(cat /etc/pld-release)
142 DISTRIBUTION=pld-$(echo $2 | tr A-Z a-z)
143 IFS=$old_IFS
144+ elif test -e /etc/tld-release; then
145+ DISTRIBUTION=tld
146 elif test -n "$1"; then
147 DISTRIBUTION=$1
148 else
This page took 0.038209 seconds and 4 git commands to generate.