From d4fa818a8bcb44cd8866c3273870e6ed385437b5d5b3363ee28674b9b3f4c83b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 18 Aug 2008 22:32:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=18 --- rpmlint.changes | 5 +++++ rpmlint.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/rpmlint.changes b/rpmlint.changes index be4d0bb..3d80b19 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 18 12:01:42 CEST 2008 - schwab@suse.de + +- Fix name of completions file. + ------------------------------------------------------------------- Tue Aug 12 09:40:01 CEST 2008 - dmueller@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index f0fe1b7..bbde244 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -22,7 +22,7 @@ Name: rpmlint BuildRequires: rpm-python Summary: Rpm correctness checker Version: 0.83 -Release: 27 +Release: 28 Source0: %{name}-%{version}.tar.bz2 Source1: config Source1001: config.in @@ -192,6 +192,7 @@ make %install make install DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT/etc/bash_completion.d/rpmlint{,.sh} mv $RPM_BUILD_ROOT/etc/rpmlint/config $RPM_BUILD_ROOT/usr/share/rpmlint/config head -n 8 $RPM_BUILD_ROOT/usr/share/rpmlint/config > $RPM_BUILD_ROOT/etc/rpmlint/config # make sure that the package is sane @@ -207,10 +208,12 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/share/rpmlint %config(noreplace) /etc/rpmlint/config %dir /etc/rpmlint -/etc/bash_completion.d/rpmlint +/etc/bash_completion.d/rpmlint.sh /usr/share/man/man1/rpmlint.1.gz %changelog +* Mon Aug 18 2008 schwab@suse.de +- Fix name of completions file. * Tue Aug 12 2008 dmueller@suse.de - be more verbose in the lsb init script checks * Mon Aug 04 2008 dmueller@suse.de