]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
-/bin/ksh
[packages/setup.git] / setup.spec
1 Summary:        Simple setup files
2 Summary(de):    Einfache Setup-Dateien 
3 Summary(fr):    Fichiers de configuration simples
4 Summary(pl):    Podstawowe pliki systemu Linux
5 Summary(tr):    Basit kurulum dosyalarý
6 Name:           setup
7 Version:        1.9.6
8 Release:        2
9 Copyright:      public domain
10 Group:          Base
11 Group(pl):      Podstawowe
12 Source:         %{name}-%{version}.tar.bz2
13 Patch0:         %{name}.patch
14 Patch1:         %{name}-rootshell.patch
15 Buildroot:      /tmp/%{name}-%{version}-root
16 Buildarch:      noarch
17
18 %description
19 This package contains a number of very important configuration
20 and setup files, including the passwd, group, profile files, etc.
21
22 %description -l pl
23 Pakiet ten zawiera wiele bardzo wa¿nych plików konfiguracyjnych dla
24 twojego systemu.
25
26 %description -l de
27 Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien,
28 u.a. passwd-, group-, profile-Dateien usw.
29
30 %description -l fr
31 Ce paquetage contient un nombre de fichiers de configuration très
32 importants, comme passwd, group, les fichiers profile, etc.
33
34 %description -l tr
35 Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum dosyalarýný
36 içerir.
37
38 %prep
39 %setup  -q -n %{name}
40 %patch0 -p1
41 %patch1 -p1
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 install -d $RPM_BUILD_ROOT
47
48 cp -a * $RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55
56 %config(noreplace) %verify(not md5 size mtime) /etc/passwd
57 %config(noreplace) %verify(not md5 size mtime) /etc/group
58 %config(noreplace) %verify(not md5 size mtime) /etc/services
59 %config(noreplace) %verify(not md5 size mtime) /etc/host.conf
60 %config(noreplace) %verify(not md5 size mtime) /etc/motd
61 %config(noreplace) %verify(not md5 size mtime) /etc/printcap
62 %config(noreplace) %verify(not md5 size mtime) /etc/profile
63 %config(noreplace) %verify(not md5 size mtime) /etc/protocols
64
65 %attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/secure*
66
67 %changelog
68 * Fri May 28 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
69 - ttyS0 >> /etc/securetty
70 - added group console gid=20 (removed from dev-*)
71 - group games changed gid -- now gid=21
72
73 * Wed May 19 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
74 - removed qmail, zmailer, goopher & other users from group & /etc/passwd 
75 - removed icmp group & gid=80
76   (wywaliæ ten wpis przed fina³owym budowaniem!)
77 - /lib/security >/dev/null
78 - /var/log >/dev/null
79 - standard Unix users like ftp/http/uucp/news/lp was save !
80
81   it must be present on PLD Linux <amen> (no comments, no discuss allowed ;)
82
83 - home dir for adm was changed to /var/account,
84 - /etc/profile.d >/dev/null,
85 - group floppy again in /etc/group,
86 - ttyS1 >> /etc/securetty.
87
88 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
89   [1.9.5-2]
90 - removed /etc/security and /etc/profile.d (now in filesystem)
91 - compiled on rpm 3
92
93 * Thu Feb 18 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
94   [1.9.6-1d]
95 - /etc/shell -- back again ;)
96 - %dir /etc/security,
97 - %ghost /var/log/lastlog,
98 - %dir /lib/security.
99
100 * Fri Jan 22 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
101   [1.9.5-1d]
102 - added new services,
103 - added Group(pl).
104
105 * Wed Jan 06 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
106   [1.9.4-1d]
107 - added new services: fsp, ssh, ipx, https, cvspserver, mrt
108 - fixed petidomo uid & gid -- conflicts with qmail.
109
110 * Wed Dec 23 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
111   [1.9.3-1d]
112 - added http and nofiles group
113 - added mailq, radius and radacct to services
114
115 * Sat Nov 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
116   [1.9.2-2d]
117 - removed hosts.{allow,deny},
118 - minor changes.
119
120 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
121   [1.9.2-1d]
122 - build against PLD,
123 - translation modified for pl,
124 - added some new IPv6 protocols,
125 - added /bin/false as a shell,
126 - added new group icmp (gid=55),
127 - start at RH spec file ..
This page took 0.087441 seconds and 4 git commands to generate.