[linux-user-chroot/f17] Initial import of v2012.2

Colin Walters walters at fedoraproject.org
Mon Aug 20 17:26:31 UTC 2012


commit 47f7938bcd1710fee153930802577b7cce536c08
Author: Colin Walters <walters at verbum.org>
Date:   Mon Aug 20 13:15:11 2012 -0400

    Initial import of v2012.2

 .gitignore             |    1 +
 linux-user-chroot.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2b5a5da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/linux-user-chroot-2012.2.tar.xz
diff --git a/linux-user-chroot.spec b/linux-user-chroot.spec
new file mode 100644
index 0000000..1bb2fcd
--- /dev/null
+++ b/linux-user-chroot.spec
@@ -0,0 +1,38 @@
+Summary: Helper program for calling chroot(2) as non-root
+Name: linux-user-chroot
+Version: 2012.2
+Release: 1%{?dist}
+#VCS: git:git://git.gnome.org/linux-user-chroot
+Source0: http://ftp.gnome.org/pub/GNOME/sources/linux-user-chroot/2012.2/linux-user-chroot-%{version}.tar.xz
+License: LGPLv2+
+URL: http://live.gnome.org/OSTree
+BuildRequires: kernel-headers
+
+%description
+This is a helper program for calling chroot(2) as a non-root user.  It
+should NOT be installed by default; only install this on systems for
+which local, authenticated denial of service attacks are not a serious
+concern.
+
+%prep
+%setup -q
+
+%build
+%configure --enable-documentation --disable-newnet-helper
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%attr(4755,root,root) %{_bindir}/linux-user-chroot
+%{_mandir}/man8/*.gz
+
+%changelog
+* Mon Aug 13 2012 Colin Walters <walters at verbum.org> - 2012.2-1
+- Add changelog
+
diff --git a/sources b/sources
index e69de29..5ac776d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8262e79cc549ca8440a836d35e112e9d  linux-user-chroot-2012.2.tar.xz


More information about the scm-commits mailing list