rpms/luks-tools/devel luks-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Wed Sep 13 21:52:34 UTC 2006


Author: mikep

Update of /cvs/extras/rpms/luks-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5460/devel

Modified Files:
	.cvsignore sources 
Added Files:
	luks-tools.spec 
Log Message:
auto-import luks-tools-0.0.11-1 on branch devel from luks-tools-0.0.11-1.src.rpm


--- NEW FILE luks-tools.spec ---
Summary: Utilities for working with LUKS-protected filesystems
Name: luks-tools
Version: 0.0.11
Release: 1
License: GPL
Group: Applications/System
Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://www.flyn.org
Requires: python pygtk2 dbus-python
BuildRequires: glib2-devel e2fsprogs-devel cryptsetup-luks check-devel

%description
The luks-tools package contains various utilities for working with 
LUKS-protected filesystems. HAL uses these utilities to automatically 
mount encrypted volumes when they are attached to a system, provided 
the user can produce the correct passphrase. These utilities are 
written as separate programs to allow MAC systems like SELinux to 
have fine-grained control over them.

luks-format
    A utility that formats a filesystem to contain a LUKS encryption 
    header.

luks-is-encrypted
    A tool that can determine if a filesystem contains a LUKS 
    encryption header.

luks-setup
    A utility that sets up the dm-crypt device map for a partition.

gnome-luks-format
    A GNOME front-end for luks-format.



%prep


%setup -q


%build
PATH=/sbin:/usr/sbin:$PATH %configure 
make %{?_smp_mflags}

# What is byte-compiling this stuff?
rm -f %{_bindir}/gnome-luks-format.pyo
rm -f %{_bindir}/gnome-luks-format.pyc

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%{_datadir}/luks-tools/
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man*/*


%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ


%changelog
* Sun Sep 10 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.11-1
   - Updated to luks-tools 0.0.11.
   - Should fix mistaken install of .pyo and .pyc files.

* Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.10-2
   - Do not package .pyo or .pyc files.

* Mon Sep 04 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.10-1
   - Updated to luks-tools 0.0.10.
   
   - Now synchronized with upstream.

* Sun Aug 06 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.9-2
   - Add -q option to setup.

* Thu Jun 08 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.9-1
   - Updated to luks-tools 0.0.9.

   - BuildRequires check-devel.

   - Set path for configure.

* Thu Feb 16 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.8-2
   - BuildRequires cryptsetup-luks.

* Sun Feb 11 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.8-1
   - Updated to luks-tools 0.0.8.

* Wed Jul 20 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.7-1
   - Updated to luks-tools 0.0.7.

* Wed Jul 20 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.6-1
   - Updated to luks-tools 0.0.6.

* Wed Jul 13 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.5-1
   - Updated to luks-tools 0.0.5.

* Sun Apr 03 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.4-0.fdr.1
   - Updated to luks-tools 0.0.4.

* Wed Mar 30 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.3-0.fdr.1
   - Updated to luks-tools 0.0.3.

* Sun Mar 13 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.2-0.fdr.1
   - Updated to luks-tools 0.0.2.

* Sat Mar 12 2005 W. Michael Petullo <mike[@]flyn.org> - 0.0.1-0.fdr.1
   - Initial package.






Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/luks-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Sep 2006 21:51:57 -0000	1.1
+++ .cvsignore	13 Sep 2006 21:52:34 -0000	1.2
@@ -0,0 +1 @@
+luks-tools-0.0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/luks-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Sep 2006 21:51:57 -0000	1.1
+++ sources	13 Sep 2006 21:52:34 -0000	1.2
@@ -0,0 +1 @@
+4494f14527b5cfc5d2a4c4b9cad025fb  luks-tools-0.0.11.tar.gz




More information about the scm-commits mailing list