Author: glen Date: Thu Aug 31 17:19:53 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - %env_update; rel 14
---- Files affected: SPECS: chkconfig.spec (1.65.4.1 -> 1.65.4.2) ---- Diffs: ================================================================ Index: SPECS/chkconfig.spec diff -u SPECS/chkconfig.spec:1.65.4.1 SPECS/chkconfig.spec:1.65.4.2 --- SPECS/chkconfig.spec:1.65.4.1 Tue May 23 14:53:08 2006 +++ SPECS/chkconfig.spec Thu Aug 31 19:19:47 2006 @@ -11,11 +11,11 @@ Summary(uk): óÉÓÔĹÍÎÁ ŐÔÉĚŚÔÁ ÄĚŃ ËĹŇŐ×ÁÎÎŃ Ś¤ŇÁŇČŚ¤Ŕ /etc/rc.d Name: chkconfig Version: 1.2.24h -Release: 13 +Release: 14 Epoch: 1 License: GPL Group: Applications/System -Source0: http://www.buttsoft.com/~thumper/downloads/%{name}/%{name}-%{version}.tar.gz +Source0: http://www.buttsoft.com/~thumper/downloads/chkconfig/%{name}-%{version}.tar.gz # Source0-md5: 032eae68329d07d0844775486ac74668 Patch0: %{name}-add.patch Patch1: %{name}-noxinet.patch @@ -28,6 +28,7 @@ BuildRequires: gettext-devel BuildRequires: newt-devel BuildRequires: popt-devel +BuildRequires: rpmbuild(macros) >= 1.316 BuildRequires: slang-devel >= 2.0.0 Requires: rc-scripts BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -180,11 +181,17 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%env_update + +%postun +%env_update + %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) /sbin/chkconfig %{_mandir}/man8/chkconfig.8* -%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 size mtime) /etc/env.d/* +%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/* %files -n ntsysv %defattr(644,root,root,755) @@ -197,6 +204,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65.4.2 2006/08/31 17:19:47 glen +- %env_update; rel 14 + Revision 1.65.4.1 2006/05/23 12:53:08 ankry - rel. 13 to rebuild with newt 0.52 @@ -218,7 +228,7 @@ - rel. 10 Revision 1.61 2004/05/22 10:33:30 adgor -- Added %%bcond_with mr (aplies more_readable.patch) +- Added %bcond_with mr (aplies more_readable.patch) Revision 1.60 2004/05/14 10:19:01 qboosh - added link patch to avoid chkconfig dependency on newt; release 9 @@ -242,7 +252,7 @@ - release 5. STBR for Ac. Revision 1.55 2003/08/30 21:29:38 mmazur --r rel 4 for ac +- rel 4 for ac Revision 1.54 2003/08/06 16:46:06 kloczek - może wrescie ktoś wykasuje to konto ? @@ -279,7 +289,7 @@ - updated to 1.2.24h Revision 1.44 2002/04/25 16:05:02 arturs -fixed a small typo +- fixed a small typo Revision 1.43 2002/04/03 15:56:32 kloczek - added Epoch: 1 (for allow upgrade from current RH version). @@ -298,7 +308,7 @@ Group field using gettext). Revision 1.38 2002/01/18 02:12:33 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.37 2001/06/15 15:52:31 baggins - release 4 @@ -306,7 +316,7 @@ Revision 1.36 2001/04/05 22:38:22 qboosh - fixed chkconfig-add patch (it just didn't work because of one missing change) -- use %%rpm{c,ld}flags macros +- use %rpm{c,ld}flags macros - release 3 Revision 1.35 2001/03/25 01:42:05 kloczek @@ -317,10 +327,10 @@ Revision 1.33 2001/03/16 18:02:37 qboosh - popt patch: use shared libpopt -- adapterized, rpm automation (man gzipping), %%{debug} ready +- adapterized, rpm automation (man gzipping), %{debug} ready Revision 1.32 2001/03/14 09:43:34 wiget -first step to ver 1.2.16 +- first step to ver 1.2.16 Revision 1.31 2000/09/03 09:59:27 saq - using chkconfig-add.patch @@ -330,7 +340,7 @@ - removed /etc/rc.d/rc? dirs, they are in rc-scripts Revision 1.29 2000/06/09 07:22:48 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.28 2000/05/27 10:33:16 zagrodzki - release ++ @@ -374,32 +384,3 @@ Revision 1.16 1999/07/12 23:05:55 kloczek - added using CVS keywords in %changelog (for automating them). - -* Wed Apr 21 1999 Piotr Czerwiński <[EMAIL PROTECTED]> - [1.0.5-1] -- updated to 1.0.5, -- removed man group from man pages, -- added %defattr description in %files -n ntsysv, -- replacements in %files, -- added gzipping man pages, -- added %dir macros, -- fixed Requires in ntsysv, -- cosmetic changes, -- recompiled on rpm 3. - -* Tue Jan 26 1999 Michał Kuratczyk <[EMAIL PROTECTED]> - [0.9.5-3] -- fixed pl translation, -- added "Group(pl)", -- cosmetics changes in %%files. - -* Thu Oct 15 1998 Tomasz Kłoczko <[EMAIL PROTECTED]> - [0.9.5-2] -- added -q %setup parameter, -- changed Buildroot to /tmp/%%{name}-%%{version}-root, -- added using %%{name} and %%{version} in Source, -- added %lang macros for files %{_datadir}/locale/*/LC_MESSAGES/chkconfig.mo -- added pl translation, -- fiew simplification in %files and %install, -- added "Requires: chkconfig = %%{version}" for ntsysv, -- added full %attr description in %files. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/chkconfig.spec?r1=1.65.4.1&r2=1.65.4.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
