From 4bca56958722cf91e455e28369eb23e092818772e05211754fa19ae6b3f9c382 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 30 May 2014 19:51:07 +0000 Subject: [PATCH] Accepting request 235596 from home:sbrabec:branches:Base:System - Add time.rpmlint suppressing the missing time man page warning. OBS-URL: https://build.opensuse.org/request/show/235596 OBS-URL: https://build.opensuse.org/package/show/Base:System/time?expand=0&rev=7 --- time.changes | 5 +++++ time.rpmlintrc | 2 ++ time.spec | 1 + 3 files changed, 8 insertions(+) create mode 100644 time.rpmlintrc diff --git a/time.changes b/time.changes index a568cf8..bc4e589 100644 --- a/time.changes +++ b/time.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 23 19:14:12 CEST 2014 - sbrabec@suse.cz + +- Add time.rpmlint suppressing the missing time man page warning. + ------------------------------------------------------------------- Tue May 20 08:53:31 UTC 2014 - pgajdos@suse.com diff --git a/time.rpmlintrc b/time.rpmlintrc new file mode 100644 index 0000000..cdf76cd --- /dev/null +++ b/time.rpmlintrc @@ -0,0 +1,2 @@ +# time.1 is part of man-pages (bnc#878057) +addFilter("no-manual-page-for-binary time") diff --git a/time.spec b/time.spec index 0cbb79e..bcc942d 100644 --- a/time.spec +++ b/time.spec @@ -24,6 +24,7 @@ License: GPL-2.0+ Group: System/Base Url: http://www.gnu.org/software/time/ Source: %{name}-%{version}.tar.bz2 +Source1: %{name}.rpmlintrc # Sync with: # Debian version: 1.7-24, patch naming: s/^/time-debian-/ # Fedora version: 1.7-44, patch naming: s/^time-1.7/^time-fedora/