summaryrefslogtreecommitdiff
path: root/etckeeper.spec
AgeCommit message (Collapse)Author
2011-11-25store all permissions of files and directories, even those with standard ↵Joey Hess
permissions of 644 and 755 This is unfortunately necessary in order to support etckeeper init on a checkout that was made with a nonstandard umask, in which case the files that were expected to be 644 and 755, won't be. Closes: #649701 Thanks to Дмитрий Матросов for reporting the bug and developing a fixup script (attached to the bug) which could be used if you've already encountered this problem.
2011-11-04releasing version 0.57Joey Hess
2011-07-12releasing version 0.56Joey Hess
2011-06-19releasing version 0.55Joey Hess
2011-05-30releasing version 0.54Joey Hess
2011-03-18releasing version 0.53Joey Hess
2011-02-06releasing version 0.52Joey Hess
2010-12-20Added Polish translation of debconf templates. Closes: #607563Joey Hess
2010-11-16Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵Joey Hess
settings in eg, crontab. Closes: #602438
2010-10-12Do not warn about special files or hardlinks if they are ignored by git. ↵Joey Hess
Fixes #549354 for git, but not for other VCSs.
2010-09-13releasing version 0.49Joey Hess
2010-07-16releasing version 0.48Joey Hess
2010-07-13typoJoey Hess
2010-05-30releasing version 0.47Joey Hess
2010-05-16Fix bug where after a large upgrade, etckeeper's automatic commit message ↵Joey Hess
was so long it exceeded system limits. Closes: #581678
2010-04-15releasing version 0.45Joey Hess
2010-04-14releasing version 0.44Joey Hess
2010-02-18releasing version 0.43Joey Hess
2010-01-26releasing version 0.42Joey Hess
2009-09-26releasing version 0.41Joey Hess
2009-08-08releasing version 0.40Joey Hess
2009-07-31releasing version 0.39Joey Hess
2009-07-08releasing version 0.38Joey Hess
2009-06-08releasing version 0.37Joey Hess
2009-05-16releasing version 0.36Joey Hess
2009-05-06releasing version 0.35Joey Hess
2009-03-02README: Typo. Closes: #517914Joey Hess
2009-02-27t/testingJimmy Tang
make the rpm package do the right thing on a fresh install * refine specfile so that the basic config doesn't get blown away on an update. * install cron.daily script Signed-off-by: Jimmy Tang <jtang@duo.tchpc.tcd.ie>
2009-02-25auto version spec fileJoey Hess
2009-02-25mention yum instead of apt in the description hereJoey Hess
2009-02-25added yum-etckeeper plugin to top level etckeeper specfile. made makefile ↵Jimmy Tang
install said plugin when yum is selected as a high level package manager.
2009-02-24don't install bash_completion as doc fileJoey Hess
It's installed into /etc by the Makefile
2009-02-24let's use the toplevel debian ftp serverJoey Hess
2009-02-24initial etckeeper specfile for generating an rpmJimmy Tang