Update requires on python-argcomplete
This commit is contained in:
parent
46dc322c41
commit
55488e54c7
17
abrt.spec
17
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user