]> git.pld-linux.org Git - packages/setup.git/blob - setup.spec
- added zmailer group in /etc/group.
[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(tr): Basit kurulum dosyalarý
5 Name:        setup
6 Version:     1.10.0
7 Release:     2
8 Copyright:   public domain
9 Source:      %{name}-%{version}.tar.bz2
10 Group:       Base
11 Buildroot:   /tmp/%{name}-%{version}-root
12 BuildArchitectures: noarch
13
14 %description
15 This package contains a number of very important configuration
16 and setup files, including the passwd, group, profile files, etc.
17
18 %description -l de
19 Dieses Paket enthält wichtige Konfigurations- und Setup-Dateien,
20 u.a. passwd-, group-, profile-Dateien usw.
21
22 %description -l fr
23 Ce paquetage contient un nombre de fichiers de configuration très
24 importants, comme passwd, group, les fichiers profile, etc.
25
26 %description -l tr
27 Bu paket, passwd, group, profile gibi çok önemli ayar ve kurulum dosyalarýný
28 içerir.
29
30 %prep
31 %setup -q
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT/{etc/profile.d,var/log}
36
37 cp -R * $RPM_BUILD_ROOT
38
39 touch $RPM_BUILD_ROOT/var/log/lastlog
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644, root, root, 755)
46 %verify(not md5 size mtime) %config(noreplace) /etc/passwd
47 %verify(not md5 size mtime) %config(noreplace) /etc/group
48 %config /etc/services
49 %config /etc/host.conf
50 %config /etc/motd
51 %config /etc/printcap
52 %config /etc/profile
53 %config /etc/protocols
54 %attr(600, root, root) %config(missingok) /etc/securetty
55 %attr(600, root, root) %verify(not md5 size mtime) %config(noreplace) /etc/shadow
56 %config /etc/csh.cshrc
57 %dir /etc/profile.d
58 %verify(not md5 size mtime) /var/log/lastlog
59
60 %changelog
61 * Wed Sep 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
62   [1.10.0-2]
63 - added zmailer group in /etc/group.
64
65 * Thu Sep  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
66   [1.10.0-1]
67 - /etc/hosts.{allow,deny} moved tcp_wrappers,
68 - /etc/exports moved to nfs-server,
69 - added qmail and http users and groups,
70 - added "mailq  174/tcp" in /etc/services for Zmailer,
71 - added /etc/shadow.
72
73 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
74 - translations modified for de, fr, tr
75
76 * Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
77 - /etc/profile uses $i, which needs to be unset
78
79 * Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
80 - made /etc/passwd and /etc/group %config(noreplace)
81
82 * Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
83 - removed /etc/inetd.conf, /etc/rpc
84 - flagged /etc/securetty as missingok
85 - fixed buildroot stuff in spec file
86
87 * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
88 - made a noarch package
89
90 * Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
91 - Don't verify md5sum, size, or timestamp of /var/log/lastlog, /etc/passwd,
92   or /etc/group.
This page took 0.039159 seconds and 4 git commands to generate.