[ABRT EL6 PATCH 4/4] spec: added the console-notification - rhbz#961231

Jiri Moskovcak jmoskovc at redhat.com
Fri May 10 10:43:55 UTC 2013


Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
---
 abrt.spec.in | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/abrt.spec.in b/abrt.spec.in
index c182db2..50be01b 100644
--- a/abrt.spec.in
+++ b/abrt.spec.in
@@ -186,6 +186,16 @@ Provides: bug-buddy
 %description desktop
 Virtual package to make easy default installation on desktop environments.
 
+%package console-notification
+Summary: ABRT console notification script
+Group: Applications/System
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-cli = %{version}-%{release}
+
+%description console-notification
+A small script which prints a count of detected problems when someone logs in
+to the shell
+
 %prep
 %setup -q
 
@@ -534,6 +544,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files desktop
 %defattr(-,root,root,-)
 
+%files console-notification
+%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
+
 %changelog
 * Wed Mar 16 2011 Jiri Moskovcak <jmoskovc at redhat.com> 2.0.0-1
 - update to the latest upstream version
-- 
1.8.1.4



More information about the Crash-catcher mailing list