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