Accepting request 376731 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/376731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=63
This commit is contained in:
commit
cd57c9c681
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 15:04:48 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- Add reproducible.patch to fix build-compare (bnc#971922)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 08:31:52 UTC 2015 - werner@suse.de
|
||||
|
||||
|
5
man.spec
5
man.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package man
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -63,6 +63,8 @@ Patch9: man-db-2.7.1-zio.dif
|
||||
Patch10: man-db-2.6.3-listall.dif
|
||||
# PATCH-FIX-SUSE Fixes the documentation for bnc#786679
|
||||
Patch11: man-MAN_POSIXLY_CORRECT-man1.dif
|
||||
# PATCH-FIX-SUSE Fixes build-compare bnc#971922
|
||||
Patch12: reproducible.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%global _sysconfdir /etc
|
||||
%global _has_tmpfiled %(rpm -q -f /usr/lib/tmpfiles.d | grep -c filesystem)
|
||||
@ -90,6 +92,7 @@ Authors:
|
||||
%patch10 -p0 -b .listall
|
||||
%patch0 -p0 -b .0
|
||||
%patch11 -p0
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
gettextize --force --copy --no-changelog
|
||||
|
12
reproducible.patch
Normal file
12
reproducible.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: man-db-2.7.1/manual/man_db.me
|
||||
===================================================================
|
||||
--- man-db-2.7.1.orig/manual/man_db.me
|
||||
+++ man-db-2.7.1/manual/man_db.me
|
||||
@@ -8,6 +8,7 @@
|
||||
.\" Thu Sep 21 19:22:47 BST 1995 Wilf. (G.Wilford@ee.surrey.ac.uk)
|
||||
.\"
|
||||
.so version
|
||||
+.ds td -
|
||||
.ds U \s-1\fBUNIX\fR\s+1
|
||||
.ds N \s-1\fBNROFF\fR\s+1
|
||||
.ds T \s-1\fBTROFF\fR\s+1
|
Loading…
Reference in New Issue
Block a user