Accepting request 773647 from utilities
OBS-URL: https://build.opensuse.org/request/show/773647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etckeeper?expand=0&rev=8
This commit is contained in:
commit
fc83d20aa8
3
etckeeper-1.18.14.tar.gz
Normal file
3
etckeeper-1.18.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15924673fa3f15e4b172f9f0111a442ed3f0ee99dcf9ad3c5107736ffb8c1089
|
||||
size 93528
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ba6908399a877b749e9137b9b71ada6db1373695da1bd646c5825e7c17d08e
|
||||
size 84964
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 09:28:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Fix spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 07:37:47 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 09:38:10 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package etckeeper
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2014 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
|
||||
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
@ -34,7 +34,7 @@
|
||||
%define make_args systemddir=%{_unitdir} PYTHON=%{python_versioned} %{python_args}
|
||||
|
||||
Name: etckeeper
|
||||
Version: 1.18.8
|
||||
Version: 1.18.14
|
||||
Release: 0
|
||||
Summary: Store /etc under Version Control
|
||||
License: GPL-2.0-or-later
|
||||
@ -43,7 +43,7 @@ Source: https://git.joeyh.name/index.cgi/etckeeper.git/snapshot/%{name}-
|
||||
# PATCH-FIX-UPSTREAM etckeeper-avoid-packagelist.patch gh#joeyh/etckeeper#17 bkbin005@rinku.zaq.ne.jp -- add AVOID_PACKAGELIST
|
||||
Patch0: etckeeper-avoid-packagelist.patch
|
||||
Patch1: etckeeper-set-package-manager.patch
|
||||
Url: http://etckeeper.branchable.com/
|
||||
URL: http://etckeeper.branchable.com/
|
||||
%if ! %{with bzr}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
@ -130,6 +130,14 @@ Requires: etckeeper = %{version}-%{release}
|
||||
%description bash-completion
|
||||
Bash command line completion support for %{name}.
|
||||
|
||||
%package zsh-completion
|
||||
Summary: The zsh completion for etckeeper
|
||||
Group: System/Shells
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
|
||||
%description zsh-completion
|
||||
zsh command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -188,6 +196,11 @@ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
%files bash-completion
|
||||
%{_datadir}/bash-completion/completions/etckeeper
|
||||
|
||||
%files zsh-completion
|
||||
%{_datadir}/zsh
|
||||
%{_datadir}/zsh/vendor-completions
|
||||
%{_datadir}/zsh/vendor-completions/_etckeeper
|
||||
|
||||
%files zypp-plugin
|
||||
%{_prefix}/lib/zypp/plugins/commit/zypper-etckeeper.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user