]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
cleaning /etc/{group,passwd} for filesystem packet && FHS 2.0
[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.5
8 Release:        2
9 Copyright:      public domain
10 Group:          Base
11 Group(pl):      Bazowe
12 Source:         %{name}-%{version}.tar.bz2
13 Buildroot:      /tmp/%{name}-%{version}-root
14 Buildarch:      noarch
15
16 %description
17 This package contains a number of very important configuration
18 and setup files, including the passwd, group, profile files, etc.
19
20 %description -l pl
21 Pakiet ten zawiera wiele bardzo wa¿nych plików konfiguracyjnych dla
22 twojego systemu.
23
24 %description -l de
25 Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien,
26 u.a. passwd-, group-, profile-Dateien usw.
27
28 %description -l fr
29 Ce paquetage contient un nombre de fichiers de configuration très
30 importants, comme passwd, group, les fichiers profile, etc.
31
32 %description -l tr
33 Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum dosyalarýný
34 içerir.
35
36 %prep
37 %setup -q -n %{name}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -d $RPM_BUILD_ROOT/var/log
43 install -d $RPM_BUILD_ROOT/lib/security
44
45 cp -a * $RPM_BUILD_ROOT
46 touch $RPM_BUILD_ROOT/var/log/lastlog
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 %ghost /var/log/lastlog
66
67 %changelog
68 * Wed May 19 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
69 - removed qmail, zmailer, goopher, news & other users from group & /etc/passwd 
70 - removed icmp group & gid=80
71   (wywaliæ ten wpis przed fina³owym budowaniem!)
72
73 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
74   [1.9.5-2]
75 - removed /etc/security and /etc/profile.d (now in filesystem)
76 - compiled on rpm 3
77
78 * Thu Feb 18 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
79   [1.9.6-1d]
80 - /etc/shell -- back again ;)
81 - %dir /etc/security,
82 - %ghost /var/log/lastlog,
83 - %dir /lib/security.
84
85 * Fri Jan 22 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
86   [1.9.5-1d]
87 - added new services,
88 - added Group(pl).
89
90 * Wed Jan 06 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
91   [1.9.4-1d]
92 - added new services: fsp, ssh, ipx, https, cvspserver, mrt
93 - fixed petidomo uid & gid -- conflicts with qmail.
94
95 * Wed Dec 23 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
96   [1.9.3-1d]
97 - added http and nofiles group
98 - added mailq, radius and radacct to services
99
100 * Sat Nov 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
101   [1.9.2-2d]
102 - removed hosts.{allow,deny},
103 - minor changes.
104
105 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
106   [1.9.2-1d]
107 - build against PLD,
108 - translation modified for pl,
109 - added some new IPv6 protocols,
110 - added /bin/false as a shell,
111 - added new group icmp (gid=55),
112 - start at RH spec file ..
This page took 0.070375 seconds and 4 git commands to generate.