Blame SPECS/cryptsetup.spec

4f8adc
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
4f8adc
4f8adc
%define python3_enable 0
4f8adc
a39032
Summary: A utility for setting up encrypted disks
a39032
Name: cryptsetup
4f8adc
Version: 1.6.6
4f8adc
Release: 3%{?dist}
a39032
License: GPLv2+ and LGPLv2+
a39032
Group: Applications/System
a39032
URL: http://cryptsetup.googlecode.com/
a39032
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
a39032
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
a39032
BuildRequires: libselinux-devel, python-devel, libpwquality-devel
4f8adc
%if %{python3_enable}
4f8adc
BuildRequires: python3-devel
4f8adc
%endif
a39032
BuildRequires: fipscheck-devel >= 1.3.0
a39032
Provides: cryptsetup-luks = %{version}-%{release}
a39032
Obsoletes: cryptsetup-luks < 1.4.0
4f8adc
Requires: cryptsetup-libs%{?_isa} = %{version}-%{release}
4f8adc
Requires: fipscheck-lib%{?_isa} >= 1.3.0
a39032
Requires: libpwquality >= 1.2.0
a39032
a39032
%define dracutmodulesdir %{_prefix}/lib/dracut/modules.d
a39032
%define upstream_version %{version}
4f8adc
Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-%{upstream_version}.tar.xz
4f8adc
Patch0: %{name}-1.6.7-use-fsync-isntead-of-odirect.patch
4f8adc
Patch1: %{name}-1.6.7-drop-fips-post.patch
a39032
a39032
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
a39032
%define configure_cipher --enable-gcrypt-pbkdf2
a39032
%else
a39032
%define configure_cipher --with-luks1-cipher=aes --with-luks1-mode=cbc-essiv:sha256 --with-luks1-keybits=256
a39032
%endif
a39032
a39032
%description
a39032
The cryptsetup package contains a utility for setting up
a39032
disk encryption using dm-crypt kernel module.
a39032
a39032
%package devel
a39032
Group: Development/Libraries
a39032
Requires: %{name} = %{version}-%{release}
a39032
Requires: libgcrypt-devel > 1.1.42, device-mapper-devel, libuuid-devel
a39032
Requires: pkgconfig
a39032
Summary: Headers and libraries for using encrypted file systems
a39032
Provides: cryptsetup-luks-devel = %{version}-%{release}
a39032
Obsoletes: cryptsetup-luks-devel < 1.4.0
a39032
a39032
%description devel
a39032
The cryptsetup-devel package contains libraries and header files
a39032
used for writing code that makes use of disk encryption.
a39032
a39032
%package libs
a39032
Group: System Environment/Libraries
a39032
Summary: Cryptsetup shared library
a39032
Provides: cryptsetup-luks-libs = %{version}-%{release}
a39032
Obsoletes: cryptsetup-luks-libs < 1.4.0
4f8adc
Obsoletes: cryptsetup-reencrypt-libs < 1.6.5
4f8adc
Requires: fipscheck-lib%{?_isa} >= 1.3.0
a39032
# Need support for empty password in gcrypt PBKDF2
a39032
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
4f8adc
Requires: libgcrypt >= 1.5.3-3
a39032
%endif
a39032
a39032
%description libs
a39032
This package contains the cryptsetup shared library, libcryptsetup.
a39032
a39032
%package -n veritysetup
a39032
Group: Applications/System
a39032
Summary: A utility for setting up dm-verity volumes
a39032
Requires: cryptsetup-libs = %{version}-%{release}
a39032
a39032
%description -n veritysetup
a39032
The veritysetup package contains a utility for setting up
a39032
disk verification using dm-verity kernel module.
a39032
a39032
%package reencrypt
a39032
Group: Applications/System
a39032
Summary: A utility for offline reencryption of LUKS encrypted disks.
4f8adc
Provides: cryptsetup-reencrypt = %{version}-%{release}
4f8adc
Obsoletes: cryptsetup-reencrypt < 1.6.5
a39032
Requires: cryptsetup-libs = %{version}-%{release}
a39032
a39032
%description reencrypt
a39032
This package contains cryptsetup-reencrypt utility which
4f8adc
can be used for offline reencryption of disk in situ.
a39032
Also includes dracut module required to perform reencryption
a39032
of device containing a root filesystem.
a39032
a39032
%package python
a39032
Group: System Environment/Libraries
a39032
Summary: Python bindings for libcryptsetup
a39032
Requires: %{name}-libs = %{version}-%{release}
a39032
Provides: python-cryptsetup = %{version}-%{release}
a39032
Obsoletes: python-cryptsetup < 1.4.0
a39032
a39032
%description python
a39032
This package provides Python bindings for libcryptsetup, a library
a39032
for setting up disk encryption using dm-crypt kernel module.
a39032
4f8adc
%if %{python3_enable}
4f8adc
%package python3
4f8adc
Group: System Environment/Libraries
4f8adc
Summary: Python3 bindings for libcryptsetup
4f8adc
Requires: %{name}-libs = %{version}-%{release}
4f8adc
Provides: python3-cryptsetup = %{version}-%{release}
4f8adc
4f8adc
%description python3
4f8adc
This package provides Python bindings for libcryptsetup, a library
4f8adc
for setting up disk encryption using dm-crypt kernel module.
4f8adc
%endif
4f8adc
a39032
%prep
a39032
%setup -q -n cryptsetup-%{upstream_version}
4f8adc
%patch0 -p1
4f8adc
%patch1 -p1
a39032
chmod -x python/pycryptsetup-test.py
a39032
4f8adc
%if %{python3_enable}
4f8adc
# copy the whole directory for the python3 build
4f8adc
cp -a . %{py3dir}
4f8adc
%endif
4f8adc
a39032
%build
a39032
%configure --enable-python --enable-fips --enable-cryptsetup-reencrypt --enable-pwquality %{?configure_cipher}
a39032
# remove rpath
a39032
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
a39032
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
a39032
make %{?_smp_mflags}
a39032
4f8adc
%if %{python3_enable}
4f8adc
pushd %{py3dir}
4f8adc
%configure --enable-python --with-python_version=3
4f8adc
make %{?_smp_mflags}
4f8adc
popd
4f8adc
%endif
a39032
4f8adc
%install
a39032
make install DESTDIR=%{buildroot}
a39032
rm -rf %{buildroot}/%{_libdir}/*.la
a39032
install -d %{buildroot}/%{_libdir}/fipscheck
4f8adc
4f8adc
%if %{python3_enable}
4f8adc
pushd %{py3dir}
4f8adc
make install DESTDIR=%{buildroot}
4f8adc
rm -rf %{buildroot}/%{_libdir}/*.la
4f8adc
popd
4f8adc
%endif
4f8adc
a39032
%find_lang cryptsetup
a39032
a39032
install -d -m755 %{buildroot}/%{dracutmodulesdir}/90reencrypt
a39032
install -m755 misc/dracut_90reencrypt/module-setup.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
a39032
install -m755 misc/dracut_90reencrypt/parse-reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
a39032
install -m755 misc/dracut_90reencrypt/reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
a39032
a39032
%post -n cryptsetup-libs -p /sbin/ldconfig
a39032
a39032
%postun -n cryptsetup-libs -p /sbin/ldconfig
a39032
a39032
%files
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING
4f8adc
%doc AUTHORS FAQ docs/*ReleaseNotes
a39032
%{_mandir}/man8/cryptsetup.8.gz
a39032
%{_sbindir}/cryptsetup
a39032
a39032
%files -n veritysetup
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING
a39032
%{_mandir}/man8/veritysetup.8.gz
a39032
%{_sbindir}/veritysetup
a39032
a39032
%files reencrypt
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING
4f8adc
%doc misc/dracut_90reencrypt/README
a39032
%{_mandir}/man8/cryptsetup-reencrypt.8.gz
a39032
%{_sbindir}/cryptsetup-reencrypt
a39032
%{dracutmodulesdir}/90reencrypt
a39032
%{dracutmodulesdir}/90reencrypt/*
a39032
a39032
%files devel
a39032
%doc docs/examples/*
a39032
%{_includedir}/libcryptsetup.h
a39032
%{_libdir}/libcryptsetup.so
a39032
%{_libdir}/pkgconfig/libcryptsetup.pc
a39032
a39032
%files libs -f cryptsetup.lang
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING COPYING.LGPL
a39032
%{_libdir}/libcryptsetup.so.*
a39032
a39032
%files python
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING.LGPL
4f8adc
%doc python/pycryptsetup-test.py
a39032
%exclude %{python_sitearch}/pycryptsetup.la
a39032
%{python_sitearch}/pycryptsetup.so
a39032
4f8adc
%if %{python3_enable}
4f8adc
%files python3
4f8adc
%{!?_licensedir:%global license %%doc}
4f8adc
%license COPYING.LGPL
4f8adc
%doc python/pycryptsetup-test.py
4f8adc
%exclude %{python3_sitearch}/pycryptsetup.la
4f8adc
%{python3_sitearch}/pycryptsetup.so
4f8adc
%endif
4f8adc
a39032
%clean
a39032
a39032
%changelog
4f8adc
* Thu Dec 18 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-3
4f8adc
- drop FIPS power on self test and library checksum
4f8adc
- Resolves: #1158897
4f8adc
4f8adc
* Mon Sep 29 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-2
4f8adc
- patch: fix failures related to reencrypt log files
4f8adc
- Resolves: #1140199
4f8adc
4f8adc
* Mon Sep  8 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-1
4f8adc
- Update to cryptsetup 1.6.6.
4f8adc
- Resolves: #1117372 #1038097
4f8adc
0f83b0
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.3-2
0f83b0
- Mass rebuild 2014-01-24
0f83b0
0f83b0
* Mon Jan 6 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.3-1
0f83b0
- Update to cryptsetup 1.6.3.
0f83b0
- various fixes related to block devices with 4KiB sectors
0f83b0
- enable reencryption using specific keyslot (dracut module)
0f83b0
- fix failure in reading last keyslot from external LUKS header
0f83b0
- update FIPS POST to be complaint with actual requirements
0f83b0
- fix hash limiting if parameter is not numeric
0f83b0
- Resolves: #1028362 #1029032 #1029406 #1030288 #1034388 #1038097
0f83b0
0f83b0
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6.2-3
0f83b0
- Mass rebuild 2013-12-27
0f83b0
a39032
* Tue Nov 5 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-2
a39032
- 90reencrypt: Move conflict with 90crypt to install() section.
a39032
- 90reencrypt: Drop to emergency_shell after successful reencryption.
a39032
- Resolves: #1021593
a39032
a39032
* Mon Oct 14 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-1
a39032
- Update to cryptsetup 1.6.2.
a39032
- Add dracut module for cryptsetup-reencrypt (90reencrypt).
a39032
- 90reencrypt: Rename dracut parameteres to be compliant with actual naming guidance.
a39032
- 90reencrypt: Install and load loop kernel module.
a39032
- 90reencrypt: Fix lock file name.
a39032
- 90reencrypt: Add conflict with 90crypt dracut module (more info in #1010287)
a39032
- Resolves: #1010278 #1010287
a39032
a39032
* Sun Mar 31 2013 Milan Broz <gmazyland@gmail.com> - 1.6.1-1
a39032
- Update to cryptsetup 1.6.1.
a39032
- Install ReleaseNotes files instead of empty Changelog file.
a39032
a39032
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a39032
a39032
* Mon Jan 14 2013 Milan Broz <mbroz@redhat.com> - 1.6.0-1
a39032
- Update to cryptsetup 1.6.0.
a39032
- Change default LUKS encryption mode to aes-xts-plain64 (AES128).
a39032
- Force use of gcrypt PBKDF2 instead of internal implementation.
a39032
a39032
* Sat Dec 29 2012 Milan Broz <mbroz@redhat.com> - 1.6.0-0.1
a39032
- Update to cryptsetup 1.6.0-rc1.
a39032
- Relax license to GPLv2+ according to new release.
a39032
- Compile cryptsetup with libpwquality support.
a39032
a39032
* Tue Oct 16 2012 Milan Broz <mbroz@redhat.com> - 1.5.1-1
a39032
- Update to cryptsetup 1.5.1.
a39032
a39032
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a39032
a39032
* Tue Jul 10 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-1
a39032
- Update to cryptsetup 1.5.0.
a39032
a39032
* Wed Jun 20 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.2
a39032
- Update to cryptsetup 1.5.0-rc2.
a39032
- Add cryptsetup-reencrypt subpackage.
a39032
a39032
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
a39032
- Update to cryptsetup 1.5.0-rc1.
a39032
- Add veritysetup subpackage.
a39032
- Move localization files to libs subpackage.
a39032
a39032
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
a39032
- Build with fipscheck (verification in fips mode).
a39032
- Clean up spec file, use install to /usr.
a39032
a39032
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-1
a39032
- Update to cryptsetup 1.4.3.
a39032
a39032
* Thu Apr 12 2012 Milan Broz <mbroz@redhat.com> - 1.4.2-1
a39032
- Update to cryptsetup 1.4.2.
a39032
a39032
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a39032
a39032
* Wed Nov 09 2011 Milan Broz <mbroz@redhat.com> - 1.4.1-1
a39032
- Update to cryptsetup 1.4.1.
a39032
- Add Python cryptsetup bindings.
a39032
- Obsolete separate python-cryptsetup package.
a39032
a39032
* Wed Oct 26 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-1
a39032
- Update to cryptsetup 1.4.0.
a39032
a39032
* Mon Oct 10 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-0.1
a39032
- Update to cryptsetup 1.4.0-rc1.
a39032
- Rename package back from cryptsetup-luks to cryptsetup.
a39032
a39032
* Wed Jun 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-2
a39032
- Fix return code for status command when device doesn't exist.
a39032
a39032
* Tue May 24 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-1
a39032
- Update to cryptsetup 1.3.1.
a39032
a39032
* Tue Apr 05 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-1
a39032
- Update to cryptsetup 1.3.0.
a39032
a39032
* Tue Mar 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.2
a39032
- Update to cryptsetup 1.3.0-rc2
a39032
a39032
* Mon Mar 14 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.1
a39032
- Update to cryptsetup 1.3.0-rc1
a39032
a39032
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a39032
a39032
* Mon Dec 20 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-1
a39032
- Update to cryptsetup 1.2.0
a39032
a39032
* Thu Nov 25 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.2
a39032
- Fix crypt_activate_by_keyfile() to work with PLAIN devices.
a39032
a39032
* Tue Nov 16 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.1
a39032
- Add FAQ to documentation.
a39032
- Update to cryptsetup 1.2.0-rc1
a39032
a39032
* Sat Jul 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.3-1
a39032
- Update to cryptsetup 1.1.3
a39032
a39032
* Mon Jun 07 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-2
a39032
- Fix alignment ioctl use.
a39032
- Fix API activation calls to handle NULL device name.
a39032
a39032
* Sun May 30 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-1
a39032
- Update to cryptsetup 1.1.2
a39032
- Fix luksOpen handling of new line char on stdin.
a39032
a39032
* Sun May 23 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-1
a39032
- Update to cryptsetup 1.1.1
a39032
- Fix luksClose for stacked LUKS/LVM devices.
a39032
a39032
* Mon May 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.2
a39032
- Update to cryptsetup 1.1.1-rc2.
a39032
a39032
* Sat May 01 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.1
a39032
- Update to cryptsetup 1.1.1-rc1.
a39032
a39032
* Sun Jan 17 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-1
a39032
- Update to cryptsetup 1.1.0.
a39032
a39032
* Fri Jan 15 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-0.6
a39032
- Fix gcrypt initialisation.
a39032
- Fix backward compatibility for hash algorithm (uppercase).
a39032
a39032
* Wed Dec 30 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.5
a39032
- Update to cryptsetup 1.1.0-rc4
a39032
a39032
* Mon Nov 16 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.4
a39032
- Update to cryptsetup 1.1.0-rc3
a39032
a39032
* Thu Oct 01 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.3
a39032
- Update to cryptsetup 1.1.0-rc2
a39032
- Fix libcryptsetup to properly export only versioned symbols.
a39032
a39032
* Tue Sep 29 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.2
a39032
- Update to cryptsetup 1.1.0-rc1
a39032
- Add luksHeaderBackup and luksHeaderRestore commands.
a39032
a39032
* Fri Sep 11 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.1
a39032
- Update to new upstream testing version with new API interface.
a39032
- Add luksSuspend and luksResume commands.
a39032
- Introduce pkgconfig.
a39032
a39032
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a39032
a39032
* Wed Jul 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-1
a39032
- Update to upstream final release.
a39032
- Split libs subpackage.
a39032
- Remove rpath setting from cryptsetup binary.
a39032
a39032
* Wed Jul 15 2009 Till Maas <opensource@till.name> - 1.0.7-0.2
a39032
- update BR because of libuuid splitout from e2fsprogs
a39032
a39032
* Mon Jun 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-0.1
a39032
- Update to new upstream 1.0.7-rc1.
a39032
a39032
- Wipe old fs headers to not confuse blkid (#468062)
a39032
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
a39032
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a39032
a39032
* Thu Oct 30 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-6
a39032
- Wipe old fs headers to not confuse blkid (#468062)
a39032
a39032
* Tue Sep 23 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-5
a39032
- Change new project home page.
a39032
- Print more descriptive messages for initialization errors.
a39032
- Refresh patches to versions commited upstream.
a39032
a39032
* Sat Sep 06 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-4
a39032
- Fix close of zero decriptor.
a39032
- Fix udevsettle delays - use temporary crypt device remapping.
a39032
a39032
* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
a39032
- remove a duplicate sentence from the manpage (RH #448705)
a39032
- add patch metadata about upstream status
a39032
a39032
* Tue Apr 15 2008 Bill Nottinghm <notting@redhat.com> - 1.0.6-2
a39032
- Add the device to the luksOpen prompt (#433406)
a39032
- Use iconv, not recode (#442574)
a39032
a39032
* Thu Mar 13 2008 Till Maas <opensource till name> - 1.0.6-1
a39032
- Update to latest version
a39032
- remove patches that have been merged upstream
a39032
a39032
* Mon Mar 03 2008 Till Maas <opensource till name> - 1.0.6-0.1.pre2
a39032
- Update to new version with several bugfixes
a39032
- remove patches that have been merged upstream
a39032
- add patch from cryptsetup newsgroup
a39032
- fix typo / missing luksRemoveKey in manpage (patch)
a39032
a39032
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.5-9
a39032
- Autorebuild for GCC 4.3
a39032
a39032
* Sat Jan 19 2008 Peter Jones <pjones@redhat.com> - 1.0.5-8
a39032
- Rebuild for broken deps.
a39032
a39032
* Thu Aug 30 2007 Till Maas <opensource till name> - 1.0.5-7
a39032
- update URL
a39032
- update license tag
a39032
- recode ChangeLog from latin1 to uf8
a39032
- add smp_mflags to make
a39032
a39032
* Fri Aug 24 2007 Till Maas <opensource till name> - 1.0.5-6
a39032
- cleanup BuildRequires:
a39032
- removed versions, packages in Fedora are new enough
a39032
- changed popt to popt-devel
a39032
a39032
* Thu Aug 23 2007 Till Maas <opensource till name> - 1.0.5-5
a39032
- fix devel subpackage requires
a39032
- remove empty NEWS README
a39032
- remove uneeded INSTALL
a39032
- remove uneeded ldconfig requires
a39032
- add readonly detection patch
a39032
a39032
* Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
a39032
- disable patch2, libsepol is now detected by configure
a39032
- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}
a39032
a39032
* Fri Jul 27 2007 Till Maas <opensource till name> - 1.0.5-3
a39032
- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs
a39032
a39032
* Thu Jul 26 2007 Till Maas <opensource till name> - 1.0.5-2
a39032
- Use /lib as libdir (#243228)
a39032
- sync header and library (#215349)
a39032
- do not use %%makeinstall (recommended by PackageGuidelines)
a39032
- select sbindir with %%configure instead with make
a39032
- add TODO
a39032
a39032
* Wed Jun 13 2007 Jeremy Katz <katzj@redhat.com> - 1.0.5-1
a39032
- update to 1.0.5
a39032
a39032
* Mon Jun 04 2007 Peter Jones <pjones@redhat.com> - 1.0.3-5
a39032
- Don't build static any more.
a39032
a39032
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.0.3-4
a39032
- Add build dependency on new device-mapper-devel package.
a39032
- Add preun and post ldconfig requirements.
a39032
- Update BuildRoot.
a39032
a39032
* Wed Nov  1 2006 Peter Jones <pjones@redhat.com> - 1.0.3-3
a39032
- Require newer libselinux (#213414)
a39032
a39032
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.3-2.1
a39032
- rebuild
a39032
a39032
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.0.3-2
a39032
- put shared libs in the right subpackages
a39032
a39032
* Fri Apr  7 2006 Bill Nottingham <notting@redhat.com> 1.0.3-1
a39032
- update to final 1.0.3
a39032
a39032
* Mon Feb 27 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc2
a39032
- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658)
a39032
a39032
* Wed Feb 22 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc1
a39032
- update to 1.0.3rc1, reverts changes to default encryption type
a39032
a39032
* Tue Feb 21 2006 Bill Nottingham <notting@redhat.com> 1.0.2-1
a39032
- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726)
a39032
a39032
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.0.1-5
a39032
- BuildRequires: libselinux-devel
a39032
a39032
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
a39032
- bump again for double-long bug on ppc(64)
a39032
a39032
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
a39032
- rebuilt for new gcc4.1 snapshot and glibc changes
a39032
a39032
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a39032
- rebuilt
a39032
a39032
* Mon Dec  5 2005 Bill Nottingham <notting@redhat.com> 1.0.1-4
a39032
- rebuild against new libdevmapper
a39032
a39032
* Thu Oct 13 2005 Florian La Roche <laroche@redhat.com>
a39032
- add -lsepol to rebuild on current fc5
a39032
a39032
* Mon Aug 22 2005 Karel Zak <kzak@redhat.com> 1.0.1-2
a39032
- fix cryptsetup help for isLuks action
a39032
a39032
* Fri Jul  1 2005 Bill Nottingham <notting@redhat.com> 1.0.1-1
a39032
- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
a39032
  piped passwords
a39032
a39032
* Thu Jun 16 2005 Bill Nottingham <notting@redhat.com> 1.0-2
a39032
- add patch for 32/64 bit compatibility (#160445, <redhat@paukstadt.de>)
a39032
a39032
* Tue Mar 29 2005 Bill Nottingham <notting@redhat.com> 1.0-1
a39032
- update to 1.0
a39032
a39032
* Thu Mar 10 2005 Bill Nottingham <notting@redhat.com> 0.993-1
a39032
- switch to cryptsetup-luks, for LUKS support
a39032
a39032
* Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> 0.1-4
a39032
- oops, make that *everything* static (#129926)
a39032
a39032
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 0.1-3
a39032
- link some things static, move to /sbin (#129926)
a39032
a39032
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a39032
- rebuilt
a39032
a39032
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.1-1
a39032
- initial packaging