public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Update requires on python-argcomplete
@ 2026-08-03 10:23 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-03 10:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
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.8

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:23 [rpms/abrt] update-2.17.8: Update requires on python-argcomplete 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox