From 84d74635b1a1cc389226b9e7bfe3b409302d45668409786f2bc9b365de61d313 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 26 May 2007 21:42:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bin86?expand=0&rev=3 --- bin86.changes | 5 +++++ bin86.spec | 7 +++++-- rpmlintrc | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 rpmlintrc diff --git a/bin86.changes b/bin86.changes index ca283da..e0b987b 100644 --- a/bin86.changes +++ b/bin86.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 26 23:41:07 CEST 2007 - ro@suse.de + +- rpmlintrc: dev86 is a devel package, accept devel files there + ------------------------------------------------------------------- Sun Jan 21 19:32:12 CET 2007 - ro@suse.de diff --git a/bin86.spec b/bin86.spec index 8d6abfa..0e1ac9c 100644 --- a/bin86.spec +++ b/bin86.spec @@ -15,10 +15,11 @@ License: Other License(s), see package Group: Development/Languages/Other Autoreqprov: on Version: 0.16.17 -Release: 1 +Release: 16 Summary: An 8086 Assembler and Linker URL: http://www.cix.co.uk/~mayday/ Source: Dev86src-%{version}.tar.bz2 +Source1: rpmlintrc Patch: dev86-%{version}.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -105,7 +106,9 @@ rm -rf $RPM_BUILD_ROOT %doc /usr/share/man/man1/elks.1.gz %doc /usr/share/man/man1/elksemu.1.gz -%changelog -n bin86 +%changelog +* Sat May 26 2007 - ro@suse.de +- rpmlintrc: dev86 is a devel package, accept devel files there * Sun Jan 21 2007 - ro@suse.de - update to 0.16.17 (thanks to rschiele) - Sorry forgot to flip this back: perror and strerror are back to using diff --git a/rpmlintrc b/rpmlintrc new file mode 100644 index 0000000..71d4f18 --- /dev/null +++ b/rpmlintrc @@ -0,0 +1,4 @@ +# This line is mandatory to access the configuration functions +from Config import * + +addFilter("dev86 devel-file-in-non-devel-package")