]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
- removed /etc/security and /etc/profile.d (now in filesystem)
[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 * Thu Feb 18 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
69   [1.9.6-1d]
70 - /etc/shell -- back again ;)
71 - %dir /etc/security,
72 - %ghost /var/log/lastlog,
73 - %dir /lib/security.
74
75 * Fri Jan 22 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
76   [1.9.5-1d]
77 - added new services,
78 - added Group(pl).
79
80 * Wed Jan 06 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
81   [1.9.4-1d]
82 - added new services: fsp, ssh, ipx, https, cvspserver, mrt
83 - fixed petidomo uid & gid -- conflicts with qmail.
84
85 * Wed Dec 23 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
86   [1.9.3-1d]
87 - added http and nofiles group
88 - added mailq, radius and radacct to services
89
90 * Sat Nov 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
91   [1.9.2-2d]
92 - removed hosts.{allow,deny},
93 - minor changes.
94
95 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
96   [1.9.2-1d]
97 - build against PLD,
98 - translation modified for pl,
99 - added some new IPv6 protocols,
100 - added /bin/false as a shell,
101 - added new group icmp (gid=55),
102 - start at RH spec file ..
This page took 0.084207 seconds and 4 git commands to generate.