arg pushed to docker-storage-setup (f22). "Obsoleted by docker"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 9 18:14:38 UTC 2015


From 68468446a121385d6e3d8d13666d74323ac6fd14 Mon Sep 17 00:00:00 2001
From: Andy Grimm <agrimm at redhat.com>
Date: Tue, 9 Jun 2015 14:14:27 -0400
Subject: Obsoleted by docker


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d452dba..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/0.0.3.tar.gz
-/docker-storage-setup-0.0.4.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..22c6a0e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Obsoleted by docker
diff --git a/docker-storage-setup.spec b/docker-storage-setup.spec
deleted file mode 100644
index 1cb58e1..0000000
--- a/docker-storage-setup.spec
+++ /dev/null
@@ -1,56 +0,0 @@
-Name:           docker-storage-setup
-Version:        0.0.4
-Release:        2%{?dist}
-Summary:        A simple service to setup docker storage devices
-
-License:        ASL 2.0
-URL:            http://github.com/projectatomic/docker-storage-setup/
-Source0:        https://github.com/projectatomic/docker-storage-setup/archive/%{name}-%{version}.tar.gz
-
-BuildArch:      noarch
-BuildRequires:  pkgconfig(systemd)
-
-Requires:       lvm2
-Requires:       cloud-utils-growpart
-Requires:       systemd-units
-# systemd_requires macro doesn't work here because the srpm build fails?
-Requires(post): systemd
-Requires(preun): systemd
-Requires(postun): systemd
-
-%description
-This is a simple service to divide available storage between
-the OS and docker using LVM devices.
-
-%prep
-%setup -q
-
-%build
-
-%install
-install -d %{buildroot}%{_bindir}
-install -p -m 755 docker-storage-setup.sh %{buildroot}%{_bindir}/docker-storage-setup
-install -d %{buildroot}%{_unitdir}
-install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir}
-
-%post
-%systemd_post %{name}.service
-
-%preun
-%systemd_preun %{name}.service
-
-%postun
-%systemd_postun %{name}.service
-
-%files
-%{_unitdir}/docker-storage-setup.service
-%{_bindir}/docker-storage-setup
-
-%changelog
-* Tue Jan 20 2015 Colin Walters <walters at redhat.com> - 0.0.4-2
-- On new installs, use an LVM managed thin pool by default,
-  increasing efficiency.  (Vivek Goyal)
-
-* Wed Oct 29 2014 Andy Grimm <agrimm at redhat.com> - 0.0.3-1
-- Initial build
-
diff --git a/sources b/sources
deleted file mode 100644
index c7a3fdf..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-e1bb01b45a87032adfe12fc34a97062a  docker-storage-setup-0.0.4.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/docker-storage-setup.git/commit/?h=f22&id=68468446a121385d6e3d8d13666d74323ac6fd14


More information about the scm-commits mailing list