remove useless packages
This commit is contained in:
parent
63d4c8a050
commit
3590e27bce
47
abrt.spec
47
abrt.spec
@ -1,6 +1,6 @@
|
|||||||
Name: abrt
|
Name: abrt
|
||||||
Version: 2.13.0
|
Version: 2.13.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A tool for automatic bug detection and reporting
|
Summary: A tool for automatic bug detection and reporting
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
@ -17,7 +17,7 @@ BuildRequires: gdb-headless libcap-devel systemd-devel json-c-devel gdb-headles
|
|||||||
|
|
||||||
Requires: libreport >= 2.10.0 satyr >= 0.24
|
Requires: libreport >= 2.10.0 satyr >= 0.24
|
||||||
Requires: systemd python3-%{name} = %{version}-%{release} python3-augeas python3-dbus
|
Requires: systemd python3-%{name} = %{version}-%{release} python3-augeas python3-dbus
|
||||||
Requires: dmidecode libreport-plugin-ureport libreport-plugin-rhtsupport
|
Requires: dmidecode
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
@ -174,29 +174,6 @@ Obsoletes: %{name}-cli-ng < 2.12.2
|
|||||||
This package provides a simple command line client for abrt event reports
|
This package provides a simple command line client for abrt event reports
|
||||||
in command line environment.
|
in command line environment.
|
||||||
|
|
||||||
%package cli
|
|
||||||
Summary: Make easy default installation on non-graphical environments for virtual package
|
|
||||||
Requires: %{name} = %{version}-%{release} abrt-tui abrt-addon-kerneloops
|
|
||||||
Requires: abrt-addon-pstoreoops abrt-addon-vmcore abrt-addon-ccpp python3-abrt-addon
|
|
||||||
Requires: abrt-addon-xorg libreport-rhel >= 2.10.0
|
|
||||||
Requires: libreport-plugin-rhtsupport >= 2.10.0
|
|
||||||
|
|
||||||
%description cli
|
|
||||||
This virtual package is used to install all necessary packages for usage from command line
|
|
||||||
environment.
|
|
||||||
|
|
||||||
%package desktop
|
|
||||||
Summary: Make easy default installation on desktop environments for virtual package
|
|
||||||
Requires: %{name} = %{version}-%{release} abrt-addon-kerneloops abrt-addon-pstoreoops
|
|
||||||
Requires: abrt-addon-vmcore abrt-addon-ccpp python3-abrt-addon abrt-addon-xorg
|
|
||||||
Requires: gdb-headless abrt-gui gnome-abrt libreport-rhel >= 2.10.0
|
|
||||||
Requires: libreport-plugin-rhtsupport >= 2.10.0
|
|
||||||
Provides: bug-buddy = %{version}-%{release}
|
|
||||||
|
|
||||||
%description desktop
|
|
||||||
This virtual pacakge is used to install all necessary packages for usage from desktop
|
|
||||||
environment.
|
|
||||||
|
|
||||||
%package atomic
|
%package atomic
|
||||||
Summary: Package to make easy default installation on Atomic hosts.
|
Summary: Package to make easy default installation on Atomic hosts.
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -233,14 +210,6 @@ Requires: %{name} = %{version}-%{release} python3-%{name} = %{version}-%{releas
|
|||||||
%description -n python3-abrt-doc
|
%description -n python3-abrt-doc
|
||||||
This package provides examples and documentation for ABRT Python3 API.
|
This package provides examples and documentation for ABRT Python3 API.
|
||||||
|
|
||||||
%package console-notification
|
|
||||||
Summary: Console notification script of abrt
|
|
||||||
Requires: %{name} = %{version}-%{release} %{name}-cli = %{version}-%{release}
|
|
||||||
|
|
||||||
%description console-notification
|
|
||||||
This pacakge provides small script which prints a count of detected problems when
|
|
||||||
someone logs in to the shell.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
|
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
|
||||||
|
|
||||||
@ -250,7 +219,7 @@ someone logs in to the shell.
|
|||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
CFLAGS="%{optflags}" %configure \
|
CFLAGS="%{optflags}" %configure \
|
||||||
--without-bodhi --enable-authenticated-autoreporting \
|
--without-bodhi \
|
||||||
--enable-native-unwinder --with-defaultdumplocation=%{_localstatedir}/spool/abrt \
|
--enable-native-unwinder --with-defaultdumplocation=%{_localstatedir}/spool/abrt \
|
||||||
--enable-doxygen-docs --enable-dump-time-unwind --disable-silent-rules
|
--enable-doxygen-docs --enable-dump-time-unwind --disable-silent-rules
|
||||||
|
|
||||||
@ -569,16 +538,12 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
|||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
|
||||||
%{_libexecdir}/abrt-action-generate-machine-id
|
%{_libexecdir}/abrt-action-generate-machine-id
|
||||||
|
|
||||||
%files cli
|
|
||||||
|
|
||||||
%files tui
|
%files tui
|
||||||
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
|
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
|
||||||
%{_bindir}/abrt
|
%{_bindir}/abrt
|
||||||
%{_bindir}/abrt-cli
|
%{_bindir}/abrt-cli
|
||||||
%{python3_sitelib}/abrtcli/
|
%{python3_sitelib}/abrtcli/
|
||||||
|
|
||||||
%files desktop
|
|
||||||
|
|
||||||
%files atomic
|
%files atomic
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
|
||||||
%{_bindir}/abrt-action-save-package-data
|
%{_bindir}/abrt-action-save-package-data
|
||||||
@ -601,13 +566,13 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
|||||||
%files -n python3-abrt-doc
|
%files -n python3-abrt-doc
|
||||||
%{python3_sitelib}/problem_examples
|
%{python3_sitelib}/problem_examples
|
||||||
|
|
||||||
%files console-notification
|
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-5
|
||||||
|
- remove useless packages
|
||||||
|
|
||||||
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 2.13.0-4
|
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 2.13.0-4
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user