diff --git a/.cockpit-leapp.metadata b/.cockpit-leapp.metadata
new file mode 100644
index 0000000..25197af
--- /dev/null
+++ b/.cockpit-leapp.metadata
@@ -0,0 +1 @@
+9775ff9ba8fc18e6d54eea610fd59b40a72f734e SOURCES/cockpit-leapp-0.1.0.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2bfbfc4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/cockpit-leapp-0.1.0.tar.gz
diff --git a/SPECS/cockpit-leapp.spec b/SPECS/cockpit-leapp.spec
new file mode 100644
index 0000000..ee61b31
--- /dev/null
+++ b/SPECS/cockpit-leapp.spec
@@ -0,0 +1,42 @@
+Name:           cockpit-leapp
+Version:        0.1.0
+Release:        5%{?dist}
+Summary:        Leapp in-place upgrade Cockpit UI
+
+License:        LGPLv2+
+URL:            https://github.com/oamg/cockpit-leapp
+Source0:        cockpit-leapp-%{version}.tar.gz
+
+BuildArch:      noarch
+
+Requires:       cockpit
+Requires:       leapp leapp-repository
+
+%description
+Leapp in-place upgrade Cockpit UI
+
+%prep
+%setup -q -n cockpit-leapp-%{version}
+
+%build
+# Nothing to build
+
+%install
+mkdir -p %{buildroot}/%{_datadir}/cockpit/leapp
+cp -r public/* %{buildroot}/%{_datadir}/cockpit/leapp
+
+%files
+%license LICENSE.txt
+%{_datadir}/cockpit/leapp
+
+%post
+touch %{_localstatedir}/log/leapp/remediations
+
+
+%changelog
+
+* Fri Nov 01 2019 Michal Reznik <mreznik@redhat.com> 0.1.0-5
+- Add "back" button to "Remediation Plan"
+
+* Wed Oct 30 2019 Michal Reznik <mreznik@redhat.com> 0.1.0-4
+- Add "remediations" file to /var/log/leapp