From be30615ed1510691b146b1a3a72381a1f17e26e9bedff03183617b1e10133892 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 21 Jul 2011 06:55:20 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/glibc revision 68.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=11f3637a4b3598f41796a0f7126ebdb9 --- glibc.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 5aa5e76..479e13a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define crypt_bf_version 1.2 Name: glibc @@ -77,7 +78,7 @@ Obsoletes: glibc-64bit Obsoletes: glibc-32bit %endif Version: 2.13 -Release: 23 +Release: 25 Url: http://www.gnu.org/software/libc/libc.html Source: glibc-%{version}-996cf2ef0727.tar.bz2 Source2: http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.bz2 @@ -209,7 +210,7 @@ Patch63: glibc-2.13-localedef.patch Patch64: glibc-fix-rwlock-stack-imbalance.patch # # PATCH-FEATURE-OPENSUSE -- add sha support to crypt_blowfish lnussel@suse.de -Patch80: crypt_blowfish-1.1-sha.diff +Patch80: crypt_blowfish-1.1-sha.diff %description The GNU C Library provides the most important standard libraries used From e7526c05f52796e799bca822e7589da279e55791e633fbc6c2a57590bb907efd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 21 Jul 2011 09:06:03 +0000 Subject: [PATCH 2/2] Accepting request 76598 from home:lnussel:crypt_blowfish - install crypt_blowfish man pages OBS-URL: https://build.opensuse.org/request/show/76598 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=84 --- glibc.changes | 5 +++++ glibc.spec | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/glibc.changes b/glibc.changes index c1f56a6..724563f 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 20 15:04:33 UTC 2011 - lnussel@suse.de + +- install crypt_blowfish man pages + ------------------------------------------------------------------- Tue Jul 19 12:19:22 UTC 2011 - aj@suse.de diff --git a/glibc.spec b/glibc.spec index 479e13a..4203508 100644 --- a/glibc.spec +++ b/glibc.spec @@ -641,6 +641,11 @@ $BuildCC -static %{optflags} -Os $RPM_SOURCE_DIR/glibc_post_upgrade.c -o glibc_p %endif '-DLIBDIR="/%{_lib}"' '-DGCONV_MODULES_DIR="%{_libdir}/gconv"' +# crypt_blowfish man pages +pushd crypt_blowfish-%{crypt_bf_version} +make man +popd + ####################################################################### ### ### CHECK @@ -777,6 +782,12 @@ cp -p manual/libc/*.html %{buildroot}%{_datadir}/doc/glibc cd manpages; make install_root=%{buildroot} install; cd .. +# crypt_blowfish man pages +pushd crypt_blowfish-%{crypt_bf_version} +install -m755 -d %{buildroot}%{_mandir}/man3 +install -m644 *.3 %{buildroot}%{_mandir}/man3 +popd + # nscd tools: cp nscd/nscd.conf %{buildroot}/etc