diff --git a/.gitignore b/.gitignore index c7a2c4c..12226b9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ /odcs-0.1.2.tar.gz /odcs-0.1.4.tar.gz /odcs-0.1.5.tar.gz +/odcs-0.1.6.tar.gz +/odcs-0.1.7.tar.gz diff --git a/odcs.spec b/odcs.spec index ae7b9ed..9073e64 100644 --- a/odcs.spec +++ b/odcs.spec @@ -3,8 +3,8 @@ %global debug_package %{nil} Name: odcs -Version: 0.1.5 -Release: 5%{?dist} +Version: 0.1.7 +Release: 1%{?dist} Summary: The On Demand Compose Service @@ -177,6 +177,16 @@ Requires: python2-odcs-common = %{version}-%{release} Client library for sending requests to On Demand Compose Service (ODCS). +%package -n odcs-client +Summary: ODCS command line client +Requires: python2-openidc-client +Requires: python2-odcs-client = %{version}-%{release} + + +%description -n odcs-client +Command line client for sending requests to ODCS. + + %prep %setup -q @@ -231,6 +241,11 @@ exit 0 # Should be fixed in next release #nosetests-2.7 -v +%files -n odcs-client +%doc README.md +%license LICENSE +%{_bindir}/odcs + %files -n python2-odcs-common %doc README.md %license LICENSE @@ -258,11 +273,19 @@ exit 0 %dir %{_sysconfdir}/odcs %config(noreplace) %{_sysconfdir}/odcs/config.py %config(noreplace) %{_sysconfdir}/odcs/pungi.conf +%config(noreplace) %{_sysconfdir}/odcs/raw_config_wrapper.conf +%config(noreplace) %{_sysconfdir}/odcs/runroot_koji.conf %exclude %{_sysconfdir}/odcs/*.py[co] %exclude %{python2_sitelib}/odcs/__pycache__ %changelog +* Mon Feb 05 2018 Jan Kaluza - 0.1.7-1 +- updated to new version 0.1.7. + +* Thu Jan 11 2018 Jan Kaluza - 0.1.6-1 +- updated to new version 0.1.6. + * Tue Dec 12 2017 Jan Kaluza - 0.1.5-5 - do not remove pungi ODCS composes diff --git a/sources b/sources index 7c57824..94af6ad 100644 --- a/sources +++ b/sources @@ -1 +1,5 @@ +<<<<<<< HEAD SHA512 (odcs-0.1.5.tar.gz) = 93a137ce749f8c37d8568f11a3b36dcb15e4858fcc4f32ee43c187f5fcfac90403dfa288c3c39965a1e00c44d93720ddfaa0a67affab4d08fc0d43d6e6522ceb +======= +SHA512 (odcs-0.1.7.tar.gz) = 81db7355d977d00f02d895d6b11c00cca8637dd7a8a8fcd383d2b37404b41cfc13fe1c44824448feaa6f973b57a145248d07dd9647a145700acd5c8ee38317bc +>>>>>>> epel7