forked from pool/cryptsetup
This commit is contained in:
parent
95a37e8513
commit
cf065a8e88
@ -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
|
Thu Jun 11 21:36:28 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ License: BSD 3-Clause; GPL v2 only; GPL v2 or later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.5_SVNr46
|
Version: 1.0.5_SVNr46
|
||||||
Release: 64
|
Release: 65
|
||||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||||
Source: cryptsetup-%{version}.tar.bz2
|
Source: cryptsetup-%{version}.tar.bz2
|
||||||
Source1: hashalot-%haver.tar.bz2
|
Source1: hashalot-%haver.tar.bz2
|
||||||
@ -225,6 +225,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libcryptsetup.so
|
%{_libdir}/libcryptsetup.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 17 2009 coolo@novell.com
|
||||||
|
- fix link order
|
||||||
* Thu Jun 11 2009 coolo@novell.com
|
* Thu Jun 11 2009 coolo@novell.com
|
||||||
- fix compile with glibc 2.10
|
- fix compile with glibc 2.10
|
||||||
* Thu Apr 02 2009 lnussel@suse.de
|
* Thu Apr 02 2009 lnussel@suse.de
|
||||||
|
@ -10,3 +10,16 @@ Index: hashalot-0.3/hashalot.c
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user