]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- raw version from rawhide.
[packages/authconfig.git] / authconfig.spec
1 Summary: Text-mode tool for setting up NIS and shadow passwords.
2 Name: authconfig
3 %define version 1.7
4 Version: %{version}
5 Release: 1
6 Copyright: GPL
7 ExclusiveOS: Linux
8 Group: System Environment/Base
9 BuildRoot: /var/tmp/%{name}-root
10 Source: %{name}-%{version}.tar.gz
11
12 %description 
13 Authconfig is a terminal mode program for setting up Network
14 Information Service (NIS) and shadow (more secure) passwords
15 on your system. Authconfig also configures the system to
16 automatically turn on NIS at system startup.
17
18 %prep
19 %setup -q
20
21 %build
22 make
23
24 %install
25 make INSTROOT=$RPM_BUILD_ROOT install
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %attr(-,root,root)/usr/sbin/authconfig
32 %attr(-,root,root)/usr/man/man8/authconfig.8
33 #%attr(-,root,root)/usr/share/locale/*/LC_MESSAGES/authconfig.mo
34
35 %changelog
36 * Thu Apr 01 1999 Preston Brown <pbrown@redhat.com>
37 - don't report errors about NIS fields not being filled in if not enabled
38
39 * Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
40 - fix typo
41 - change domainname at nis start and stop
42
43 * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
44 - fixed man page
45
46 * Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
47 - fixed rewriting /etc/yp.conf
48 - restarts ypbind so that new changes take effect
49
50 * Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
51 - just make the NIS part of configuration grayed out if NIS is not installed
52
53 * Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
54 - static buffer sizes increased.
55
56 * Tue Mar  9 1999 Matt Wilson <msw@redhat.com>
57 - removed build opts because of problems on alpha
58
59 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
60 - Don't rewrite ypbind.conf if you're not configuring NIS
61
62 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
63 - Don't configure NIS if /etc/ypbind.conf does not exist.
64
65 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
66 - changed "/sbin/chkconfig --add ypbind" to
67   "/sbin/chkconfig --level 345 ypbind on"
68 - added checks for null nis domains and servers if nis is enabled or if
69   not using broadcast.
70 - added newt entry filter for spaces in domains
71
72 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
73 - changed command line options to match user interface
74 - added --help
75
76 * Thu Feb  4 1999 Matt Wilson <msw@redhat.com>
77 - Rewrote UI to handle geometry management properly
78 - MD5 passwords do not require shadow passwords, so made them independent
79
80 * Wed Feb 03 1999 Preston Brown <pbrown@redhat.com>
81 - initial spec file
This page took 0.074026 seconds and 4 git commands to generate.