From cf065a8e88c6910fbbdff9c501f2cc7e5229d0a5e750634f8e6d2f0e367bcaf5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 17 Jun 2009 13:37:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=27 --- cryptsetup.changes | 5 +++++ cryptsetup.spec | 4 +++- hashalot-glibc210.diff | 13 +++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/cryptsetup.changes b/cryptsetup.changes index 10de68d..dc9e2c3 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 17 11:30:08 CEST 2009 - coolo@novell.com + +- fix link order + ------------------------------------------------------------------- Thu Jun 11 21:36:28 CEST 2009 - coolo@novell.com diff --git a/cryptsetup.spec b/cryptsetup.spec index f4e3b32..9151b9d 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -30,7 +30,7 @@ License: BSD 3-Clause; GPL v2 only; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.5_SVNr46 -Release: 64 +Release: 65 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -225,6 +225,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %changelog +* Wed Jun 17 2009 coolo@novell.com +- fix link order * Thu Jun 11 2009 coolo@novell.com - fix compile with glibc 2.10 * Thu Apr 02 2009 lnussel@suse.de diff --git a/hashalot-glibc210.diff b/hashalot-glibc210.diff index ecbec4a..f422d57 100644 --- a/hashalot-glibc210.diff +++ b/hashalot-glibc210.diff @@ -10,3 +10,16 @@ Index: hashalot-0.3/hashalot.c #include #include +Index: hashalot-0.3/Makefile.am +=================================================================== +--- hashalot-0.3.orig/Makefile.am ++++ hashalot-0.3/Makefile.am +@@ -4,7 +4,7 @@ sbin_PROGRAMS = hashalot + man_MANS = hashalot.1 + + hashalot_CFLAGS = $(LIBGCRYPT_CFLAGS) +-hashalot_LDFLAGS = $(LIBGCRYPT_LIBS) ++hashalot_LDADD = $(LIBGCRYPT_LIBS) + + hashalot_SOURCES = hashalot.c rmd160.c rmd160.h sha512.c sha512.h +