[katello-agent] initial import

Miroslav Suchý msuchy at fedoraproject.org
Fri Aug 24 20:35:53 UTC 2012


commit 26c131f581f2f136ca3826b67806e0ca1bd0f7d7
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Aug 24 22:35:17 2012 +0200

    initial import

 .gitignore         |    1 +
 katello-agent.spec |  123 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 125 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..88027a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/katello-agent-1.1.2.tar.gz
diff --git a/katello-agent.spec b/katello-agent.spec
new file mode 100644
index 0000000..18da9bb
--- /dev/null
+++ b/katello-agent.spec
@@ -0,0 +1,123 @@
+Name: katello-agent
+Version: 1.1.2
+Release: 1%{?dist}
+Summary: The Katello Agent
+Group:   Development/Languages
+License: LGPLv2
+URL:     https://fedorahosted.org/katello/
+Source0: https://fedorahosted.org/releases/k/a/katello/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: python2-devel
+BuildRequires: python-setuptools
+BuildRequires: rpm-python
+Requires: gofer >= 0.60
+Requires: gofer-package >= 0.60
+Requires: subscription-manager
+
+%description
+Provides plugin for gofer, which allows communicating with Katello server
+and execute scheduled actions.
+
+%prep
+%setup -q
+
+%build
+pushd src
+%{__python} setup.py build
+popd
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_sysconfdir}/gofer/plugins
+mkdir -p %{buildroot}/%{_prefix}/lib/gofer/plugins
+
+cp etc/gofer/plugins/katelloplugin.conf %{buildroot}/%{_sysconfdir}/gofer/plugins
+cp src/katello/agent/katelloplugin.py %{buildroot}/%{_prefix}/lib/gofer/plugins
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%config(noreplace) %{_sysconfdir}/gofer/plugins/katelloplugin.conf
+%{_prefix}/lib/gofer/plugins/katelloplugin.*
+%doc LICENSE
+
+%changelog
+* Fri Aug 24 2012 Miroslav Suchý <msuchy at redhat.com> 1.1.2-1
+- 845643 - consistently use rpm macros (msuchy at redhat.com)
+
+* Thu Aug 23 2012 Mike McCune <mmccune at redhat.com> 1.1.1-1
+- buildroot and %%clean section is not needed (msuchy at redhat.com)
+- Bumping package versions for 1.1. (msuchy at redhat.com)
+
+* Tue Jul 31 2012 Miroslav Suchý <msuchy at redhat.com> 1.0.6-1
+- update copyright years (msuchy at redhat.com)
+- point Source0 to fedorahosted.org where tar.gz are stored (msuchy at redhat.com)
+
+* Fri Jul 27 2012 Lukas Zapletal <lzap+git at redhat.com> 1.0.5-1
+- macro python_sitelib is not used anywhere, removing
+- provide more descriptive description
+- put plugins into correct location
+- build root is not used since el6 (inclusive)
+- point URL to our wiki
+- %%defattr is not needed since rpm 4.4
+
+* Wed Jun 27 2012 Lukas Zapletal <lzap+git at redhat.com> 1.0.4-1
+- 828533 - changing to proper QPIDD SSL port
+
+* Mon Mar 19 2012 Ivan Necas <inecas at redhat.com> 1.0.3-1
+- 770693 - handle repos without repofile in katello-agent (inecas at redhat.com)
+
+* Mon Feb 27 2012 Lukas Zapletal <lzap+git at redhat.com> 1.0.2-1
+- 761314 - Make sure katello-agent communicates with ssl
+
+* Wed Feb 22 2012 Mike McCune <mmccune at redhat.com> 1.0.1-1
+- version bump
+
+* Tue Feb 07 2012 Lukas Zapletal <lzap+git at redhat.com> 0.14-1
+- Fixing agent conf file to match katello wiki page.  Removing now-superfluous
+  install step from wiki.
+- agent: final API call payload for reporting enabled repos.
+- agent: send enabled repos report.
+
+* Thu Dec 08 2011 Mike McCune <mmccune at redhat.com> 0.13-1
+- moving client/ to agent/, more appropriate (mmccune at redhat.com)
+
+* Thu Nov 10 2011 Mike McCune <mmccune at redhat.com> 0.12-1
+- re-adding license file
+
+* Thu Nov 10 2011 Mike McCune <mmccune at redhat.com> 0.11-1
+- import into Katello's src
+
+* Mon Oct 31 2011 Jeff Ortel <jortel at redhat.com> 0.10-1
+- Fix typo. (jortel at redhat.com)
+
+* Mon Oct 31 2011 Jeff Ortel <jortel at redhat.com> 0.9-1
+- Correct spelling of bundle.pem (jortel at redhat.com)
+
+* Thu Oct 27 2011 Jeff Ortel <jortel at redhat.com> 0.8-1
+- requires gofer 0.54. (jortel at redhat.com)
+- Update registration monitor. (jortel at redhat.com)
+
+* Thu Oct 27 2011 Jeff Ortel <jortel at redhat.com> 0.7-1
+- migrate to using pmon. (jortel at redhat.com)
+
+* Tue Oct 25 2011 Jeff Ortel <jortel at redhat.com> 0.6-1
+- Use the bundled cert. (jortel at redhat.com)
+- Apply fixes from testing. (jortel at redhat.com)
+
+* Tue Oct 25 2011 Jeff Ortel <jortel at redhat.com> 0.5-1
+- Apply fixes from testing. (jortel at redhat.com)
+
+* Mon Oct 24 2011 Jeff Ortel <jortel at redhat.com> 0.4-1
+- Require gofer-package. (jortel at redhat.com)
+
+* Mon Oct 24 2011 Jeff Ortel <jortel at redhat.com> 0.3-1
+- Refit for Plugin.export(). (jortel at redhat.com)
+
+* Thu Oct 13 2011 Jeff Ortel <jortel at redhat.com> 0.2-1
+- Build fixes. (jortel at redhat.com)
+
+* Thu Oct 13 2011 Jeff Ortel <jortel at redhat.com> 0.1-1
+- new package built with tito
diff --git a/sources b/sources
index e69de29..b31dd45 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5336d48d886d40d16f772fd5de4d7c1f  katello-agent-1.1.2.tar.gz


More information about the scm-commits mailing list