|
|
e509a0 |
Name: atomic-devmode
|
|
|
736920 |
Version: 0.3.7
|
|
|
e042b1 |
Release: 2%{?dist}
|
|
|
e509a0 |
Summary: Atomic Developer Mode
|
|
|
e509a0 |
|
|
|
e509a0 |
License: LGPLv3+
|
|
|
e509a0 |
URL: http://github.com/projectatomic/atomic-devmode
|
|
|
e509a0 |
|
|
|
e509a0 |
# From `make archive REF=v${VERSION}`
|
|
|
712d02 |
Source: %{name}-v%{version}.tar.gz
|
|
|
e509a0 |
Patch0001: 0001-init-pull-cockpit-from-the-rhel7-registry.patch
|
|
|
e509a0 |
|
|
|
e509a0 |
BuildArch: noarch
|
|
|
e509a0 |
|
|
|
e509a0 |
# We're solely compatible with grub2, so don't build on
|
|
|
e509a0 |
# platforms that don't have it.
|
|
|
e509a0 |
ExcludeArch: s390 s390x %{arm}
|
|
|
e509a0 |
|
|
|
e509a0 |
BuildRequires: git
|
|
|
e509a0 |
|
|
|
e509a0 |
Requires: cloud-init
|
|
|
e509a0 |
Requires: atomic
|
|
|
e509a0 |
Requires: tmux
|
|
|
e509a0 |
Requires: grub2-tools
|
|
|
e509a0 |
|
|
|
e509a0 |
# NB: rpmlint complains about this (explicit-lib-dependency)
|
|
|
e509a0 |
# but we need it because the package provides the pwmake
|
|
|
e509a0 |
# tool, which the scripts require. That tool should probably
|
|
|
e509a0 |
# be broken out in a different package.
|
|
|
e509a0 |
Requires: libpwquality
|
|
|
e509a0 |
|
|
|
e509a0 |
%description
|
|
|
e509a0 |
This package installs a Developer Mode boot option useful
|
|
|
e509a0 |
for trying out an Atomic Host without having to set up a
|
|
|
e509a0 |
cloud-init source. When booted, the system automatically
|
|
|
e509a0 |
logs in and starts the Cockpit container.
|
|
|
e509a0 |
|
|
|
e509a0 |
%prep
|
|
|
e509a0 |
%autosetup -S git -n atomic-devmode
|
|
|
e509a0 |
|
|
|
e509a0 |
%build
|
|
|
e509a0 |
# Nothing to build
|
|
|
e509a0 |
|
|
|
e509a0 |
%install
|
|
|
e509a0 |
rm -rf "%{buildroot}"
|
|
|
e509a0 |
make install DESTDIR="%{buildroot}"
|
|
|
e509a0 |
|
|
|
e509a0 |
%files
|
|
|
e509a0 |
%{_datarootdir}/atomic-devmode
|
|
|
e509a0 |
%{_libexecdir}/atomic-devmode
|
|
|
e509a0 |
%doc README.md
|
|
|
e509a0 |
%license COPYING COPYING.LESSER
|
|
|
e509a0 |
|
|
|
e509a0 |
%changelog
|
|
|
e042b1 |
* Thu Jun 01 2017 Jonathan Lebon <jlebon@redhat.com> - 0.3.7-2
|
|
|
e042b1 |
- Rebuild for 7.4
|
|
|
e042b1 |
|
|
|
736920 |
* Thu Jun 01 2017 Jonathan Lebon <jlebon@redhat.com> - 0.3.7-1
|
|
|
736920 |
- New upstream release containing backported patch
|
|
|
736920 |
- Drop patch that works around non-existent Cockpit regression
|
|
|
736920 |
|
|
|
736920 |
* Tue May 23 2017 Jonathan Lebon <jlebon@redhat.com> - 0.3.6-3
|
|
|
736920 |
- Backport patch to install before running cockpit:
|
|
|
736920 |
https://github.com/projectatomic/atomic-devmode/pull/10
|
|
|
736920 |
- Add patch to work around
|
|
|
736920 |
https://bugzilla.redhat.com/show_bug.cgi?id=1454882
|
|
|
736920 |
|
|
|
9e4068 |
* Mon Mar 20 2017 Jonathan Lebon <jlebon@redhat.com> - 0.3.6-2
|
|
|
9e4068 |
- Put back patch for pulling cockpit from RHEL registry
|
|
|
9e4068 |
|
|
|
9e4068 |
* Fri Mar 17 2017 Jonathan Lebon <jlebon@redhat.com> - 0.3.6-1
|
|
|
9e4068 |
- Upstream release 0.3.6
|
|
|
9e4068 |
|
|
|
712d02 |
* Thu Sep 22 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.5-1
|
|
|
712d02 |
- Upstream release 0.3.5
|
|
|
712d02 |
|
|
|
712d02 |
* Wed Sep 07 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.4-2
|
|
|
712d02 |
- Make sure the tarball name is versioned to make rpmdiff happy
|
|
|
712d02 |
|
|
|
712d02 |
* Wed Sep 07 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.4-1
|
|
|
712d02 |
- Upstream release 0.3.4
|
|
|
712d02 |
|
|
|
e509a0 |
* Wed May 04 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.3-3
|
|
|
e509a0 |
- Apparently rpmbuild needs the patch lines to be before BuildArch
|
|
|
e509a0 |
and ExcludeArch. It won't error, it will just silently ignore it...
|
|
|
e509a0 |
|
|
|
e509a0 |
* Tue May 03 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.3-2
|
|
|
e509a0 |
- Add patch for pulling cockpit from RHEL registry
|
|
|
e509a0 |
|
|
|
e509a0 |
* Mon May 02 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.3-1
|
|
|
e509a0 |
- Upstream release 0.3.3
|
|
|
e509a0 |
- Changelog at %{url}/releases/tag/v0.3.3
|
|
|
e509a0 |
|
|
|
e509a0 |
* Wed Apr 27 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.2-1
|
|
|
e509a0 |
- Upstream release 0.3.2.
|
|
|
e509a0 |
|
|
|
e509a0 |
* Thu Feb 25 2016 Jonathan Lebon <jlebon@redhat.com> - 0.3.1-1
|
|
|
e509a0 |
- Upstream release 0.3.1.
|