2011-09-23 17:44:26 +00:00
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
2014-06-03 01:36:14 +00:00
|
|
|
%{!?license: %global license %%doc}
|
2011-09-23 17:44:26 +00:00
|
|
|
|
2014-06-02 22:22:20 +00:00
|
|
|
# The only reason we are archful is because dmidecode is ExclusiveArch
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1067089
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
2011-09-23 17:44:26 +00:00
|
|
|
Name: cloud-init
|
2014-11-14 19:34:45 +00:00
|
|
|
Version: 0.7.6
|
2015-02-19 23:13:28 +00:00
|
|
|
Release: 3%{?dist}
|
2011-09-23 21:10:32 +00:00
|
|
|
Summary: Cloud instance init scripts
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv3
|
|
|
|
URL: http://launchpad.net/cloud-init
|
2013-05-17 16:20:13 +00:00
|
|
|
Source0: https://launchpad.net/cloud-init/trunk/%{version}/+download/%{name}-%{version}.tar.gz
|
2011-09-23 17:44:26 +00:00
|
|
|
Source1: cloud-init-fedora.cfg
|
|
|
|
Source2: cloud-init-README.fedora
|
2014-06-03 00:16:27 +00:00
|
|
|
Source3: cloud-init-tmpfiles.conf
|
2013-09-20 23:18:54 +00:00
|
|
|
|
|
|
|
# Deal with Fedora/Ubuntu path differences
|
2015-02-19 23:13:28 +00:00
|
|
|
Patch0: cloud-init-0.7.6-path.patch
|
2013-09-20 23:41:45 +00:00
|
|
|
|
2013-09-21 01:02:16 +00:00
|
|
|
# Fix rsyslog log filtering
|
|
|
|
# https://code.launchpad.net/~gholms/cloud-init/rsyslog-programname/+merge/186906
|
2014-04-29 06:23:51 +00:00
|
|
|
Patch1: cloud-init-0.7.5-rsyslog-programname.patch
|
2013-09-20 23:41:45 +00:00
|
|
|
|
2014-06-09 23:06:02 +00:00
|
|
|
# Systemd 213 removed the --quiet option from ``udevadm settle''
|
|
|
|
Patch2: cloud-init-0.7.5-udevadm-quiet.patch
|
|
|
|
|
2015-02-20 00:02:21 +00:00
|
|
|
# Add 3 ecdsa-sha2-nistp* ssh key types now that they are standardized
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1151824
|
|
|
|
Patch3: cloud-init-0.7.6-ecdsa.patch
|
|
|
|
|
2015-02-20 00:24:11 +00:00
|
|
|
# Handle whitespace in lists of groups to add new users to
|
|
|
|
# https://bugs.launchpad.net/cloud-init/+bug/1354694
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1126365
|
|
|
|
Patch4: cloud-init-0.7.6-groupadd-list.patch
|
|
|
|
|
2014-06-02 22:22:20 +00:00
|
|
|
# Deal with noarch -> arch
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1067089
|
|
|
|
Obsoletes: cloud-init < 0.7.5-3
|
2013-09-20 23:18:54 +00:00
|
|
|
|
2011-09-23 17:44:26 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: python-devel
|
2014-06-03 00:41:31 +00:00
|
|
|
BuildRequires: python-setuptools
|
2011-09-23 17:44:26 +00:00
|
|
|
BuildRequires: systemd-units
|
2014-06-02 22:22:20 +00:00
|
|
|
%ifarch %{?ix86} x86_64 ia64
|
2012-09-23 03:06:30 +00:00
|
|
|
Requires: dmidecode
|
2014-06-02 22:22:20 +00:00
|
|
|
%endif
|
2011-09-23 17:44:26 +00:00
|
|
|
Requires: e2fsprogs
|
|
|
|
Requires: iproute
|
|
|
|
Requires: libselinux-python
|
|
|
|
Requires: net-tools
|
2012-09-17 17:09:31 +00:00
|
|
|
Requires: policycoreutils-python
|
2011-09-23 17:44:26 +00:00
|
|
|
Requires: procps
|
|
|
|
Requires: python-configobj
|
2012-09-17 17:09:31 +00:00
|
|
|
Requires: python-prettytable
|
2013-05-02 17:13:23 +00:00
|
|
|
Requires: python-requests
|
2011-09-23 17:44:26 +00:00
|
|
|
Requires: PyYAML
|
2014-05-30 15:22:32 +00:00
|
|
|
Requires: python-jsonpatch
|
2011-09-23 17:44:26 +00:00
|
|
|
Requires: shadow-utils
|
2011-09-24 03:04:14 +00:00
|
|
|
Requires: /usr/bin/run-parts
|
2011-09-23 17:44:26 +00:00
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cloud-init is a set of init scripts for cloud instances. Cloud instances
|
|
|
|
need special scripts to run during initialization to retrieve and install
|
|
|
|
ssh keys and to let the user run various scripts.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2015-02-19 23:13:28 +00:00
|
|
|
%autosetup -p1
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
cp -p %{SOURCE2} README.fedora
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2014-11-14 19:34:45 +00:00
|
|
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --init-system=systemd
|
2011-09-23 17:44:26 +00:00
|
|
|
|
2013-04-07 04:10:15 +00:00
|
|
|
# Don't ship the tests
|
|
|
|
rm -r $RPM_BUILD_ROOT%{python_sitelib}/tests
|
|
|
|
|
2014-06-03 00:16:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/cloud
|
|
|
|
|
|
|
|
# /run/cloud-init needs a tmpfiles.d entry
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/run/cloud-init
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir}
|
|
|
|
cp -p %{SOURCE3} $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}.conf
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
# We supply our own config file since our software differs from Ubuntu's.
|
2011-09-24 02:32:58 +00:00
|
|
|
cp -p %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/cloud/cloud.cfg
|
2011-09-23 17:44:26 +00:00
|
|
|
|
2011-09-24 02:32:58 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rsyslog.d
|
|
|
|
cp -p tools/21-cloudinit.conf $RPM_BUILD_ROOT/%{_sysconfdir}/rsyslog.d/21-cloudinit.conf
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
# Install the systemd bits
|
2014-06-03 00:16:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
|
|
|
cp -p systemd/* $RPM_BUILD_ROOT/%{_unitdir}
|
|
|
|
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# Initial installation
|
|
|
|
# Enabled by default per "runs once then goes away" exception
|
|
|
|
/bin/systemctl enable cloud-config.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl enable cloud-final.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl enable cloud-init.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl enable cloud-init-local.service >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable cloud-config.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl --no-reload disable cloud-final.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl --no-reload disable cloud-init.service >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl --no-reload disable cloud-init-local.service >/dev/null 2>&1 || :
|
|
|
|
# One-shot services -> no need to stop
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
# One-shot services -> no need to restart
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2014-06-03 01:36:14 +00:00
|
|
|
%license LICENSE
|
2014-11-14 19:34:45 +00:00
|
|
|
%doc ChangeLog README.fedora
|
2011-09-24 02:32:58 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg
|
|
|
|
%dir %{_sysconfdir}/cloud/cloud.cfg.d
|
|
|
|
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg.d/*.cfg
|
|
|
|
%doc %{_sysconfdir}/cloud/cloud.cfg.d/README
|
|
|
|
%dir %{_sysconfdir}/cloud/templates
|
|
|
|
%config(noreplace) %{_sysconfdir}/cloud/templates/*
|
2011-09-23 17:44:26 +00:00
|
|
|
%{_unitdir}/cloud-config.service
|
|
|
|
%{_unitdir}/cloud-config.target
|
|
|
|
%{_unitdir}/cloud-final.service
|
|
|
|
%{_unitdir}/cloud-init-local.service
|
|
|
|
%{_unitdir}/cloud-init.service
|
2014-06-03 00:16:27 +00:00
|
|
|
%{_tmpfilesdir}/%{name}.conf
|
2011-09-23 17:44:26 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
%{_libexecdir}/%{name}
|
2011-09-24 02:32:58 +00:00
|
|
|
%{_bindir}/cloud-init*
|
2014-06-03 00:16:27 +00:00
|
|
|
%dir /run/cloud-init
|
|
|
|
%dir /var/lib/cloud
|
2011-09-23 17:44:26 +00:00
|
|
|
|
2014-11-07 21:26:00 +00:00
|
|
|
%dir %{_sysconfdir}/rsyslog.d
|
2011-09-24 02:32:58 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf
|
2011-09-23 17:44:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-02-19 23:13:28 +00:00
|
|
|
* Thu Feb 19 2015 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.6-3
|
|
|
|
- Stopped depending on git to build
|
2015-02-19 23:14:24 +00:00
|
|
|
- Stopped implicitly listing doc files twice
|
2015-02-20 00:02:21 +00:00
|
|
|
- Added recognition of 3 ecdsa-sha2-nistp* ssh key types [RH:1151824]
|
2015-02-20 00:24:11 +00:00
|
|
|
- Fixed handling of user group lists that contain spaces [RH:1126365 LP:1354694]
|
2015-02-19 23:13:28 +00:00
|
|
|
|
2015-02-19 19:35:21 +00:00
|
|
|
* Fri Nov 14 2014 Colin Walters <walters@redhat.com> - 0.7.6-2
|
2014-11-14 19:34:45 +00:00
|
|
|
- New upstream version [RH:974327]
|
|
|
|
- Drop python-cheetah dependency (same as above bug)
|
|
|
|
|
2014-11-07 21:19:33 +00:00
|
|
|
* Fri Nov 7 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.5-8
|
|
|
|
- Dropped python-boto dependency [RH:1161257]
|
2014-11-07 21:26:00 +00:00
|
|
|
- Dropped rsyslog dependency [RH:986511]
|
2014-11-07 21:19:33 +00:00
|
|
|
|
2014-08-16 00:29:26 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-13 00:48:24 +00:00
|
|
|
* Thu Jun 12 2014 Dennis Gilmore <dennis@ausil.us> - 0.7.5-6
|
|
|
|
- fix typo in settings.py preventing metadata being fecthed in ec2
|
|
|
|
|
2014-06-09 23:06:02 +00:00
|
|
|
* Mon Jun 9 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.5-5
|
|
|
|
- Stopped calling ``udevadm settle'' with --quiet since systemd 213 removed it
|
|
|
|
|
2014-06-07 05:03:43 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 22:22:20 +00:00
|
|
|
* Mon Jun 2 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.5-3
|
|
|
|
- Make dmidecode dependency arch-dependent [RH:1025071 RH:1067089]
|
|
|
|
|
2014-06-03 01:19:02 +00:00
|
|
|
* Mon Jun 2 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-9
|
|
|
|
- Write /etc/locale.conf instead of /etc/sysconfig/i18n [RH:1008250]
|
2014-06-03 00:16:27 +00:00
|
|
|
- Add tmpfiles.d configuration for /run/cloud-init [RH:1103761]
|
2014-06-03 01:36:14 +00:00
|
|
|
- Use the license rpm macro
|
2014-06-03 00:41:31 +00:00
|
|
|
- BuildRequire python-setuptools, not python-setuptools-devel
|
2014-06-03 01:19:02 +00:00
|
|
|
|
2014-05-30 15:22:32 +00:00
|
|
|
* Fri May 30 2014 Matthew Miller <mattdm@fedoraproject.org> - 0.7.5-2
|
2014-06-03 00:49:11 +00:00
|
|
|
- add missing python-jsonpatch dependency [RH:1103281]
|
2014-05-30 15:22:32 +00:00
|
|
|
|
2014-04-29 06:27:09 +00:00
|
|
|
* Tue Apr 29 2014 Sam Kottler <skottler@fedoraproject.org> - 0.7.5-1
|
2014-04-29 06:23:51 +00:00
|
|
|
- Update to 0.7.5 and remove patches which landed in the release
|
|
|
|
|
2014-01-25 13:28:33 +00:00
|
|
|
* Sat Jan 25 2014 Sam Kottler <skottler@fedoraproject.org> - 0.7.2-8
|
|
|
|
- Remove patch to the Puppet service unit nane [RH:1057860]
|
|
|
|
|
2013-09-25 02:46:18 +00:00
|
|
|
* Tue Sep 24 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-7
|
|
|
|
- Dropped xfsprogs dependency [RH:974329]
|
|
|
|
|
2013-09-25 02:15:21 +00:00
|
|
|
* Tue Sep 24 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-6
|
|
|
|
- Added yum-add-repo module
|
|
|
|
|
2013-09-20 23:18:54 +00:00
|
|
|
* Fri Sep 20 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-5
|
|
|
|
- Fixed puppet agent service name [RH:1008250]
|
2013-09-20 23:22:34 +00:00
|
|
|
- Let systemd handle console output [RH:977952 LP:1228434]
|
2013-09-20 23:41:45 +00:00
|
|
|
- Fixed restorecon failure when selinux is disabled [RH:967002 LP:1228441]
|
2013-09-21 01:02:16 +00:00
|
|
|
- Fixed rsyslog log filtering
|
2013-09-25 00:43:15 +00:00
|
|
|
- Added missing modules [RH:966888]
|
2013-09-20 23:18:54 +00:00
|
|
|
|
2013-08-03 05:11:53 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-15 17:00:11 +00:00
|
|
|
* Sat Jun 15 2013 Matthew Miller <mattdm@fedoraproject.org> - 0.7.2-3
|
|
|
|
- switch ec2-user to "fedora" -- see bugzilla #971439. To use another
|
|
|
|
name, use #cloud-config option "users:" in userdata in cloud metadata
|
|
|
|
service
|
|
|
|
- add that user to systemd-journal group
|
|
|
|
|
2013-05-17 16:20:13 +00:00
|
|
|
* Fri May 17 2013 Steven Hardy <shardy@redhat.com> - 0.7.2
|
|
|
|
- Update to the 0.7.2 release
|
|
|
|
|
2013-05-02 16:48:40 +00:00
|
|
|
* Thu May 02 2013 Steven Hardy <shardy@redhat.com> - 0.7.2-0.1.bzr809
|
|
|
|
- Rebased against upstream rev 809, fixes several F18 related issues
|
2013-05-02 17:13:23 +00:00
|
|
|
- Added dependency on python-requests
|
2013-05-02 16:48:40 +00:00
|
|
|
|
2013-04-07 04:10:15 +00:00
|
|
|
* Sat Apr 6 2013 Orion Poplawski <orion@cora.nwra.com> - 0.7.1-4
|
|
|
|
- Don't ship tests
|
|
|
|
|
2013-02-13 18:39:41 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-13 21:32:28 +00:00
|
|
|
* Thu Dec 13 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.1-2
|
|
|
|
- Added default_user to cloud.cfg (this is required for ssh keys to work)
|
|
|
|
|
2012-11-21 21:44:08 +00:00
|
|
|
* Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.1-1
|
|
|
|
- Rebased against version 0.7.1
|
2012-11-21 21:49:33 +00:00
|
|
|
- Fixed broken sudoers file generation
|
2012-11-21 21:55:04 +00:00
|
|
|
- Fixed "resize_root: noblock" [LP:1080985]
|
2012-11-21 21:44:08 +00:00
|
|
|
|
2012-10-10 01:41:26 +00:00
|
|
|
* Tue Oct 9 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-1
|
|
|
|
- Rebased against version 0.7.0
|
2012-10-10 01:40:22 +00:00
|
|
|
- Fixed / filesystem resizing
|
2012-10-10 01:41:26 +00:00
|
|
|
|
2012-09-23 03:06:30 +00:00
|
|
|
* Sat Sep 22 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-0.3.bzr659
|
|
|
|
- Added dmidecode dependency for DataSourceAltCloud
|
|
|
|
|
2012-09-23 00:06:28 +00:00
|
|
|
* Sat Sep 22 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-0.2.bzr659
|
|
|
|
- Rebased against upstream rev 659
|
2012-09-23 00:47:59 +00:00
|
|
|
- Fixed hostname persistence
|
2012-09-23 00:50:21 +00:00
|
|
|
- Fixed ssh key printing
|
2012-09-23 02:39:41 +00:00
|
|
|
- Fixed sudoers file permissions
|
2012-09-23 00:06:28 +00:00
|
|
|
|
2012-09-17 17:09:31 +00:00
|
|
|
* Mon Sep 17 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-0.1.bzr650
|
|
|
|
- Rebased against upstream rev 650
|
|
|
|
- Added support for useradd --selinux-user
|
|
|
|
|
2012-09-14 04:30:16 +00:00
|
|
|
* Thu Sep 13 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.3-0.5.bzr532
|
2012-09-13 20:48:55 +00:00
|
|
|
- Use a FQDN (instance-data.) for instance data URL fallback [RH:850916 LP:1040200]
|
2012-09-14 02:52:44 +00:00
|
|
|
- Shut off systemd timeouts [RH:836269]
|
2012-09-14 03:13:10 +00:00
|
|
|
- Send output to the console [RH:854654]
|
2012-09-13 20:48:55 +00:00
|
|
|
|
2012-07-18 19:12:24 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-0.4.bzr532
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-27 16:49:06 +00:00
|
|
|
* Wed Jun 27 2012 Pádraig Brady <P@draigBrady.com> - 0.6.3-0.3.bzr532
|
|
|
|
- Add support for installing yum packages
|
|
|
|
|
2012-03-31 19:54:53 +00:00
|
|
|
* Sat Mar 31 2012 Andy Grimm <agrimm@gmail.com> - 0.6.3-0.2.bzr532
|
|
|
|
- Fixed incorrect interpretation of relative path for
|
|
|
|
AuthorizedKeysFile (BZ #735521)
|
|
|
|
|
2012-03-05 21:32:08 +00:00
|
|
|
* Mon Mar 5 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.3-0.1.bzr532
|
|
|
|
- Rebased against upstream rev 532
|
2012-03-05 21:34:38 +00:00
|
|
|
- Fixed runparts() incompatibility with Fedora
|
2012-03-05 21:32:08 +00:00
|
|
|
|
2012-01-12 23:29:57 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-0.8.bzr457
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-05 18:31:19 +00:00
|
|
|
* Wed Oct 5 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.7.bzr457
|
|
|
|
- Disabled SSH key-deleting on startup
|
|
|
|
|
2011-09-28 22:46:10 +00:00
|
|
|
* Wed Sep 28 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.6.bzr457
|
|
|
|
- Consolidated selinux file context patches
|
2011-09-28 22:48:21 +00:00
|
|
|
- Fixed cloud-init.service dependencies
|
2011-09-29 01:15:39 +00:00
|
|
|
- Updated sshkeytypes patch
|
2011-09-29 01:17:53 +00:00
|
|
|
- Dealt with differences from Ubuntu's sshd
|
2011-09-28 22:46:10 +00:00
|
|
|
|
2011-09-24 23:18:15 +00:00
|
|
|
* Sat Sep 24 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.5.bzr457
|
2011-09-24 22:44:42 +00:00
|
|
|
- Rebased against upstream rev 457
|
2011-09-24 03:04:14 +00:00
|
|
|
- Added missing dependencies
|
2011-09-24 22:44:42 +00:00
|
|
|
|
2011-09-24 02:32:58 +00:00
|
|
|
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.4.bzr450
|
|
|
|
- Added more macros to the spec file
|
|
|
|
|
2011-09-23 23:31:33 +00:00
|
|
|
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.3.bzr450
|
|
|
|
- Fixed logfile permission checking
|
2011-09-23 23:36:24 +00:00
|
|
|
- Fixed SSH key generation
|
2011-09-24 00:15:27 +00:00
|
|
|
- Fixed a bad method call in FQDN-guessing [LP:857891]
|
2011-09-24 01:02:34 +00:00
|
|
|
- Updated localefile patch
|
2011-09-24 01:08:57 +00:00
|
|
|
- Disabled the grub_dpkg module
|
2011-09-24 01:31:21 +00:00
|
|
|
- Fixed failures due to empty script dirs [LP:857926]
|
2011-09-23 23:31:33 +00:00
|
|
|
|
2011-09-23 17:49:01 +00:00
|
|
|
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.2.bzr450
|
|
|
|
- Updated tzsysconfig patch
|
|
|
|
|
2011-09-23 17:44:26 +00:00
|
|
|
* Wed Sep 21 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.1.bzr450
|
|
|
|
- Initial packaging
|