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