[sandbox-runner-data] Version 0.2.1

f1ash f1ash at fedoraproject.org
Mon Jan 6 14:39:19 UTC 2014


commit a16d13ec1408b6f4555a2de7bce0bd9862d7c3fc
Author: F1ash <kaperang07 at gmail.com>
Date:   Mon Jan 6 18:39:14 2014 +0400

    Version 0.2.1

 .gitignore               |    1 +
 sandbox-runner-data.spec |   39 +++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8979eb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/0.2.1.tar.gz
diff --git a/sandbox-runner-data.spec b/sandbox-runner-data.spec
new file mode 100644
index 0000000..f76c55e
--- /dev/null
+++ b/sandbox-runner-data.spec
@@ -0,0 +1,39 @@
+Name:       sandbox-runner-data
+Version:    0.2.1
+Release:    1%{?dist}
+Summary:    Basic directories for Sandbox Runners miscellaneous data
+Group:      Applications/File
+License:    GPLv2+
+Source0:    https://github.com/F1ash/%{name}/archive/%{version}.tar.gz
+URL:        https://github.com/F1ash/%{name}
+BuildArch:  noarch
+
+%description
+Contains the basic directories and files needed
+for se-sandbox-runner and virt-sandbox-runner.
+
+%prep
+%setup -q
+
+%build
+# nothing to build
+
+%install
+%{make_install}
+
+%files
+%doc README.md COPYING Changelog Licenses
+%{_datadir}/%{name}
+
+%changelog
+* Sun Jan  5 2014 Fl at sh <kaperang07 at gmail.com> - 0.2.1-1
+- version updated;
+
+* Sun Jan  5 2014 Fl at sh <kaperang07 at gmail.com> - 0.2-2
+- fixed Group;
+
+* Sat Jan  4 2014 Fl at sh <kaperang07 at gmail.com> - 0.2-1
+- version updated;
+
+* Tue Dec 31 2013 Fl at sh <kaperang07 at gmail.com> - 0.1-1
+- Initial build
diff --git a/sources b/sources
index e69de29..3ef0a5a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+45df353dd2a322dd509ca3804056c684  0.2.1.tar.gz


More information about the scm-commits mailing list