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