This commit is contained in:
parent
b84edfcf52
commit
3591d19b85
104
acct.spec
104
acct.spec
@ -1,22 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acct (Version 6.3.5)
|
# spec file for package acct (Version 6.3.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: acct
|
Name: acct
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
PreReq: %insserv_prereq %fillup_prereq fileutils %install_info_prereq
|
PreReq: %insserv_prereq %fillup_prereq fileutils %install_info_prereq
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 6.3.5
|
Version: 6.3.5
|
||||||
Release: 718
|
Release: 817
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: rc.acct
|
Source1: rc.acct
|
||||||
Source2: logrotate.acct
|
Source2: logrotate.acct
|
||||||
@ -27,7 +35,7 @@ Patch3: %{name}-%{version}-acct_v3-fix.diff
|
|||||||
Patch4: %{name}-%{version}-time-fix.diff
|
Patch4: %{name}-%{version}-time-fix.diff
|
||||||
Patch5: %{name}-%{version}-hz.patch
|
Patch5: %{name}-%{version}-hz.patch
|
||||||
Patch6: %{name}-%{version}-warning.patch
|
Patch6: %{name}-%{version}-warning.patch
|
||||||
URL: http://www.gnu.org/directory/acct.html
|
Url: http://www.gnu.org/directory/acct.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: User-Specific Process Accounting
|
Summary: User-Specific Process Accounting
|
||||||
|
|
||||||
@ -112,90 +120,90 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/bin/lastcomm
|
/usr/bin/lastcomm
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
|
|
||||||
%changelog -n acct
|
%changelog
|
||||||
* Wed Feb 14 2007 - mkudlvasr@suse.cz
|
* Wed Feb 14 2007 mkudlvasr@suse.cz
|
||||||
- fixed ahz value problems [#244186]
|
- fixed ahz value problems [#244186]
|
||||||
* Tue Sep 05 2006 - anosek@suse.cz
|
* Tue Sep 05 2006 anosek@suse.cz
|
||||||
- fixed compiler warning: old-style function definition
|
- fixed compiler warning: old-style function definition
|
||||||
[#203115] (warning.patch)
|
[#203115] (warning.patch)
|
||||||
* Tue Aug 22 2006 - postadal@suse.cz
|
* Tue Aug 22 2006 postadal@suse.cz
|
||||||
- define HZ as sysconf(_SC_CLK_TCK) if undefined
|
- define HZ as sysconf(_SC_CLK_TCK) if undefined
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Oct 05 2004 - postadal@suse.cz
|
* Tue Oct 05 2004 postadal@suse.cz
|
||||||
- fixed 64bit problem in printing time [#42969]
|
- fixed 64bit problem in printing time [#42969]
|
||||||
* Mon Oct 04 2004 - postadal@suse.cz
|
* Mon Oct 04 2004 postadal@suse.cz
|
||||||
- fixed to work with acct v3 format which the new kernel uses [#46768]
|
- fixed to work with acct v3 format which the new kernel uses [#46768]
|
||||||
* Thu Feb 12 2004 - ro@suse.de
|
* Thu Feb 12 2004 ro@suse.de
|
||||||
- fix owner/group for var/account/pacct
|
- fix owner/group for var/account/pacct
|
||||||
* Thu Feb 12 2004 - postadal@suse.cz
|
* Thu Feb 12 2004 postadal@suse.cz
|
||||||
-added norootforbuild flag to the spec file
|
-added norootforbuild flag to the spec file
|
||||||
* Tue Aug 26 2003 - postadal@suse.cz
|
* Tue Aug 26 2003 postadal@suse.cz
|
||||||
- use new stop_on_removal/restart_on_upate macros
|
- use new stop_on_removal/restart_on_upate macros
|
||||||
* Mon May 26 2003 - ro@suse.de
|
* Mon May 26 2003 ro@suse.de
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
* Thu Apr 24 2003 - ro@suse.de
|
* Thu Apr 24 2003 ro@suse.de
|
||||||
- merge postuns
|
- merge postuns
|
||||||
* Thu Apr 24 2003 - ro@suse.de
|
* Thu Apr 24 2003 ro@suse.de
|
||||||
- fix install_info --delete call and move from preun to postun
|
- fix install_info --delete call and move from preun to postun
|
||||||
* Tue Feb 25 2003 - postadal@suse.cz
|
* Tue Feb 25 2003 postadal@suse.cz
|
||||||
- used install-info macros
|
- used install-info macros
|
||||||
- fixed accounting.info (dir entry)
|
- fixed accounting.info (dir entry)
|
||||||
* Mon Sep 09 2002 - ro@suse.de
|
* Mon Sep 09 2002 ro@suse.de
|
||||||
- added logrotate configuration
|
- added logrotate configuration
|
||||||
* Fri Aug 16 2002 - postadal@suse.cz
|
* Fri Aug 16 2002 postadal@suse.cz
|
||||||
- added %%insserv_prereq, %%fillup_prereq and fileutils
|
- added %%insserv_prereq, %%fillup_prereq and fileutils
|
||||||
to PreReq [#17787]
|
to PreReq [#17787]
|
||||||
* Wed Aug 14 2002 - poeml@suse.de
|
* Wed Aug 14 2002 poeml@suse.de
|
||||||
- fix comment in rc.script
|
- fix comment in rc.script
|
||||||
* Tue Apr 02 2002 - postadal@suse.cz
|
* Tue Apr 02 2002 postadal@suse.cz
|
||||||
- fixed to compile with autoconf-2.53
|
- fixed to compile with autoconf-2.53
|
||||||
* Mon Feb 25 2002 - postadal@suse.cz
|
* Mon Feb 25 2002 postadal@suse.cz
|
||||||
- modified copyright in /etc/init.d/acct
|
- modified copyright in /etc/init.d/acct
|
||||||
* Tue Jan 15 2002 - egmont@suselinux.hu
|
* Tue Jan 15 2002 egmont@suselinux.hu
|
||||||
- removed colons from startup/shutdown messages
|
- removed colons from startup/shutdown messages
|
||||||
* Sun Jan 13 2002 - ro@suse.de
|
* Sun Jan 13 2002 ro@suse.de
|
||||||
- removed START_ACCT
|
- removed START_ACCT
|
||||||
* Wed Nov 14 2001 - ro@suse.de
|
* Wed Nov 14 2001 ro@suse.de
|
||||||
- don't call automake for now
|
- don't call automake for now
|
||||||
* Wed Aug 08 2001 - cihlar@suse.cz
|
* Wed Aug 08 2001 cihlar@suse.cz
|
||||||
- fixed to compile on axp
|
- fixed to compile on axp
|
||||||
* Tue Aug 07 2001 - cihlar@suse.cz
|
* Tue Aug 07 2001 cihlar@suse.cz
|
||||||
- fixed stop and status part of init script
|
- fixed stop and status part of init script
|
||||||
- moved rc.acct and rc.config.acct from patch
|
- moved rc.acct and rc.config.acct from patch
|
||||||
* Mon Jun 25 2001 - pblaha@suse.cz
|
* Mon Jun 25 2001 pblaha@suse.cz
|
||||||
- rewrite init script to conform LSB
|
- rewrite init script to conform LSB
|
||||||
* Wed Dec 13 2000 - smid@suse.cz
|
* Wed Dec 13 2000 smid@suse.cz
|
||||||
- rcacct link added
|
- rcacct link added
|
||||||
* Tue Nov 28 2000 - ro@suse.de
|
* Tue Nov 28 2000 ro@suse.de
|
||||||
- startscript to etc/init.d
|
- startscript to etc/init.d
|
||||||
* Thu Nov 02 2000 - smid@suse.cz
|
* Thu Nov 02 2000 smid@suse.cz
|
||||||
- fix ugly bug in startup scripts
|
- fix ugly bug in startup scripts
|
||||||
* Tue Aug 29 2000 - smid@suse.cz
|
* Tue Aug 29 2000 smid@suse.cz
|
||||||
- sources => bzip2
|
- sources => bzip2
|
||||||
- spec cleanup
|
- spec cleanup
|
||||||
* Wed Jun 07 2000 - cihlar@suse.cz
|
* Wed Jun 07 2000 cihlar@suse.cz
|
||||||
- Copyright tag fixed
|
- Copyright tag fixed
|
||||||
* Fri Apr 07 2000 - smid@suse.cz
|
* Fri Apr 07 2000 smid@suse.cz
|
||||||
- upgrade to 6.3.5
|
- upgrade to 6.3.5
|
||||||
- buildroot added
|
- buildroot added
|
||||||
* Mon Feb 21 2000 - garloff@suse.de
|
* Mon Feb 21 2000 garloff@suse.de
|
||||||
- Create /var/account/pacct in script if non-existing
|
- Create /var/account/pacct in script if non-existing
|
||||||
* Thu Feb 17 2000 - kukuk@suse.de
|
* Thu Feb 17 2000 kukuk@suse.de
|
||||||
- Fix configure options
|
- Fix configure options
|
||||||
* Tue Feb 15 2000 - kukuk@suse.de
|
* Tue Feb 15 2000 kukuk@suse.de
|
||||||
- Fill in group tag
|
- Fill in group tag
|
||||||
* Thu Jan 20 2000 - kukuk@suse.de
|
* Thu Jan 20 2000 kukuk@suse.de
|
||||||
- Move /usr/{man,info} -> /usr/share/{man,info}
|
- Move /usr/{man,info} -> /usr/share/{man,info}
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Wed Apr 07 1999 - kukuk@suse.de
|
* Wed Apr 07 1999 kukuk@suse.de
|
||||||
- With glibc 2, include linux/acct.h, not sys/acct.h
|
- With glibc 2, include linux/acct.h, not sys/acct.h
|
||||||
* Tue Dec 29 1998 - tmg@suse.de
|
* Tue Dec 29 1998 tmg@suse.de
|
||||||
- fixed several bugs in init script ;)
|
- fixed several bugs in init script ;)
|
||||||
* Sat Dec 12 1998 - bs@suse.de
|
* Sun Dec 13 1998 bs@suse.de
|
||||||
- made absolute path in %%post to relative path
|
- made absolute path in %%post to relative path
|
||||||
* Tue Dec 08 1998 - ro@suse.de
|
* Tue Dec 08 1998 ro@suse.de
|
||||||
- updated init script
|
- updated init script
|
||||||
* Sun Oct 18 1998 - tmg@suse.de
|
* Sun Oct 18 1998 tmg@suse.de
|
||||||
- initial revision
|
- initial revision
|
||||||
|
Loading…
Reference in New Issue
Block a user