Update to cryptsetup 1.5.0-rc1.
Add veritysetup subpackage. Move localization files to libs subpackage.
This commit is contained in:
parent
1deeeab3ad
commit
024fef1b87
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/cryptsetup-1.4.3.tar.bz2
|
/cryptsetup-1.5.0-rc1.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for setting up encrypted disks
|
Summary: A utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 1.4.3
|
Version: 1.5.0
|
||||||
Release: 2%{?dist}
|
Release: 0.1%{?dist}
|
||||||
License: GPLv2 and LGPLv2+
|
License: GPLv2 and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cryptsetup.googlecode.com/
|
URL: http://cryptsetup.googlecode.com/
|
||||||
@ -14,7 +14,7 @@ Obsoletes: cryptsetup-luks < 1.4.0
|
|||||||
Requires: cryptsetup-libs = %{version}-%{release}
|
Requires: cryptsetup-libs = %{version}-%{release}
|
||||||
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
||||||
|
|
||||||
%define upstream_version %{version}
|
%define upstream_version %{version}-rc1
|
||||||
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,6 +44,15 @@ Requires: fipscheck-lib%{_isa} >= 1.3.0
|
|||||||
%description libs
|
%description libs
|
||||||
This package contains the cryptsetup shared library, libcryptsetup.
|
This package contains the cryptsetup shared library, libcryptsetup.
|
||||||
|
|
||||||
|
%package -n veritysetup
|
||||||
|
Group: Applications/System
|
||||||
|
Summary: A utility for setting up dm-verity volumes
|
||||||
|
Requires: cryptsetup-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n veritysetup
|
||||||
|
The veritysetup package contains a utility for setting up
|
||||||
|
disk verification using dm-verity kernel module.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python bindings for libcryptsetup
|
Summary: Python bindings for libcryptsetup
|
||||||
@ -85,19 +94,24 @@ install -d %{buildroot}/%{_libdir}/fipscheck
|
|||||||
|
|
||||||
%postun -n cryptsetup-libs -p /sbin/ldconfig
|
%postun -n cryptsetup-libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f cryptsetup.lang
|
%files
|
||||||
%doc COPYING ChangeLog AUTHORS TODO FAQ
|
%doc COPYING ChangeLog AUTHORS TODO FAQ
|
||||||
%{_mandir}/man8/cryptsetup.8.gz
|
%{_mandir}/man8/cryptsetup.8.gz
|
||||||
%{_sbindir}/cryptsetup
|
%{_sbindir}/cryptsetup
|
||||||
%{_libdir}/fipscheck/cryptsetup.hmac
|
%{_libdir}/fipscheck/cryptsetup.hmac
|
||||||
|
|
||||||
|
%files -n veritysetup
|
||||||
|
%doc COPYING
|
||||||
|
%{_mandir}/man8/veritysetup.8.gz
|
||||||
|
%{_sbindir}/veritysetup
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/examples/*
|
%doc docs/examples/*
|
||||||
%{_includedir}/libcryptsetup.h
|
%{_includedir}/libcryptsetup.h
|
||||||
%{_libdir}/libcryptsetup.so
|
%{_libdir}/libcryptsetup.so
|
||||||
%{_libdir}/pkgconfig/libcryptsetup.pc
|
%{_libdir}/pkgconfig/libcryptsetup.pc
|
||||||
|
|
||||||
%files libs
|
%files libs -f cryptsetup.lang
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libcryptsetup.so.*
|
%{_libdir}/libcryptsetup.so.*
|
||||||
%{_libdir}/fipscheck/libcryptsetup.so.*.hmac
|
%{_libdir}/fipscheck/libcryptsetup.so.*.hmac
|
||||||
@ -110,6 +124,11 @@ install -d %{buildroot}/%{_libdir}/fipscheck
|
|||||||
%clean
|
%clean
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
|
||||||
|
- Update to cryptsetup 1.5.0-rc1.
|
||||||
|
- Add veritysetup subpackage.
|
||||||
|
- Move localization files to libs subpackage.
|
||||||
|
|
||||||
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
|
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
|
||||||
- Build with fipscheck (verification in fips mode).
|
- Build with fipscheck (verification in fips mode).
|
||||||
- Clean up spec file, use install to /usr.
|
- Clean up spec file, use install to /usr.
|
||||||
|
Loading…
Reference in New Issue
Block a user