]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
cacfbdea72752ad2aa5b74c7574485b53d36e38d
[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:        1
9 Copyright:      public domain
10 Group:          Base
11 Group(pl):      Podstawowe
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
43
44 cp -a * $RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51
52 %config(noreplace) %verify(not md5 size mtime) /etc/passwd
53 %config(noreplace) %verify(not md5 size mtime) /etc/group
54 %config(noreplace) %verify(not md5 size mtime) /etc/services
55 %config(noreplace) %verify(not md5 size mtime) /etc/host.conf
56 %config(noreplace) %verify(not md5 size mtime) /etc/motd
57 %config(noreplace) %verify(not md5 size mtime) /etc/printcap
58 %config(noreplace) %verify(not md5 size mtime) /etc/profile
59 %config(noreplace) %verify(not md5 size mtime) /etc/protocols
60
61 %attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/secure*
62
63 %changelog
64 * Wed May 19 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
65 - removed qmail, zmailer, goopher & other users from group & /etc/passwd 
66 - removed icmp group & gid=80
67   (wywaliæ ten wpis przed fina³owym budowaniem!)
68 - /lib/security >/dev/null
69 - /var/log >/dev/null
70 - standard Unix users like ftp/http/uucp/news/lp was save !
71
72   it must be present on PLD Linux <amen> (no comments, no discuss allowed ;)
73
74 - home dir for adm was changed to /var/account,
75 - /etc/profile.d >/dev/null,
76 - group floppy again in /etc/group,
77 - ttyS1 >> /etc/securetty.
78
79 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
80   [1.9.5-2]
81 - removed /etc/security and /etc/profile.d (now in filesystem)
82 - compiled on rpm 3
83
84 * Thu Feb 18 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
85   [1.9.6-1d]
86 - /etc/shell -- back again ;)
87 - %dir /etc/security,
88 - %ghost /var/log/lastlog,
89 - %dir /lib/security.
90
91 * Fri Jan 22 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
92   [1.9.5-1d]
93 - added new services,
94 - added Group(pl).
95
96 * Wed Jan 06 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
97   [1.9.4-1d]
98 - added new services: fsp, ssh, ipx, https, cvspserver, mrt
99 - fixed petidomo uid & gid -- conflicts with qmail.
100
101 * Wed Dec 23 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
102   [1.9.3-1d]
103 - added http and nofiles group
104 - added mailq, radius and radacct to services
105
106 * Sat Nov 07 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
107   [1.9.2-2d]
108 - removed hosts.{allow,deny},
109 - minor changes.
110
111 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
112   [1.9.2-1d]
113 - build against PLD,
114 - translation modified for pl,
115 - added some new IPv6 protocols,
116 - added /bin/false as a shell,
117 - added new group icmp (gid=55),
118 - start at RH spec file ..
This page took 0.048724 seconds and 3 git commands to generate.