]> git.pld-linux.org Git - packages/logrotate.git/log
packages/logrotate.git
4 years agoUp to 3.16.0 auto/th/logrotate-3.16.0-1
Elan Ruusamäe [Fri, 28 Feb 2020 12:55:21 +0000 (14:55 +0200)]
Up to 3.16.0

- https://github.com/logrotate/logrotate/releases/tag/3.16.0
- https://github.com/logrotate/logrotate/issues/296

4 years agoup to 3.15.1 auto/th/logrotate-3.15.1-1
Elan Ruusamäe [Fri, 30 Aug 2019 18:05:02 +0000 (21:05 +0300)]
up to 3.15.1

https://github.com/logrotate/logrotate/issues/256

5 years agoup to [3.15.0] - 2018-12-04 auto/th/logrotate-3.15.0-1
Elan Ruusamäe [Tue, 4 Dec 2018 15:33:18 +0000 (17:33 +0200)]
up to [3.15.0] - 2018-12-04

  - timer unit: change trigger fuzz from 12h to 1h (#230)
  - service unit: only run if `/var/log` is mounted (#230)
  - preserve fractional part of timestamps when compressing (#226)
  - re-indent source code using spaces only (#188)
  - minage: avoid rounding issue while comparing the amount of seconds (#36)
  - never remove old log files if `rotate -1` is specified (#202)
  - return non-zero exit status if a config file contains an error (#199)
  - make `copytruncate` work with `rotate 0` (#191)
  - warn user if both size and the time interval options are used (#192)
  - pass rotated log file name as the 2nd argument of the `postrotate` script
    when sharedscript is not enabled (#193)
  - rename `logrotate-default` to `logrotate.conf` (#187)

[3.15.0]: https://github.com/logrotate/logrotate/compare/3.14.0...3.15.0

6 years agoup to 3.14.0 auto/th/logrotate-3.14.0-1
Elan Ruusamäe [Fri, 9 Mar 2018 18:39:49 +0000 (20:39 +0200)]
up to 3.14.0

https://github.com/logrotate/logrotate/releases/tag/3.14.0

6 years agoensure compress/uncompress program paths
Elan Ruusamäe [Tue, 19 Dec 2017 18:58:57 +0000 (20:58 +0200)]
ensure compress/uncompress program paths

protect against future breakage:
https://github.com/logrotate/logrotate/issues/161

6 years agoup to 3.13.0; friday 13 goodie auto/th/logrotate-3.13.0-1
Elan Ruusamäe [Sat, 14 Oct 2017 17:26:18 +0000 (20:26 +0300)]
up to 3.13.0; friday 13 goodie

- make distribution tarballs report logrotate version properly (RHBZ#1500264)
- make (un)compress work even if stdin and/or stdout are closed (#154)
- remove -s from DEFAULT_MAIL_COMMAND and improve its documenation (#152)
- uncompress logs before mailing them even if delaycompress is enabled (#151)
- handle unlink of a non-existing log file as a warning only (#144)
- include compile-time options in the output of logrotate --version (#145)
- make logrotate --version print to stdout instead of stderr (#145)
- flush write buffers before syncing state file (#148)
- specify (un)compress utility explicitly in tests (#137)
- enable running tests in parallel (#132)
- explicitly map root UID/GID to 0 on Cygwin (#133)
- add .dpkg-bak and .dpkg-del to default tabooext list (#134)

https://github.com/logrotate/logrotate/releases/tag/3.13.0

6 years agologrotate-3.12.3 auto/th/logrotate-3.12.3-1
Elan Ruusamäe [Sun, 2 Jul 2017 17:24:49 +0000 (20:24 +0300)]
logrotate-3.12.3

- copy and copytruncate directives now work together again
- unlink() is no longer preceded by open() unless shred is enabled (#124)
- compress and uncompress now take commands from $PATH, too (#122)

7 years ago3.12.1 (2017-04-21) auto/th/logrotate-3.12.1-1
Elan Ruusamäe [Fri, 21 Apr 2017 16:52:13 +0000 (19:52 +0300)]
3.12.1 (2017-04-21)

7 years agoUse %%systemd_service_enable instead of %%systemd_trigger auto/th/logrotate-3.11.0-3
Jacek Konieczny [Fri, 10 Mar 2017 13:04:16 +0000 (14:04 +0100)]
Use %%systemd_service_enable instead of %%systemd_trigger

The latter won't work for cronjobs, as it checks if a matching init.d
service was enabled.

Release: 3

7 years agoRelease: 2 auto/th/logrotate-3.11.0-2
Jacek Konieczny [Fri, 10 Mar 2017 12:21:10 +0000 (13:21 +0100)]
Release: 2

7 years agoadd systemd-cronjobs support
Jacek Konieczny [Thu, 9 Mar 2017 13:24:27 +0000 (14:24 +0100)]
add systemd-cronjobs support

7 years agoup to 3.11.0 (2016-12-02) auto/th/logrotate-3.11.0-1
Elan Ruusamäe [Sat, 3 Dec 2016 14:26:00 +0000 (16:26 +0200)]
up to 3.11.0 (2016-12-02)

  - Add 'taboopat' configuration directive to exclude configuration files
    based on globing patterns.
  - Allow to change default state path at build time (via the
    --with-state-file-path option of the configure script).
  - Automatically determine resulting file suffix based on the compression
    program in use.
  - Preserve SELinux context with 'compress' and 'sharedscripts' properly.
  - Rename already existing output files to avoid collisions.
  - Import systemd service and timer for logrotate from openSUSE.
  - Introduce the 'addextension' configuration directive.
  - Create 'CONTRIBUTING.md' with instructions for logrotate contributors.
  - Maintain ChangeLog.md instead of the legacy CHANGES file.
  - Make 'createolddir' configuration directive preserve sticky bit.
  - Add 'minage' configuration directive to specify minimum file age to rotate.
  - Avoid using local implementation of strndup() and asprintf() if these
    functions are available at build time.
  - Fix parsing of 'su' directive to accept usernames starting with numeric
    symbols.
  - Make sure that 64-bit file offsets are used on 32-bit systems.

7 years ago- sorted BRs
Jakub Bogusz [Wed, 3 Aug 2016 16:25:44 +0000 (18:25 +0200)]
- sorted BRs

7 years agorestore CHANGES doc packaging
Elan Ruusamäe [Wed, 3 Aug 2016 15:51:25 +0000 (18:51 +0300)]
restore CHANGES doc packaging

removed by mistake in 9628a6d

7 years agospelling fix auto/th/logrotate-3.10.0-1
Elan Ruusamäe [Wed, 3 Aug 2016 12:00:20 +0000 (15:00 +0300)]
spelling fix

7 years agofix killall path in manual page
Elan Ruusamäe [Wed, 3 Aug 2016 11:58:56 +0000 (14:58 +0300)]
fix killall path in manual page

7 years agoup to 3.10.0
Elan Ruusamäe [Wed, 3 Aug 2016 11:55:23 +0000 (14:55 +0300)]
up to 3.10.0

8 years agoup to 3.9.2, project moved to github auto/th/logrotate-3.9.2-1
Elan Ruusamäe [Fri, 22 Apr 2016 12:30:31 +0000 (15:30 +0300)]
up to 3.9.2, project moved to github

9 years agorequires am 1.13 for AM_EXTRA_RECURSIVE_TARGETS
Elan Ruusamäe [Mon, 20 Apr 2015 19:43:13 +0000 (22:43 +0300)]
requires am 1.13 for AM_EXTRA_RECURSIVE_TARGETS

https://lwn.net/Articles/531373/

9 years agorequires(post): coreutils for touch,chmod,chown auto/th/logrotate-3.9.1-2
Elan Ruusamäe [Mon, 20 Apr 2015 19:36:42 +0000 (22:36 +0300)]
requires(post): coreutils for touch,chmod,chown

9 years ago- up to 3.9.1 auto/th/logrotate-3.9.1-1
Arkadiusz Miśkiewicz [Sun, 5 Apr 2015 20:53:03 +0000 (22:53 +0200)]
- up to 3.9.1

9 years ago- x32 rebuild auto/th/logrotate-3.8.8-3
Jan Rękorajski [Tue, 24 Feb 2015 21:06:53 +0000 (22:06 +0100)]
- x32 rebuild
- release 3 (by relup.sh)

9 years ago- rel 2; largefile support auto/th/logrotate-3.8.8-2
Arkadiusz Miśkiewicz [Thu, 11 Dec 2014 11:20:32 +0000 (12:20 +0100)]
- rel 2; largefile support

9 years ago- ac version
Jakub Bogusz [Sat, 25 Oct 2014 14:57:03 +0000 (16:57 +0200)]
- ac version

9 years ago- switch to am/ac for building auto/th/logrotate-3.8.8-1
Arkadiusz Miśkiewicz [Sat, 25 Oct 2014 13:50:21 +0000 (15:50 +0200)]
- switch to am/ac for building

9 years ago- up to 3.8.8
Arkadiusz Miśkiewicz [Sat, 25 Oct 2014 13:44:30 +0000 (15:44 +0200)]
- up to 3.8.8

9 years ago- rel 2; prefix output with config name: https://fedorahosted.org/logrotate/ticket/37 auto/th/logrotate-3.8.7-2
Arkadiusz Miśkiewicz [Wed, 15 Oct 2014 12:05:16 +0000 (14:05 +0200)]
- rel 2; prefix output with config name: https://fedorahosted.org/logrotate/ticket/37

10 years agoup to 3.8.7 auto/th/logrotate-3.8.7-1
Elan Ruusamäe [Sat, 12 Oct 2013 20:13:14 +0000 (23:13 +0300)]
up to 3.8.7

- Fixed --force/-f option handling together with "size" directive (3.8.5 regression).
- Use "logrotate_tmp_t" context for SELinux tests and if this context does not exist, skip SELinux related tests.

10 years agoallow logrotate cron script to take arguments, may be useful for debugging
Elan Ruusamäe [Sun, 15 Sep 2013 02:01:27 +0000 (05:01 +0300)]
allow logrotate cron script to take arguments, may be useful for debugging

10 years ago- require libselinux-utils only with tests
Jakub Bogusz [Thu, 29 Aug 2013 15:35:08 +0000 (17:35 +0200)]
- require libselinux-utils only with tests

10 years agosetup own cronjob instead of fixed cron.daily auto/th/logrotate-3.8.6-1
Elan Ruusamäe [Thu, 29 Aug 2013 14:30:27 +0000 (17:30 +0300)]
setup own cronjob instead of fixed cron.daily

this allows more flexible time configuration of logrotate job

10 years agomove cron script to sources instead of patching 95% of the file
Elan Ruusamäe [Thu, 29 Aug 2013 14:25:59 +0000 (17:25 +0300)]
move cron script to sources instead of patching 95% of the file

10 years agoBR; libselinux-utils for selinuxenabled tool to see if selinux tests can be ran
Elan Ruusamäe [Thu, 29 Aug 2013 14:17:10 +0000 (17:17 +0300)]
BR; libselinux-utils for selinuxenabled tool to see if selinux tests can be ran

10 years agoup to 3.8.6, run tests
Elan Ruusamäe [Thu, 29 Aug 2013 14:12:08 +0000 (17:12 +0300)]
up to 3.8.6, run tests

11 years ago- updated to 3.8.3 auto/th/logrotate-3.8.3-1 auto/ti/logrotate-3.8.3-1
Jakub Bogusz [Fri, 5 Oct 2012 17:12:41 +0000 (19:12 +0200)]
- updated to 3.8.3
- adjusted man patch

11 years ago- rel 5 auto/th/logrotate-3_8_1-5 auto/ti/logrotate-3_8_1-5
Jan Rękorajski [Sun, 11 Mar 2012 12:33:35 +0000 (12:33 +0000)]
- rel 5
- don't send meaningless, reduntant, useless mails by default

Changed files:
    logrotate.spec -> 1.106
    logrotate.sysconfig -> 1.3

11 years ago- add .cvsignore to tabooext auto/th/logrotate-3_8_1-4
Elan Ruusamäe [Thu, 8 Mar 2012 14:30:34 +0000 (14:30 +0000)]
- add .cvsignore to tabooext

Changed files:
    logrotate.spec -> 1.105
    tabooext.patch -> 1.1

11 years ago- rel 3 auto/th/logrotate-3_8_1-3 auto/ti/logrotate-3_8_1-3
Jan Rękorajski [Sun, 19 Feb 2012 10:19:52 +0000 (10:19 +0000)]
- rel 3
- do not redirect logrotate errors to /dev/null

Changed files:
    logrotate-cron.patch -> 1.5
    logrotate.spec -> 1.104

11 years ago- rel 2 auto/th/logrotate-3_8_1-2
Jan Rękorajski [Sun, 5 Feb 2012 09:52:48 +0000 (09:52 +0000)]
- rel 2
- require filesystem with accessible /var/log/archive

Changed files:
    logrotate.spec -> 1.103

11 years ago- updated to 3.8.1 auto/th/logrotate-3_8_1-1
Łukasz Kieś [Sun, 4 Sep 2011 20:03:21 +0000 (20:03 +0000)]
- updated to 3.8.1

Changed files:
    logrotate-cron.patch -> 1.4
    logrotate.spec -> 1.102

11 years ago- enabled acl support (with bcond) auto/th/logrotate-3_8_0-1
Jakub Bogusz [Sat, 25 Jun 2011 05:39:58 +0000 (05:39 +0000)]
- enabled acl support (with bcond)
- added more CVE notes to previous commit log

Changed files:
    logrotate.spec -> 1.101

11 years ago- up to 3.8.0
marti [Fri, 24 Jun 2011 21:00:09 +0000 (21:00 +0000)]
- up to 3.8.0
- resolves CVE-2011-1098 (Race condition in the createOutputFile function)

Changed files:
    logrotate.spec -> 1.100

11 years ago- up to 3.7.9 auto/th/logrotate-3_7_9-1 auto/ti/logrotate-3_7_9-1
Elan Ruusamäe [Mon, 12 Jul 2010 07:45:53 +0000 (07:45 +0000)]
- up to 3.7.9

Changed files:
    logrotate-cron.patch -> 1.3
    logrotate.spec -> 1.99

11 years ago- move /var/log/archive to filesystem, rel 8 auto/th/logrotate-3_7_8-8
Elan Ruusamäe [Tue, 20 Apr 2010 13:54:18 +0000 (13:54 +0000)]
- move /var/log/archive to filesystem, rel 8
- (pretrans for archiv rename dropped from here, move it to filesystem as well or just forget it?)

Changed files:
    logrotate.spec -> 1.98

11 years ago- release 7 auto/th/logrotate-3_7_8-7
Elan Ruusamäe [Tue, 2 Feb 2010 08:06:27 +0000 (08:06 +0000)]
- release 7

Changed files:
    logrotate.spec -> 1.97

11 years ago- like crond, do not require mail sending tool, works ok without any MTA (+1 from... auto/ac/logrotate-3_7_8-6 auto/th/logrotate-3_7_8-6
Elan Ruusamäe [Thu, 7 Jan 2010 10:13:27 +0000 (10:13 +0000)]
- like crond, do not require mail sending tool, works ok without any MTA (+1 from hawk); rel 6

Changed files:
    logrotate.spec -> 1.96

11 years ago- release 5 auto/th/logrotate-3_7_8-5
Elan Ruusamäe [Mon, 30 Nov 2009 11:31:50 +0000 (11:31 +0000)]
- release 5

Changed files:
    logrotate.spec -> 1.95

11 years ago- so do the subst too finally; rel 4 auto/ac/logrotate-3_7_8-4 auto/th/logrotate-3_7_8-4
Elan Ruusamäe [Fri, 6 Nov 2009 11:15:22 +0000 (11:15 +0000)]
- so do the subst too finally; rel 4

Changed files:
    logrotate.spec -> 1.94

11 years ago- rel 3 auto/th/logrotate-3_7_8-3
Jan Rękorajski [Thu, 8 Oct 2009 12:54:10 +0000 (12:54 +0000)]
- rel 3
- kill /var/log/archiv symlink, it's been 4 (FOUR) years since the change

Changed files:
    logrotate.spec -> 1.93

11 years ago- /etc/logrotate.d moved to filesystem (logrotate is not requirement for functional... auto/aidath/logrotate-3_7_8-2 auto/th/logrotate-3_7_8-2 auto/ti/logrotate-3_7_8-2
Elan Ruusamäe [Thu, 19 Mar 2009 15:43:58 +0000 (15:43 +0000)]
- /etc/logrotate.d moved to filesystem (logrotate is not requirement for functional system)

Changed files:
    logrotate.spec -> 1.92

11 years ago- man patch is back (only small part was obsolete)
Jakub Bogusz [Tue, 3 Feb 2009 06:47:05 +0000 (06:47 +0000)]
- man patch is back (only small part was obsolete)

Changed files:
    logrotate.spec -> 1.91

11 years ago- updated for 3.7.8
Jakub Bogusz [Tue, 3 Feb 2009 06:44:58 +0000 (06:44 +0000)]
- updated for 3.7.8

Changed files:
    logrotate-man.patch -> 1.9

11 years ago- up to 3.7.8 auto/th/logrotate-3_7_8-1
Arkadiusz Miśkiewicz [Wed, 28 Jan 2009 14:58:05 +0000 (14:58 +0000)]
- up to 3.7.8

Changed files:
    logrotate.spec -> 1.90

11 years ago- increase backlog a bit (10 weeks).
Arkadiusz Miśkiewicz [Wed, 28 Jan 2009 14:55:18 +0000 (14:55 +0000)]
- increase backlog a bit (10 weeks).

Changed files:
    logrotate.conf -> 1.16

11 years ago- check if /var/log/archive is symlink (could have been made by hand earlier);
Tomasz Pala [Mon, 27 Oct 2008 23:21:19 +0000 (23:21 +0000)]
- check if /var/log/archive is symlink (could have been made by hand earlier);
  if so, rename it and proceed as there was no archive directory at all

Changed files:
    logrotate.spec -> 1.89

11 years ago- s/R(post):fileutils/R:coreutils/ for pretrans scriptlet (install/ln usage). auto/th/logrotate-3_7_7-2
Paweł Sikora [Fri, 26 Sep 2008 10:52:42 +0000 (10:52 +0000)]
- s/R(post):fileutils/R:coreutils/ for pretrans scriptlet (install/ln usage).
- release 2.

Changed files:
    logrotate.spec -> 1.88

11 years ago- updated to 3.7.7 auto/ti/logrotate-3_7_7-1
Jakub Bogusz [Tue, 19 Aug 2008 18:25:46 +0000 (18:25 +0000)]
- updated to 3.7.7
- removed obsolete selinux patch
- added URLs

Changed files:
    logrotate.spec -> 1.87

11 years ago- obsolete
Jakub Bogusz [Tue, 19 Aug 2008 18:24:17 +0000 (18:24 +0000)]
- obsolete

Changed files:
    logrotate-selinux.patch -> 1.5

11 years ago- release 4 auto/th/logrotate-3_7_6-4 auto/ti/logrotate-3_7_6-4
Elan Ruusamäe [Mon, 14 Apr 2008 11:29:43 +0000 (11:29 +0000)]
- release 4

Changed files:
    logrotate.spec -> 1.86

11 years ago- logrotate-3.7.6-2.2.fc8.src.rpm auto/ac/logrotate-3_7_6-3
Elan Ruusamäe [Mon, 14 Apr 2008 10:37:36 +0000 (10:37 +0000)]
- logrotate-3.7.6-2.2.fc8.src.rpm

Changed files:
    logrotate-selinux.patch -> 1.4

11 years ago- update selinux from fc8
Elan Ruusamäe [Mon, 14 Apr 2008 10:37:14 +0000 (10:37 +0000)]
- update selinux from fc8

Changed files:
    logrotate-selinux.patch -> 1.3
    logrotate.spec -> 1.85

11 years ago- unified indentation auto/ac/logrotate-3_7_6-2 auto/th/logrotate-3_7_6-2 auto/ti/logrotate-3_7_6-2
Jakub Bogusz [Thu, 10 Jan 2008 06:08:20 +0000 (06:08 +0000)]
- unified indentation

Changed files:
    logrotate-cron.patch -> 1.2

11 years ago- document options
Jakub Bogusz [Thu, 10 Jan 2008 06:06:34 +0000 (06:06 +0000)]
- document options

Changed files:
    logrotate.sysconfig -> 1.2

11 years ago- add patch for cron script
Michał 'Wolvverine' Panasiewicz [Wed, 9 Jan 2008 21:50:09 +0000 (21:50 +0000)]
- add patch for cron script

Changed files:
    logrotate.spec -> 1.84

11 years ago- patch for logrotate cron script
Michał 'Wolvverine' Panasiewicz [Wed, 9 Jan 2008 21:46:34 +0000 (21:46 +0000)]
- patch for logrotate cron script

Changed files:
    logrotate-cron.patch -> 1.1

11 years ago- config for logrotate cron script
Michał 'Wolvverine' Panasiewicz [Wed, 9 Jan 2008 21:44:57 +0000 (21:44 +0000)]
- config for logrotate cron script

Changed files:
    logrotate.sysconfig -> 1.1

11 years ago- keep weekly rotate with 4 weeks retention. Too much flame for me.
Paweł Gołaszewski [Wed, 26 Dec 2007 00:51:18 +0000 (00:51 +0000)]
- keep weekly rotate with 4 weeks retention. Too much flame for me.

Changed files:
    logrotate.conf -> 1.15

11 years ago- keep the same style in config
Elan Ruusamäe [Tue, 25 Dec 2007 18:44:07 +0000 (18:44 +0000)]
- keep the same style in config

Changed files:
    logrotate.conf -> 1.14

11 years ago- don't rotate unless logs will grow bigger than 100k
Paweł Gołaszewski [Tue, 25 Dec 2007 12:27:17 +0000 (12:27 +0000)]
- don't rotate unless logs will grow bigger than 100k

Changed files:
    logrotate.conf -> 1.13

11 years ago- use date suffix in rotated files
Paweł Gołaszewski [Tue, 25 Dec 2007 12:02:03 +0000 (12:02 +0000)]
- use date suffix in rotated files

Changed files:
    logrotate.conf -> 1.12

11 years ago- keep 4 weeks, like before
Paweł Gołaszewski [Tue, 25 Dec 2007 11:51:47 +0000 (11:51 +0000)]
- keep 4 weeks, like before

Changed files:
    logrotate.conf -> 1.11

11 years ago- temporary link removed auto/th/logrotate-3_7_6-1
Paweł Gołaszewski [Mon, 24 Dec 2007 12:40:23 +0000 (12:40 +0000)]
- temporary link removed

Changed files:
    logrotate.spec -> 1.83

11 years ago- do log rotation daily and keep 2 weeks.
Paweł Gołaszewski [Mon, 24 Dec 2007 12:34:12 +0000 (12:34 +0000)]
- do log rotation daily and keep 2 weeks.

Changed files:
    logrotate.conf -> 1.10

11 years ago- md5 fixed
Paweł Gołaszewski [Mon, 24 Dec 2007 12:31:49 +0000 (12:31 +0000)]
- md5 fixed

Changed files:
    logrotate.spec -> 1.82

11 years ago- 3.7.6
Paweł Gołaszewski [Mon, 24 Dec 2007 12:30:06 +0000 (12:30 +0000)]
- 3.7.6

Changed files:
    logrotate-man.patch -> 1.8
    logrotate.spec -> 1.81

11 years ago- outdated - fized in different way
Paweł Gołaszewski [Mon, 24 Dec 2007 12:21:21 +0000 (12:21 +0000)]
- outdated - fized in different way

Changed files:
    logrotate-size.patch -> 1.2

11 years ago- applied
Paweł Gołaszewski [Mon, 24 Dec 2007 12:19:55 +0000 (12:19 +0000)]
- applied

Changed files:
    logrotate-selinux.patch -> 1.2

11 years ago- rel 7 auto/th/logrotate-3_7_4-7 auto/ti/logrotate-3_7_4-7
Jan Rękorajski [Wed, 5 Sep 2007 14:57:47 +0000 (14:57 +0000)]
- rel 7

Changed files:
    logrotate.spec -> 1.80

11 years ago- pretrans is a proper place for replacing dirs/symlinks
Elan Ruusamäe [Mon, 9 Apr 2007 19:36:42 +0000 (19:36 +0000)]
- pretrans is a proper place for replacing dirs/symlinks

Changed files:
    logrotate.spec -> 1.79

11 years ago- s|/var/log/archiv|/var/log/archive|g
Jan Rękorajski [Mon, 2 Apr 2007 16:41:07 +0000 (16:41 +0000)]
- s|/var/log/archiv|/var/log/archive|g

Changed files:
    logrotate.conf -> 1.9

11 years ago- tabs in preamble
Elan Ruusamäe [Tue, 13 Feb 2007 06:46:52 +0000 (06:46 +0000)]
- tabs in preamble

Changed files:
    logrotate.spec -> 1.78

11 years ago- converted to UTF-8
Jan Rękorajski [Mon, 12 Feb 2007 00:49:06 +0000 (00:49 +0000)]
- converted to UTF-8

Changed files:
    logrotate.spec -> 1.77

11 years ago- rel 6 AC-STABLE auto/ac/logrotate-3_7_4-6 auto/th/logrotate-3_7_4-6
Elan Ruusamäe [Thu, 26 Oct 2006 23:52:58 +0000 (23:52 +0000)]
- rel 6

Changed files:
    logrotate.spec -> 1.76

11 years ago- patch to fix 'size' directive, which was treated as 'minsize'
Jacek Konieczny [Tue, 17 Oct 2006 09:25:46 +0000 (09:25 +0000)]
- patch to fix 'size' directive, which was treated as 'minsize'

Changed files:
    logrotate-size.patch -> 1.1
    logrotate.spec -> 1.75

11 years ago- rel 5 auto/ac/logrotate-3_7_4-5
Elan Ruusamäe [Wed, 13 Sep 2006 09:32:38 +0000 (09:32 +0000)]
- rel 5

Changed files:
    logrotate.spec -> 1.74

11 years ago- from logrotate-3.7.4-5
Elan Ruusamäe [Wed, 13 Sep 2006 09:32:23 +0000 (09:32 +0000)]
- from logrotate-3.7.4-5

Changed files:
    logrotate-selinux.patch -> 1.1

11 years ago- FC-dev replaced tarball(!), apply also their selinux patch; rel 4
Elan Ruusamäe [Wed, 13 Sep 2006 09:31:57 +0000 (09:31 +0000)]
- FC-dev replaced tarball(!), apply also their selinux patch; rel 4

Changed files:
    logrotate.spec -> 1.73

11 years ago- rel 1
Elan Ruusamäe [Wed, 13 Sep 2006 09:23:03 +0000 (09:23 +0000)]
- rel 1

Changed files:
    logrotate.spec -> 1.72

11 years ago- correct "nomail" comment; language cosmetics auto/th/logrotate-3_7_4-0_2
Elan Ruusamäe [Mon, 29 May 2006 20:40:49 +0000 (20:40 +0000)]
- correct "nomail" comment; language cosmetics

Changed files:
    logrotate.conf -> 1.8

11 years ago- update to 3.7.4
Elan Ruusamäe [Mon, 29 May 2006 20:17:17 +0000 (20:17 +0000)]
- update to 3.7.4

Changed files:
    logrotate-man.patch -> 1.7

11 years ago- drop non-cvs changelog (confusing with cvslog truncation patch)
Elan Ruusamäe [Mon, 29 May 2006 19:51:21 +0000 (19:51 +0000)]
- drop non-cvs changelog (confusing with cvslog truncation patch)

Changed files:
    logrotate.spec -> 1.71

11 years ago- R gzip, as default config specifies it, and missing compressprog silently discards...
Elan Ruusamäe [Mon, 29 May 2006 19:39:25 +0000 (19:39 +0000)]
- R gzip, as default config specifies it, and missing compressprog silently discards original logs!

Changed files:
    logrotate.spec -> 1.70

11 years ago- outdated in 3.7.4
Elan Ruusamäe [Mon, 29 May 2006 19:34:33 +0000 (19:34 +0000)]
- outdated in 3.7.4

Changed files:
    logrotate-dateext.dif -> 1.3
    logrotate-maxage.dif -> 1.3
    logrotate-noexec-tmp.patch -> 1.2

11 years ago- updated to 3.7.4; suse patches applied
Elan Ruusamäe [Mon, 29 May 2006 19:34:04 +0000 (19:34 +0000)]
- updated to 3.7.4; suse patches applied

Changed files:
    logrotate.spec -> 1.69

11 years ago- s/httpd.conf/archiv/ auto/ac/logrotate-3_7-4 auto/th/logrotate-3_7-4
hawk [Wed, 28 Dec 2005 13:33:32 +0000 (13:33 +0000)]
- s/httpd.conf/archiv/

Changed files:
    logrotate.spec -> 1.68

11 years ago- /var/log/archiv -> /var/log/archive
Elan Ruusamäe [Wed, 28 Dec 2005 13:15:08 +0000 (13:15 +0000)]
- /var/log/archiv -> /var/log/archive

Changed files:
    logrotate.conf -> 1.7

11 years ago- kill /var/log/archiv kloczkish by renaming it to /var/log/archive; rel 4
Elan Ruusamäe [Wed, 28 Dec 2005 13:14:07 +0000 (13:14 +0000)]
- kill /var/log/archiv kloczkish by renaming it to /var/log/archive; rel 4

Changed files:
    logrotate.spec -> 1.67

11 years ago- adapterized (sorted %verify flags)
Elan Ruusamäe [Sun, 4 Dec 2005 22:58:06 +0000 (22:58 +0000)]
- adapterized (sorted %verify flags)

Changed files:
    logrotate.spec -> 1.66

11 years ago- description for bcond, proper License
darekr [Fri, 8 Jul 2005 19:39:45 +0000 (19:39 +0000)]
- description for bcond, proper License

Changed files:
    logrotate.spec -> 1.65

11 years ago- nobody complaints? so patches were tested, I assume
Jakub Bogusz [Fri, 14 Jan 2005 19:54:25 +0000 (19:54 +0000)]
- nobody complaints? so patches were tested, I assume

Changed files:
    logrotate.spec -> 1.64

This page took 0.149724 seconds and 4 git commands to generate.