From 983d9ce5def4d26abaf248f514fdeb3b158425dbbf35b0416ced5c74f040c0a8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 12:21:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krb5?expand=0&rev=32 --- baselibs.conf | 4 ++++ krb5-doc.spec | 2 +- krb5-plugins.spec | 2 +- krb5.changes | 6 ++++++ krb5.spec | 5 ++++- 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..30cb51a --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +krb5 + obsoletes "heimdal-lib-" + provides "heimdal-lib-" +krb5-devel diff --git a/krb5-doc.spec b/krb5-doc.spec index c53ab9c..2383244 100644 --- a/krb5-doc.spec +++ b/krb5-doc.spec @@ -14,7 +14,7 @@ Name: krb5-doc BuildRequires: ghostscript-library latex2html texlive Version: 1.6.3 -Release: 62 +Release: 63 %define srcRoot krb5-1.6.3 Summary: MIT Kerberos5 Implementation--Documentation License: X11/MIT diff --git a/krb5-plugins.spec b/krb5-plugins.spec index 1f116e1..087f29e 100644 --- a/krb5-plugins.spec +++ b/krb5-plugins.spec @@ -14,7 +14,7 @@ Name: krb5-plugins Version: 1.6.3 -Release: 6 +Release: 7 BuildRequires: bison krb5-devel ncurses-devel openldap2-devel %define srcRoot krb5-1.6.3 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/ diff --git a/krb5.changes b/krb5.changes index e1afaed..5d5aa62 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Wed Apr 9 12:04:48 CEST 2008 - mc@suse.de diff --git a/krb5.spec b/krb5.spec index 1b805c5..71f0183 100644 --- a/krb5.spec +++ b/krb5.spec @@ -13,7 +13,7 @@ Name: krb5 Version: 1.6.3 -Release: 39 +Release: 40 BuildRequires: bison libcom_err-devel ncurses-devel %if %{suse_version} > 1010 BuildRequires: keyutils keyutils-devel @@ -542,6 +542,9 @@ rm -rf %{buildroot} %{_mandir}/man1/krb5-config.1* %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Wed Apr 09 2008 mc@suse.de - modify krb5-config to not output rpath and cflags in --libs (bnc#378270)