public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Update requires on python-argcomplete
Date: Mon, 03 Aug 2026 11:04:32 GMT [thread overview]
Message-ID: <178575507215.1.11136708976295228573.rpms-abrt-55488e54c7f8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 55488e54c7f88efa84c9488c50546be3698c57f0
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2015-11-14T15:00:41-05:00
Stats : +13/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/55488e54c7f88efa84c9488c50546be3698c57f0?branch=update-2.17.9-f44
Log:
Update requires on python-argcomplete
---
diff --git a/abrt.spec b/abrt.spec
index e9c2ce2..62af06e 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -49,7 +49,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.7.0
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@@ -87,7 +87,7 @@ BuildRequires: systemd-python
BuildRequires: python3-systemd
BuildRequires: augeas
BuildRequires: libselinux-devel
-BuildRequires: python-argcomplete
+BuildRequires: python2-argcomplete
BuildRequires: python3-argcomplete
BuildRequires: python-argh
BuildRequires: python3-argh
@@ -324,8 +324,9 @@ Requires: abrt-dbus
Requires: abrt-python
Requires: abrt-addon-ccpp
Requires: python-argh
-Requires: python-argcomplete
+Requires: python2-argcomplete
Requires: python-humanize
+Requires: /usr/bin/register-python-argcomplete
%description cli-ng
New generation command line interface for ABRT
@@ -548,6 +549,10 @@ ln -sf %{_datadir}/applications/abrt-applet.desktop ${RPM_BUILD_ROOT}%{_sysconfd
# After everything is installed, remove info dir
rm -f %{buildroot}%{_infodir}/dir
+# Install completions script in the right place
+rm %{buildroot}%{_sysconfdir}/bash_completion.d/abrt.bash_completion
+install -Dpm0644 src/cli-ng/abrt.bash_completion %{buildroot}%{_datadir}/bash-completion/completions/abrt
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -1009,7 +1014,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
%files cli-ng
%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
+%{_datadir}/bash-completion/completions/abrt
%{_bindir}/abrt
%{python_sitearch}/abrtcli/
%{_mandir}/man1/abrt.1.gz
@@ -1079,6 +1084,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Sat Nov 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 2.7.0-4
+- Update requires on python-argcomplete
+- Move completion script to /usr
+
* Fri Nov 6 2015 Jakub Filak <jfilak@redhat.com> - 2.7.0-3
- Rebuilt for Python3.5 rebuild
reply other threads:[~2026-08-03 11:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575507215.1.11136708976295228573.rpms-abrt-55488e54c7f8@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox