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