From d579fb58bb40fe105445159bd1c1da308a075d282e4ea3aad7c32ce8a99cf76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 6 Feb 2020 13:14:13 +0000 Subject: [PATCH 1/2] Accepting request 769864 from home:polslinux:branches:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/769864 OBS-URL: https://build.opensuse.org/package/show/utilities/etckeeper?expand=0&rev=23 --- etckeeper-1.18.14.tar.gz | 3 +++ etckeeper-1.18.8.tar.gz | 3 --- etckeeper.changes | 31 +++++++++++++++++++++++++++++++ etckeeper.spec | 20 +++++++++++++++++--- 4 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 etckeeper-1.18.14.tar.gz delete mode 100644 etckeeper-1.18.8.tar.gz diff --git a/etckeeper-1.18.14.tar.gz b/etckeeper-1.18.14.tar.gz new file mode 100644 index 0000000..d59918f --- /dev/null +++ b/etckeeper-1.18.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15924673fa3f15e4b172f9f0111a442ed3f0ee99dcf9ad3c5107736ffb8c1089 +size 93528 diff --git a/etckeeper-1.18.8.tar.gz b/etckeeper-1.18.8.tar.gz deleted file mode 100644 index efc03bd..0000000 --- a/etckeeper-1.18.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ba6908399a877b749e9137b9b71ada6db1373695da1bd646c5825e7c17d08e -size 84964 diff --git a/etckeeper.changes b/etckeeper.changes index cb347d5..07dd764 100644 --- a/etckeeper.changes +++ b/etckeeper.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Feb 4 07:37:47 UTC 2020 - Paolo Stivanin + +- 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 diff --git a/etckeeper.spec b/etckeeper.spec index b3abaf7..9f1349c 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -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 # Copyright (c) 2013 Pascal Bleser # @@ -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,15 @@ 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} +Requires: zsh-completion + +%description zsh-completion +zsh command line completion support for %{name}. + %prep %setup -q %patch0 -p1 @@ -188,6 +197,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 From 0007273b0eddfc357d0571cb7eb2b54d9b8aef369e3008106d1215b3fb4401f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 12 Feb 2020 09:31:15 +0000 Subject: [PATCH 2/2] Accepting request 773646 from home:polslinux:branches:utilities - Fix spec file OBS-URL: https://build.opensuse.org/request/show/773646 OBS-URL: https://build.opensuse.org/package/show/utilities/etckeeper?expand=0&rev=24 --- etckeeper.changes | 5 +++++ etckeeper.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etckeeper.changes b/etckeeper.changes index 07dd764..632de57 100644 --- a/etckeeper.changes +++ b/etckeeper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 12 09:28:21 UTC 2020 - Paolo Stivanin + +- Fix spec file + ------------------------------------------------------------------- Tue Feb 4 07:37:47 UTC 2020 - Paolo Stivanin diff --git a/etckeeper.spec b/etckeeper.spec index 9f1349c..d241f49 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -134,7 +134,6 @@ Bash command line completion support for %{name}. Summary: The zsh completion for etckeeper Group: System/Shells Requires: etckeeper = %{version}-%{release} -Requires: zsh-completion %description zsh-completion zsh command line completion support for %{name}.