From 65c71d65aaf175931546b27a7742560300dd632b Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Jan 15 2016 15:33:52 +0000 Subject: initial import (#1297552) --- diff --git a/.gitignore b/.gitignore index e69de29..ccff251 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/atomic-devmode.tar.gz diff --git a/atomic-devmode.spec b/atomic-devmode.spec new file mode 100644 index 0000000..878b409 --- /dev/null +++ b/atomic-devmode.spec @@ -0,0 +1,50 @@ +Name: atomic-devmode +Version: 0.2 +Release: 1%{?dist} +Summary: Atomic Developer Mode + +License: LGPLv3+ +URL: http://github.com/jlebon/atomic-devmode + +# From `make archive REF=v${VERSION}` +Source: atomic-devmode.tar.gz +BuildArch: noarch + +Requires: cloud-init +Requires: atomic +Requires: tmux +Requires: libpwquality +Requires: grub2-tools + +%description +This package installs a Developer Mode boot option useful +for trying out an Atomic Host without having to set up a +cloud-init source. When booted, the system automatically +logs in and starts the Cockpit container. + +%prep +%setup -qn atomic-devmode + +%build +# Nothing to build + +%install +rm -rf "%{buildroot}" +make install DESTDIR="%{buildroot}" + +%files +%{_datarootdir}/atomic-devmode +%{_libexecdir}/atomic-devmode +%doc README.md +%license COPYING COPYING.LESSER + +%changelog +* Mon Jan 11 2016 Jonathan Lebon - 0.2-1 +- Upstream release 0.2. +- Change license to LGPLv3+ +- Set as noarch +- Add empty build section +- Add license and doc + +* Mon Jan 11 2016 Jonathan Lebon - 0.1-1 +- Initial release. diff --git a/sources b/sources index e69de29..af016f9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d080d531863c60491bccc8120f9bedd3 atomic-devmode.tar.gz