SHA256
1
0
forked from pool/rpmlint

- add libopenal1 to legacy exceptions. It's a special case since the ABI for

openal is defined in a standard and there can be multiple
  imlementations of the standard. Therefore it's necessary to have
  some kind of prefix or suffix for packages that contain libopenal1

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=128
This commit is contained in:
Ludwig Nussel 2012-06-26 13:55:37 +00:00 committed by Git OBS Bridge
parent a41a2e6e56
commit 6b937d2e3c
2 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,7 @@ _policy_legacy_exceptions = (
"liboil-0_3-0",
"liboop4",
"libopenal0",
"libopenal1",
"libpgeasy3",
"libportaudio2",
"libqnotify0",

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 26 13:54:35 UTC 2012 - lnussel@suse.de
- add libopenal1 to legacy exceptions. It's a special case since the ABI for
openal is defined in a standard and there can be multiple
imlementations of the standard. Therefore it's necessary to have
some kind of prefix or suffix for packages that contain libopenal1
-------------------------------------------------------------------
Thu Jun 21 06:55:43 UTC 2012 - lnussel@suse.de