Revisions of etckeeper

buildservice-autocommit accepted request 1148782 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 31)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 30)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
buildservice-autocommit accepted request 1039260 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1036453 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 28)
- Do not have the main package recommend the bash-completion
  sub-package, but rather have the subpackage supplement the
  combination of etckeeper and bash-completion.
buildservice-autocommit accepted request 1010437 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 27)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1006674 from André Werlang's avatar André Werlang (awerlang) (revision 26)
- Update to 1.18.18:
  * Replace deprecated egrep with grep -E.
  * Added support for Void Linux's xbps package manager.
- Update to 1.18.17:
  * Fix committing of files with spaces in name when perl is not available.
  * Ignore udev's FHS violating large binary cache file /etc/udev/hwdb.bin
  * Avoid warning messages from grep about binary files when there are
    filenames in /etc that do not correspond to the current locale settings.
- Update to 1.18.16:
  * Improve sorting stability.
  * Prefer mktemp over tempfile as the latter displays a deprecation
    warning since debianutils 4.10.
- Update to 1.18.15:
  * Use "command -v" rather than "which" to detect installed programs,
    as it is more portable.
  * Improve commit messages generated by package manager changes,
    listing packages that are responsible for the changed config files.
  * If gc.auto is not configured, override the default to make it gc
    ten times more frequently, to avoid wasting space with loose objects.
  * update-ignore: Preserve permissions from any preexisting VCS ignore file.
  * Removed the debian directory from the upstream source package as it's
    not being maintained; see the debian package for an up-to-date one.
  * debian/changelog moved to CHANGELOG and debian/copyright to COPYRIGHT.
- Rebase patches:
  * etckeeper-avoid-packagelist.patch
  * etckeeper-set-package-manager.patch
buildservice-autocommit accepted request 773647 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 25)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 769864 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 23)
- Update to 1.18.14:
  * pacman 5.2 deprecated File hooks, use Path.
    Thanks, Christian Hesse
  * Fix vcs subcommand setup for zsh completion.
    Thanks, James Rowe.
  * Added zsh completion.
    Thanks, James Rowe
  * commit: Recent changes added code that does not work on all POSIX shells.
    Fixed by Thorsten Glaser.
  * Fix bug in hostname determination in the previous release.
    Thanks, Christian Hesse
  * Support platforms without a hostname command, fall back to 
    reading /etc/hostname.
    Thanks, Chris Morgan
  * commit: Support -mmessage, without a space, since eg git commit
    can be used that way.
    Thanks, martin f. krafft
  * commit: When multiple parameters are given, use them all as the commit
    message, instead of the old behavior of only using the first parameter and
    throwing the rest away.
    Thanks, martin f. krafft
  * Avoid post-install failing when ps is from busybox or another
    version not supporting procps-specific options.
  * Use ps --no-headers rather than problimatic -h option.
  * When run during a package installation, include in the commit
    message the command line that caused etckeeper to run.
    Thanks, Laszlo Gombos
buildservice-autocommit accepted request 640144 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 22)
baserev update by copy to link target
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 639554 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 21)
- Remove idempotent %if..%endif guards.
- Fix incorrect trailing slash in make install line.
- Update RPM group for bash-completion.
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 639223 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 20)
- indicated that subpackages are noarch.
- modified the description longer.
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 636715 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 19)
- obsolete cron sub package on systemd machines

- use %license

- dropped non suse support
  - added etckeeper-set-package-manager.patch: set the package
    manager via a patch now that we only care about suse
- bzr support:
  - disable for now as it would force the whole package to be
    python2 bound. you can reenable it when building with
    --with=bzr or set the options in your prjconf:
    %define _with_bzr 1
    Macros:
    %_with_bzr 1
    :Macros
  - change bzr support to be in a subpackage if enabled
- build with python3 when not building with bzr support
  - patch shebang line in the zypper plugin to match that
- build the whole package as noarch if we don't build with python
  as we are just packaging a bunch of shell scripts
- move bash completion to a sub package, which is recommended to
  keep the default working, BR and Require the bash-completion
  package for path ownership
- downgrade to git-core so we only have the minimal git for small
  installs on servers
- no longer build the cron support on systemd machines. the systemd
  timer is more powerful and should be used instead.
- when uninstalling we should also disable and stop the systemd
  timer
- only ship the documentation files that are also shipped in the
buildservice-autocommit accepted request 635865 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 18)
baserev update by copy to link target
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 634898 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 17)
- update to 1.18.8:
  * Work around git commit's lack of robustness, by providing
    reasonable default values for GIT_COMMITTER_EMAIL etc.
    This was already done as part of the su/sudo handling,
    and is now always done.
  * Don't hardcode the master branch when pushing to PUSH_REMOTE.
    Instead, let git push whatever branches it is configured to
    push to that remote.
- Drop 0001-Remove-env-from-shebang-in-zypper-plugin.patch because
  now in upstream.
buildservice-autocommit accepted request 538550 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 16)
baserev update by copy to link target
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 537429 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 15)
- update to 1.18.7:
  * Will work on systems that don't have perl. (Perl is still used
    when available).
  * Prevent LC_ALL overriding the LC_COLLATE used to sort metadata.
- includes changes from 1.18.6:
  * Only show errors (no progress indicators) when pushing
    Git/Mercurial repos to avoid unecessary cron mails.
  * Fix regex in 20-warn-problem-files.
  * Support added for apk (alpine linux)
- Lint spec file
- Point source URL to upstream tarball
- Mark dependency on python-base per rpmlint
- Patches / source modifications:
  * Add 0001-Remove-env-from-shebang-in-zypper-plugin.patch
    - fixes rpmlint warning about dependency detection
  * Rebase etckeeeper-avoid-packagelist.patch
  * Remove junk file caught by rpmlint (.mdwn)
buildservice-autocommit accepted request 437187 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 14)
baserev update by copy to link target
Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) accepted request 436960 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 13)
- Remove redundant sections
buildservice-autocommit accepted request 435735 from Mitsutoshi NAKANO's avatar Mitsutoshi NAKANO (Mitsutoshi) (revision 12)
baserev update by copy to link target
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by