Igor Gnatenko bd13b6b
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 1.1.9}
Michal Luscon 4606342
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
Michal Luscon 838ba89
%global hawkey_version 0.6.1
Ales Kozumplik a3c35fb
Igor Gnatenko bd13b6b
%if 0%{?rhel} && 0%{?rhel} <= 7
Igor Gnatenko bd13b6b
%bcond_with python3
Igor Gnatenko bd13b6b
%else
Igor Gnatenko bd13b6b
%bcond_without python3
Igor Gnatenko bd13b6b
%endif
Igor Gnatenko bd13b6b
Igor Gnatenko bd13b6b
Name:           dnf-plugins-core
Igor Gnatenko bd13b6b
Version:        0.1.21
Igor Gnatenko bd13b6b
Release:        1%{?dist}
Igor Gnatenko bd13b6b
Summary:        Core Plugins for DNF
Igor Gnatenko bd13b6b
License:        GPLv2+
Igor Gnatenko bd13b6b
URL:            https://github.com/rpm-software-management/dnf-plugins-core
Igor Gnatenko bd13b6b
Source0:        %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
Igor Gnatenko bd13b6b
BuildArch:      noarch
Jan Silhan f6fb6a6
BuildRequires:  cmake
Jan Silhan f6fb6a6
BuildRequires:  gettext
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
Requires:       python3-%{name} = %{version}-%{release}
Jan Silhan 709cd41
%else
Igor Gnatenko bd13b6b
Requires:       python2-%{name} = %{version}-%{release}
Jan Silhan ceec256
%endif
Igor Gnatenko bd13b6b
Provides:       dnf-command(builddep)
Igor Gnatenko bd13b6b
Provides:       dnf-command(config-manager)
Igor Gnatenko bd13b6b
Provides:       dnf-command(copr)
Igor Gnatenko bd13b6b
Provides:       dnf-command(debuginfo-install)
Igor Gnatenko bd13b6b
Provides:       dnf-command(download)
Igor Gnatenko bd13b6b
Provides:       dnf-command(repoquery)
Igor Gnatenko bd13b6b
Provides:       dnf-command(reposync)
Igor Gnatenko bd13b6b
Ales Kozumplik a3c35fb
%description
Michal Luscon 31c1581
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
Jan Silhan f6fb6a6
copr, debuginfo-install, download, needs-restarting, repoquery and
Jan Silhan 709cd41
reposync commands. Additionally provides generate_completion_cache, noroot and
Jan Silhan 709cd41
protected_packages passive plugins.
Jan Silhan 709cd41
Igor Gnatenko bd13b6b
%package -n python2-%{name}
Igor Gnatenko bd13b6b
Summary:        Core Plugins for DNF
Igor Gnatenko bd13b6b
%{?python_provide:%python_provide python2-%{name}}
Michal Luscon b679f89
BuildRequires:  python2-dnf >= %{dnf_lowest_compatible}
Michal Luscon b679f89
BuildRequires:  python2-dnf < %{dnf_not_compatible}
Igor Gnatenko bd13b6b
%if 0%{?rhel} && 0%{?rhel} <= 7
Jan Silhan 709cd41
BuildRequires:  python-nose
6faec96
%else
Igor Gnatenko bd13b6b
BuildRequires:  python2-nose
6faec96
%endif
Igor Gnatenko bd13b6b
BuildRequires:  python-sphinx
Igor Gnatenko bd13b6b
BuildRequires:  python2-devel
Igor Gnatenko bd13b6b
Requires:       python2-dnf >= %{dnf_lowest_compatible}
Igor Gnatenko bd13b6b
Requires:       python2-dnf < %{dnf_not_compatible}
Igor Gnatenko bd13b6b
Requires:       python-hawkey >= %{hawkey_version}
Igor Gnatenko bd13b6b
Conflicts:      %{name} <= 0.1.5
Michal Luscon 31c1581
# let the both python plugin versions be updated simultaneously
Igor Gnatenko bd13b6b
Conflicts:      python3-%{name} < %{version}-%{release}
Igor Gnatenko bd13b6b
Igor Gnatenko bd13b6b
%description -n python2-%{name}
Michal Luscon 31c1581
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr,
Jan Silhan ffd7eae
config-manager, debuginfo-install, download, needs-restarting, repoquery and
Jan Silhan ad17c54
reposync commands. Additionally provides generate_completion_cache, noroot and
Jan Silhan ad17c54
protected_packages passive plugins.
Ales Kozumplik a3c35fb
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
%package -n python3-%{name}
Jan Silhan 709cd41
Summary:    Core Plugins for DNF
Igor Gnatenko bd13b6b
%{?python_provide:%python_provide python3-%{name}}
Jan Silhan 709cd41
BuildRequires:  python3-devel
Michal Luscon 4606342
BuildRequires:  python3-dnf >= %{dnf_lowest_compatible}
Michal Luscon 4606342
BuildRequires:  python3-dnf < %{dnf_not_compatible}
Jan Silhan 709cd41
BuildRequires:  python3-nose
Jan Silhan 709cd41
BuildRequires:  python3-sphinx
Igor Gnatenko bd13b6b
Requires:       python3-dnf >= %{dnf_lowest_compatible}
Igor Gnatenko bd13b6b
Requires:       python3-dnf < %{dnf_not_compatible}
Igor Gnatenko bd13b6b
Requires:       python3-hawkey >= %{hawkey_version}
Igor Gnatenko bd13b6b
Conflicts:      %{name} <= 0.1.5
Michal Luscon 31c1581
# let the both python plugin versions be updated simultaneously
Igor Gnatenko bd13b6b
Conflicts:      python2-%{name} < %{version}-%{release}
Igor Gnatenko bd13b6b
Igor Gnatenko bd13b6b
%description -n python3-%{name}
Michal Luscon 31c1581
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, copr,
Jan Silhan f6fb6a6
config-manager, debuginfo-install, download, needs-restarting, repoquery and
Jan Silhan ad17c54
reposync commands. Additionally provides generate_completion_cache, noroot and
Jan Silhan ad17c54
protected_packages passive plugins.
Igor Gnatenko bd13b6b
%endif
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
%prep
Igor Gnatenko bd13b6b
%autosetup
Igor Gnatenko bd13b6b
mkdir build-py2
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
mkdir build-py3
Igor Gnatenko bd13b6b
%endif
Ales Kozumplik 1a058b2
Ales Kozumplik 1a058b2
%build
Igor Gnatenko bd13b6b
pushd build-py2
Igor Gnatenko bd13b6b
  %cmake ../
Igor Gnatenko bd13b6b
  %make_build
Igor Gnatenko bd13b6b
  make doc-man
Igor Gnatenko bd13b6b
popd
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
pushd build-py3
Igor Gnatenko bd13b6b
  %cmake ../ -DPYTHON_DESIRED:str=3
Igor Gnatenko bd13b6b
  %make_build
Igor Gnatenko bd13b6b
  make doc-man
Ales Kozumplik 1a058b2
popd
Igor Gnatenko bd13b6b
%endif
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
%install
Igor Gnatenko bd13b6b
pushd build-py2
Igor Gnatenko bd13b6b
  %make_install
Ales Kozumplik 1a058b2
popd
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
pushd build-py3
Igor Gnatenko bd13b6b
  %make_install
Igor Gnatenko bd13b6b
popd
Igor Gnatenko bd13b6b
%endif
Igor Gnatenko bd13b6b
%find_lang %{name}
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
%check
Igor Gnatenko bd13b6b
PYTHONPATH=./plugins nosetests-%{python2_version} -s tests/
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
Igor Gnatenko bd13b6b
%endif
Ales Kozumplik a3c35fb
Jan Silhan bc9c16b
%files
Jan Silhan bc9c16b
%{_mandir}/man8/dnf.plugin.*
Jan Silhan bc9c16b
Igor Gnatenko bd13b6b
%files -n python2-%{name} -f %{name}.lang
Igor Gnatenko bd13b6b
%license COPYING
Igor Gnatenko bd13b6b
%doc AUTHORS README.rst
Ales Kozumplik 4f77411
%dir %{_sysconfdir}/dnf/protected.d
Jan Silhan ad17c54
%ghost %{_var}/cache/dnf/packages.db
Michal Luscon 7322a91
%config %{_sysconfdir}/dnf/plugins/*
Igor Gnatenko bd13b6b
%{python2_sitelib}/dnf-plugins/*
Igor Gnatenko bd13b6b
%{python2_sitelib}/dnfpluginscore/
Ales Kozumplik a3c35fb
Igor Gnatenko bd13b6b
%if %{with python3}
Igor Gnatenko bd13b6b
%files -n python3-%{name} -f %{name}.lang
Igor Gnatenko bd13b6b
%license COPYING
Igor Gnatenko bd13b6b
%doc AUTHORS README.rst
Ales Kozumplik 4f77411
%dir %{_sysconfdir}/dnf/protected.d
Jan Silhan ad17c54
%ghost %{_var}/cache/dnf/packages.db
Michal Luscon 7322a91
%config %{_sysconfdir}/dnf/plugins/*
Jan Silhan acd4a87
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/
Jan Silhan ceec256
%exclude %{python3_sitelib}/dnf-plugins/kickstart.py
Ales Kozumplik 1a058b2
%{python3_sitelib}/dnf-plugins/*
Jan Silhan acd4a87
%{python3_sitelib}/dnf-plugins/__pycache__/*
Ales Kozumplik 1a058b2
%{python3_sitelib}/dnfpluginscore/
Igor Gnatenko bd13b6b
%endif
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
%changelog
Igor Gnatenko bd13b6b
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-1
Igor Gnatenko bd13b6b
- doc: release notes 0.1.21 (Igor Gnatenko)
Igor Gnatenko bd13b6b
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
Igor Gnatenko bd13b6b
- spec: improve python packaging according to new guidelines & compat with EL7
Igor Gnatenko bd13b6b
  (Igor Gnatenko)
Igor Gnatenko bd13b6b
- tests/support: set priority and cost in RepoStub (Igor Gnatenko)
Igor Gnatenko bd13b6b
- repoquery: sourcerpm does not contain epoch (RhBug:1335959) (Michael Mraka)
Igor Gnatenko bd13b6b
- enforce-api: use api method transaction (Michal Luscon)
Igor Gnatenko bd13b6b
- enforce-api: apply changes from Base class (Michal Luscon)
Igor Gnatenko bd13b6b
- copr: Read the %%distro_arch macro to determine Mageia chroot arch (Neal
Igor Gnatenko bd13b6b
  Gompa (ニール・ゴンパ))
Igor Gnatenko bd13b6b
- copr: Remove unnecessary function calls/options and simplify conditional
Igor Gnatenko bd13b6b
  (Neal Gompa (ニール・ゴンパ))
Igor Gnatenko bd13b6b
- copr: Add Mageia chroot selection support (Neal Gompa (ニール・ゴンパ))
Igor Gnatenko bd13b6b
- copr: Simplify and fix up reading copr chroot config override (Neal Gompa
Igor Gnatenko bd13b6b
  (ニール・ゴンパ))
Igor Gnatenko bd13b6b
- zanata update (Jan Silhan)
Igor Gnatenko bd13b6b
- Add link for other project documentation pages (Jaroslav Mracek)
Igor Gnatenko bd13b6b
- autoglob feature has been moved to filter() (RhBug:1279538) (Michael Mraka)
Igor Gnatenko bd13b6b
- support globs in --what<weak_dep> (RhBug:1303311) (Michael Mraka)
Igor Gnatenko bd13b6b
- repoquery: fix typo (there -> that, and plural form) (Luigi Toscano)
Igor Gnatenko bd13b6b
- copr: fix string - singular is required (Luigi Toscano)
Igor Gnatenko bd13b6b
- doc: release notes updated to vallid plugins version (Jan Šilhan)
Igor Gnatenko bd13b6b
Igor Gnatenko 25afd14
* Tue Apr 05 2016 Michal Luscon <mluscon@redhat.com> 0.1.20-1
Igor Gnatenko 25afd14
- doc: release notes 0.1.20 (Igor Gnatenko)
Igor Gnatenko 25afd14
- copr: Properly detect reposdir and add chroot override capability (Neal Gompa
Igor Gnatenko 25afd14
  (ニール・ゴンパ))
Igor Gnatenko 25afd14
- config_manager: Use new API in dnfpluginscore.lib for determining reposdir
Igor Gnatenko 25afd14
  (Neal Gompa (ニール・ゴンパ))
Igor Gnatenko 25afd14
- dnfpluginscore.lib: Add get_reposdir() API function (Neal Gompa (ニール・ゴンパ))
Igor Gnatenko 25afd14
- Fix typo (Eduardo Mayorga Téllez)
Igor Gnatenko 25afd14
6faec96
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.19-1
6faec96
- spec: correct requires on F22 + EPEL (Miroslav Suchý)
6faec96
87edb18
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.18-1
87edb18
- Add myself as contributor in AUTHORS (Neal Gompa (ニール・ゴンパ))
87edb18
- copr: copr.fedoraproject.org -> copr.fedorainfracloud.org (Neal Gompa
87edb18
  (ニール・ゴンパ))
87edb18
- copr: fix traceback when trying to enable non-existing project (RhBug:
87edb18
  1304615) (Jakub Kadlčík)
87edb18
- README: mention translation fixes should be made on Zanata (Jan Šilhan)
87edb18
Michal Luscon 7322a91
* Thu Feb 25 2016 Michal Luscon <mluscon@redhat.com> 0.1.17-1
Michal Luscon 7322a91
- enable debuginfo repos if autoupdate is on (RhBug:1024701) (Michael Mraka)
Michal Luscon 7322a91
- fixed string suffix removal (Michael Mraka)
Michal Luscon 7322a91
- install latest debuginfo by default (Michael Mraka)
Michal Luscon 7322a91
- Enable strings for translation (RhBug:1302214) (Parag Nemade)
Jan Silhan 791534c
Jan Silhan 5aeab5b
* Mon Jan 25 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-1
Jan Silhan 5aeab5b
- zanata update (Jan Silhan)
Jan Silhan 5aeab5b
- AUTHORS: updated (Jan Silhan)
Jan Silhan 5aeab5b
- run noroot in non cli mode (RhBug:1297511) (Jan Silhan)
Jan Silhan 5aeab5b
- Sanitize repos containing a tilde in the URL (François RIGAULT)
Jan Silhan 5aeab5b
- contributor added (clime)
Jan Silhan 5aeab5b
- latest-limit option moved to base set of options making it compatible with
Jan Silhan 5aeab5b
  --queryformat and other output formatters (RhBug: 1292475) (clime)
Jan Silhan 5aeab5b
- builddep: do not download source package (Jeff Smith)
Jan Silhan 5aeab5b
- repoquery: keep --autoremove as secret option (Jan Silhan)
Jan Silhan 5aeab5b
- cosmetic: repoquery: remove unused imports (Jan Silhan)
Jan Silhan 5aeab5b
- doc: repoquery: --recent (Jan Silhan)
Jan Silhan 5aeab5b
- doc: renamed autoremove to unneeded and extended docs (Jan Silhan)
Jan Silhan 5aeab5b
Michal Luscon 31c1581
* Fri Dec 18 2015 Michal Luscon <mluscon@redhat.com> 0.1.15-1
Michal Luscon 31c1581
- Make it possible to specify the source package name as parameter in stub
Michal Luscon 31c1581
  constructor. (Alexander Todorov)
Michal Luscon 31c1581
- Add --debuginfo to download (Alexander Todorov)
Michal Luscon 31c1581
- resolve local RPMs when downloading. useful with --source (Alexander Todorov)
Michal Luscon 31c1581
- spec: ensure python*-dnf-plugins-core versions are the same (RhBug:1283448)
Michal Luscon 31c1581
  (Jan Silhan)
Michal Luscon 31c1581
- reimplemented config file writing (RhBug:1253237) (Michael Mraka)
Michal Luscon 31c1581
Michal Luscon 41de70a
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 0.1.14-1
Michal Luscon 41de70a
- zanata update (Jan Silhan)
Michal Luscon 41de70a
- repoquery: do not require loading metadata when we want to query system only
Michal Luscon 41de70a
  (Jan Silhan)
Michal Luscon 41de70a
- repoquery: fix unicode tracebacks (Michal Luscon)
Michal Luscon 41de70a
- repoquery: use new methods recent, extras, unneeded (Michal Luscon)
Michal Luscon 41de70a
- repoquery: use new api methods duplicated and latest (RhBug:1231572) (Michal
Michal Luscon 41de70a
  Luscon)
Michal Luscon 41de70a
- Exit with non-zero status if strict and package not found (alde)
Michal Luscon 41de70a
- Fix cmdline conversion to unicode (RhBug:1265210) (Michal Domonkos)
Michal Luscon 41de70a
- Remove extra 'l' in test class name (Alexander Todorov)
Michal Luscon 41de70a
- copr: PEP formating (Miroslav Suchý)
Michal Luscon 41de70a
- copr: allow to use staging instance of Copr for testing (Miroslav Suchý)
Michal Luscon 41de70a
- do not use @ in repoid (RhBug:1280416) (Miroslav Suchý)
Michal Luscon 41de70a
- reverts unintentional releaser from e035152 (Jan Silhan)
Michal Luscon 41de70a
- don't look for builddeps on source packages (RhBug:1272936) (Michael Mraka)
Michal Luscon 41de70a
- Fix hawkey version constraint (Neal Gompa (ニール・ゴンパ))
637213f
Jan Silhan ffd7eae
* Wed Oct 14 2015 Jan Silhan <jsilhan@redhat.com> 0.1.13-1
Jan Silhan ffd7eae
- updated: release notes for 0.1.13 (Jan Silhan)
Jan Silhan ffd7eae
- Remove kickstart plugin from core plugins (Neal Gompa
Jan Silhan ffd7eae
  (ニール・ゴンパ))
Jan Silhan ffd7eae
- read file as utf-8 in Py3 (RhBug:1267808) (Miroslav Suchý)
Jan Silhan ffd7eae
- playground: check if repo actually exists for our version of OS (Miroslav
Jan Silhan ffd7eae
  Suchý)
Jan Silhan ffd7eae
- add Catalan (Robert Antoni Buj Gelonch)
Jan Silhan ffd7eae
- repoquery: Fix UnicodeEncodeError with --info (RhBug:1264125) (Jaroslav
Jan Silhan ffd7eae
  Mracek)
Jan Silhan ffd7eae
- lookup builddeps in source package for given package name (RhBug:1265622)
Jan Silhan ffd7eae
  (Michael Mraka)
Jan Silhan ffd7eae
- functions moved to library (Michael Mraka)
Jan Silhan ffd7eae
- functions to return name of source and debuginfo package (Michael Mraka)
Jan Silhan ffd7eae
- try <name>-debuginfo first then <srcname>-debuginfo (RhBug:1159614) (Michael
Jan Silhan ffd7eae
  Mraka)
Jan Silhan ffd7eae
- Automatic commit of package [dnf-plugins-core] release [0.1.12-2]. (Michal
Jan Silhan ffd7eae
  Luscon)
Jan Silhan ffd7eae
- doc: release notes 0.1.12 (Michal Luscon)
Michal Luscon 827b9ab
Michal Luscon b679f89
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-2
Michal Luscon b679f89
- add python2-dnf requirements
Michal Luscon b679f89
Michal Luscon 838ba89
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-1
Michal Luscon 838ba89
- repoquery: add globbing support to whatrequires/whatprovides.
Michal Luscon 838ba89
  (RhBug:1249073) (Valentina Mukhamedzhanova)
Michal Luscon 838ba89
- needs_restarting: Rewrite a warning message (Wieland Hoffmann)
Michal Luscon 838ba89
- Remove extra quotation mark in comment (Alexander Todorov)
Michal Luscon 838ba89
Michal Luscon d8d6f8a
* Tue Sep 01 2015 Michal Luscon <mluscon@redhat.com> 0.1.11-1
Michal Luscon d8d6f8a
- dnf donwload checks for duplicate packages (rhBug:1250114) (Adam Salih)
Michal Luscon d8d6f8a
- Extend repoquery --arch option. You can now pass multiple archs separated by
Michal Luscon d8d6f8a
  commas (RhBug:1186381) (Adam Salih)
Michal Luscon d8d6f8a
- download plugin now prints not valid packages (RhBug:1225784) (Adam Salih)
Michal Luscon d8d6f8a
- correct typo (Adam Salih)
Michal Luscon d8d6f8a
- dnf now accepts more than one key (RhBug:1233728) (Adam Salih)
Michal Luscon d8d6f8a
- description should be print unwrapped (Adam Salih)
Michal Luscon d8d6f8a
- alternative to pkgnarrow (RhBug:1199601) (Adam Salih)
Michal Luscon d8d6f8a
- sort output alphabetically, tree accepts switches --enhances --suggests
Michal Luscon d8d6f8a
  --provides --suplements --recommends (RhBug:1156778) (Adam Salih)
Michal Luscon d8d6f8a
Jan Silhan 6228ed7
* Mon Aug 10 2015 Jan Silhan <jsilhan@redhat.com> 0.1.10-1
Jan Silhan 6228ed7
- generate_completion_cache: use list for each insert (fixes regression
Jan Silhan 6228ed7
  introduced in e020c96) (Igor Gnatenko)
Jan Silhan 6228ed7
- generate_completion_cache: store NEVRA insted of NA (RhBug:1226663) (Igor
Jan Silhan 6228ed7
  Gnatenko)
Jan Silhan 6228ed7
- repoquery: weak deps queries (RhBug:1184930) (Michal Luscon)
Jan Silhan 6228ed7
- builddep requires an argument (Michael Mraka)
Jan Silhan 6228ed7
- disable c++ checks in rpmbuild (Michael Mraka)
Jan Silhan 6228ed7
- path may contain unicode (RhBug:1234099) (Michael Mraka)
Jan Silhan 6228ed7
- fail if no package match (RhBug:1241126) (Michael Mraka)
Jan Silhan 6228ed7
- make --spec and --srpm mutually exclusive (Michael Mraka)
Jan Silhan 6228ed7
- handle error message in python3 (RhBug:1218299) (Michael Mraka)
Jan Silhan 6228ed7
- options to recognize spec/srpm files (RhBug:1241135) (Michael Mraka)
Jan Silhan 6228ed7
- copr: set chmod to rw-r--r-- on repo files (Miroslav Suchý)
Jan Silhan 6228ed7
- [copr] refactor duplicated lines (Jakub Kadlčík)
Jan Silhan 6228ed7
- [copr] allow utf-8 user input (RhBug:1244125) (Jakub Kadlčík)
Jan Silhan 6228ed7
- [copr] fix regression with handling `search` and `list` subcommands (Valentin
Jan Silhan 6228ed7
  Gologuzov)
Jan Silhan 6228ed7
- [copr] terminate execution when failed to parse project name (Valentin
Jan Silhan 6228ed7
  Gologuzov)
Jan Silhan 6228ed7
- [copr] unused import (Valentin Gologuzov)
Jan Silhan 6228ed7
- [copr] subcommand `disable` now only set `enabled=0`, repo file could be
Jan Silhan 6228ed7
  deleted by new subcommand `remove` (Valentin Gologuzov)
Jan Silhan 6228ed7
mluscon 1bb9278
* Wed Jun 24 2015 Michal Luscon <mluscon@redhat.com> 0.1.9-1
mluscon 1bb9278
- repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac)
mluscon 1bb9278
- create repo files readable by users (RhBug:1228693) (Michael Mraka)
mluscon 1bb9278
- copr: use librepo instead of python-request (Miroslav Suchý)
mluscon 1bb9278
- --tree now works with --conflicts --obsoletes --requires and --whatrequires
mluscon 1bb9278
  (RhBug:1128424) (RhBug:1186689) (Adam Salih)
mluscon 1bb9278
- url for copr repos changed (RhBug:1227190) (Miroslav Suchý)
mluscon 1bb9278
- repoquery: fixed conflicts package format (Adam Salih)
mluscon 1bb9278
- document that globs can be used in dnf config-manager (Michael Mraka)
mluscon 1bb9278
mluscon 1bb9278
77a0bcf
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-2
77a0bcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
77a0bcf
Michal Luscon 67e6628
* Wed May 06 2015 Michal Luscon <mluscon@redhat.com> 0.1.8-1
Michal Luscon 67e6628
- spec: fix an upgrade path from dnf-plugins-core <= 0.1.5 (Radek Holy)
Michal Luscon 67e6628
Michal Luscon 4606342
* Thu Apr 30 2015 Michal Luscon <mluscon@redhat.com> 0.1.7-1
Michal Luscon 4606342
- doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon)
Michal Luscon 4606342
- spec: fix Conflicts of the new plugins (Radek Holy)
Michal Luscon 4606342
- spec: allow DNF 1.x.x (Radek Holy)
Michal Luscon 4606342
- AUTHORS: filled in missing email address (Jan Silhan)
Michal Luscon 4606342
- download: enabling source repos when desired only (Jan Silhan)
Michal Luscon 4606342
- download: using enable_source_repos from lib (Jan Silhan)
Michal Luscon 4606342
- lib: inform user when enabling disabled repo (Jan Silhan)
Michal Luscon 4606342
- AUTHORS: made 2 categories (Jan Silhan)
Michal Luscon 4606342
- fixed typos and missing demand (Michael Mraka)
Michal Luscon 4606342
- changed warning paragraph (Michael Mraka)
Michal Luscon 4606342
- AUTHORS: updated (Jan Silhan)
Michal Luscon 4606342
- debuginfo-install: don't consider src packages as candidates for installation
Michal Luscon 4606342
  (RhBug:1215154) (Lubomir Rintel)
Michal Luscon 4606342
- documentation warning about build deps in srpm (Michael Mraka)
Michal Luscon 4606342
- fixed builddep tests (Michael Mraka)
Michal Luscon 4606342
- builddep: enable source repos only when needed (Michael Mraka)
Michal Luscon 4606342
- fixed builldep documentation (Michael Mraka)
Michal Luscon 4606342
- mark appropriate dnfpluginscore.lib as API (Michael Mraka)
Michal Luscon 4606342
- fixed builddep configure test (Michael Mraka)
Michal Luscon 4606342
- moved enable_{source|debug}_repos() to dnfpluginscore.lib (Michael Mraka)
Michal Luscon 4606342
- builddep: add feature to get builddeps from remote packages (RhBug:1074585)
Michal Luscon 4606342
  (Igor Gnatenko)
Michal Luscon 4606342
- doc: repoquery: doesn't print 'No match for argument:...' garbage (Jan
Michal Luscon 4606342
  Silhan)
Michal Luscon 4606342
- updated repoquery documentation (Michael Mraka)
Michal Luscon 4606342
- implemented repoquery --latest-limit (Michael Mraka)
Michal Luscon 4606342
- implemented repoquery --unsatisfied (Michael Mraka)
Michal Luscon 4606342
- builddep: Support defining macros for parsing spec files (David Michael)
Michal Luscon 4606342
- removed redundant argument (Michael Mraka)
Michal Luscon 4606342
- doc: update repoquery docs with --resolve (Tim Lauridsen)
Michal Luscon 4606342
- repoquery: add --resolve option (RhBug:1156487) (Tim Lauridsen)
Michal Luscon 4606342
- spec: dnf version upper boundaries (Jan Silhan)
Michal Luscon 4606342
- spec: added plugin command provides (Related:RhBug:1208773) (Jan Silhan)
Michal Luscon 4606342
- make --repo cumulative (Michael Mraka)
Michal Luscon 4606342
- rename --repoid to --repo (Michael Mraka)
Michal Luscon 4606342
- don't delete local repo packages after download (RhBug:1186948) (Michael
Michal Luscon 4606342
  Mraka)
Michal Luscon 4606342
- doc: replaced last references pointing to akozumpl (Jan Silhan)
Michal Luscon 4606342
Michal Luscon 1c45a01
* Wed Apr 08 2015 Michal Luscon <mluscon@redhat.com> 0.1.6-3
Michal Luscon 1c45a01
- doc: release notes 0.1.6 (Michal Luscon)
Michal Luscon 1c45a01
- initialize to use tito (Michal Luscon)
Michal Luscon 1c45a01
- prepare repo for tito build system (Michal Luscon)
Michal Luscon 1c45a01
- migrate raw_input() to Python3 (RhBug:1208399) (Miroslav Suchý)
Michal Luscon 1c45a01
- require dnf 0.6.5+ which contains duplicated/installonly queries (Michael Mraka)
Michal Luscon 1c45a01
- implemented --duplicated and --installonly (Michael Mraka)
Michal Luscon 1c45a01
- create --destdir if not exist (Michael Mraka)
Michal Luscon 1c45a01
- repoquery: Added -s/--source switch, test case and documentation for querying source rpm name (Parag Nemade)
Michal Luscon 1c45a01
- repoquery: Added documentation and test case for file switch (Parag Nemade)
Michal Luscon 1c45a01
- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan)
Michal Luscon 1c45a01
- debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek)
Michal Luscon 1c45a01
- spec: added empty %files directive to generate rpm (Jan Silhan)
Michal Luscon 1c45a01
- spec: adapt to pykickstart f23 package split (Jan Silhan)
Michal Luscon 1c45a01
- spec: requires >= dnf version not = (Jan Silhan)
Michal Luscon 1c45a01
- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)
Michal Luscon 1c45a01
- use dnfpluginscore.lib.urlopen() (RhBug:1193047) (Miroslav Suchý)
Michal Luscon 1c45a01
- implemented functionality of yum-config-manager (Michael Mraka)
Michal Luscon 1c45a01
- repoquery: Added --file switch to show who owns the given file (RhBug:1196952) (Parag Nemade)
Michal Luscon 1c45a01
- debuginfo-install: accept packages names specified as NEVRA (RhBug:1171046) (Petr Spacek)
Michal Luscon 1c45a01
- repoquery: accept package names specified as NEVRA (RhBug:1179366) (Petr Spacek)
Michal Luscon 1c45a01
- download: fix typo in 'No source rpm definded' (Petr Spacek)
Michal Luscon 1c45a01
- download: accept package names ending with .src too (Petr Spacek)
Michal Luscon 1c45a01
- download: Do not disable user-enabled repos (thanks Spacekpe) (Jan Silhan)
Michal Luscon 1c45a01
- Add README to tests/ directory (Petr Spacek)
Michal Luscon 1c45a01
- AUTHORS: updated (Jan Silhan)
Michal Luscon 1c45a01
- download: fix package download on Python 3 (Petr Spacek)
cd03065
Jan Silhan bc9c16b
* Tue Mar 10 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-2
Jan Silhan bc9c16b
- man pages moved into dnf-plugins-core subpackage
Jan Silhan bc9c16b
Jan Silhan f6fb6a6
* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-1
Jan Silhan 6bd836b
- fixed python(3)-dnf dependency in f23
Jan Silhan 6bd836b
Jan Silhan acd4a87
* Thu Feb 5 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.5-1
Jan Silhan acd4a87
- updated package url (Michael Mraka)
Jan Silhan acd4a87
- also dnf_version could be specified on rpmbuild commandline (Michael Mraka)
Jan Silhan acd4a87
- simple script to build test package (Michael Mraka)
Jan Silhan acd4a87
- let gitrev be specified on rpmbuild commandline (Michael Mraka)
Jan Silhan acd4a87
- assign default GITREV value (Michael Mraka)
Jan Silhan acd4a87
- standard way to find out latest commit (Michael Mraka)
Jan Silhan acd4a87
- debuginfo-install: fix handling of subpackages with non-zero epoch (Petr Spacek)
Jan Silhan acd4a87
- debuginfo-install: Make laywers happier by assigning copyright to Red Hat (Petr Spacek)
Jan Silhan acd4a87
- debuginfo-install: remove dead code uncovered by variable renaming (Petr Spacek)
Jan Silhan acd4a87
- debuginfo-install: clearly separate source and debug package names (Petr Spacek)
Jan Silhan acd4a87
- debuginfo-install: use descriptive parameter name in _is_available() (Petr Spacek)
Jan Silhan acd4a87
- repoquery: add -l option to list files contained in the package (Petr Spacek)
Jan Silhan acd4a87
- 1187773 - replace undefined variable (Miroslav Suchý)
Jan Silhan acd4a87
- download: fixed unicode location error (RhBug:1178239) (Jan Silhan)
Jan Silhan acd4a87
- builddep recognizes nosrc.rpm pkgs (RhBug:1166126) (Jan Silhan)
Jan Silhan acd4a87
- builddep: added nosignatures flag to rpm transaction set (Jan Silhan)
Jan Silhan acd4a87
- builddep: more verbose output of non-matching packages (RhBug:1155211) (Jan Silhan)
Jan Silhan acd4a87
- package: archive script is the same as in dnf (Jan Silhan)
Jan Silhan acd4a87
- spec: exclude __pycache__ dir (Igor Gnatenko)
Jan Silhan acd4a87
Jan Silhan ad17c54
* Fri Dec 5 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.4-1
Jan Silhan ad17c54
- revert of commit 80ae3f4 (Jan Silhan)
Jan Silhan ad17c54
- transifex update (Jan Silhan)
Jan Silhan ad17c54
- spec: binded to current dnf version (Jan Silhan)
Jan Silhan ad17c54
- generate_completion_cache: use sqlite instead of text files (Igor Gnatenko)
Jan Silhan ad17c54
- logging: renamed log file (Related:RhBug:1074715) (Jan Silhan)
Jan Silhan ad17c54
- Add reposync. (RhBug:1139738) (Ales Kozumplik)
Jan Silhan ad17c54
- download: fix traceback if rpm package has no defined sourcerpm (RhBug: 1144003) (Tim Lauridsen)
Jan Silhan ad17c54
- lint: ignore warnings of a test accessing protected attribute. (Ales Kozumplik)
Jan Silhan ad17c54
- repoquery lint: logger is not used. (Ales Kozumplik)
Jan Silhan ad17c54
- repoquery: support querying of weak deps. (Ales Kozumplik)
Jan Silhan ad17c54
- needs_restarting: fix typo (Miroslav Suchý)
Jan Silhan ad17c54
- copr: migrate copr plugin form urlgrabber to python-request (Miroslav Suchý)
Jan Silhan ad17c54
- Add needs-restarting command. (Ales Kozumplik)
Jan Silhan ad17c54
Jan Silhan a889498
* Thu Sep 4 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.3-1
Jan Silhan a889498
- repoquery: output times in UTC. (Ales Kozumplik)
Jan Silhan a889498
- repoquery: missing help messages. (Ales Kozumplik)
Jan Silhan a889498
- repoquery: add --info. (RhBug:1135984) (Ales Kozumplik)
Jan Silhan a889498
- add Jan to AUTHORS. (Ales Kozumplik)
Jan Silhan a889498
- spec: extended package description with plugin names and commands (Related:RhBug:1132335) (Jan Silhan)
Jan Silhan a889498
- copr: check for 'ok' in 'output' for json data (RhBug:1134378) (Igor Gnatenko)
Jan Silhan a889498
- README: changed references to new repo location (Jan Silhan)
Jan Silhan a889498
- transifex update (Jan Silhan)
Jan Silhan a889498
- copr: convert key to unicode before guessing lenght (Miroslav Suchý)
Jan Silhan a889498
- Add pnemade to AUTHORS (Ales Kozumplik)
Jan Silhan a889498
- debuginfo-install: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
Jan Silhan a889498
- copr: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
Jan Silhan a889498
- copr: implement help command (Igor Gnatenko)
Jan Silhan a889498
- debuginfo-install: fix indenting (Igor Gnatenko)
Jan Silhan a889498
- debuginfo-install: use srpm basename for debuginfo (Igor Gnatenko)
Jan Silhan a889498
Ales Kozumplik 680f1c8
* Mon Jul 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.2-1
Ales Kozumplik 680f1c8
- BashCompletionCache: error strings are unicoded (RhBug:1118809) (Jan Silhan)
Ales Kozumplik 680f1c8
- transifex update (Jan Silhan)
Ales Kozumplik 680f1c8
- debuginfo-install: remove some pylint warnings (Igor Gnatenko)
Ales Kozumplik 680f1c8
- debuginfo-install: fix installing when installed version not found in repos, optimize performance (RhBug: 1108321) (Ig
Ales Kozumplik 680f1c8
- fix: copr plugin message for repo without builds (RhBug:1116389) (Adam Samalik)
Ales Kozumplik 680f1c8
- logging: remove messages about initialization. (Ales Kozumplik)
Ales Kozumplik 680f1c8
Ales Kozumplik e40c302
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-2
Ales Kozumplik e40c302
- packaging: add protected_packages.py to the package. (Ales Kozumplik)
Ales Kozumplik e40c302
Ales Kozumplik 4f77411
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-1
Ales Kozumplik 4f77411
- protected_packages: prevent removal of the running kernel. (RhBug:1049310) (Ales Kozumplik)
Ales Kozumplik 4f77411
- packaging: create and own /etc/dnf/protected.d. (Ales Kozumplik)
Ales Kozumplik 4f77411
- doc: add documentation for protected_packages. (Ales Kozumplik)
Ales Kozumplik 4f77411
- doc: rename: generate-completion-cache -> generate_completion_cache. (Ales Kozumplik)
Ales Kozumplik 4f77411
- add protected_packages (RhBug:1111855) (Ales Kozumplik)
Ales Kozumplik 4f77411
- build: add python-requests to requires (RHBZ: 1104088) (Miroslav Suchý)
Ales Kozumplik 4f77411
- doc: typo: fix double 'plugin' in release notes. (Ales Kozumplik)
Ales Kozumplik 9801d03
Ales Kozumplik 69c54a3
* Wed Jun 4 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-1
Ales Kozumplik 69c54a3
- pylint: fix all pylint builddep problems. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- builddep: better error reporting on deps that actually don't exist. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- builddep: load available repos. (RhBug:1103906) (Ales Kozumplik)
Ales Kozumplik 69c54a3
- tests: stop argparse from printing to stdout when tests run. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- packaging: all the manual pages with a glob. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- fix: packaging problem with query.py. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- doc: add reference documentation for repoquery. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- repoquery: support --provides, --requires etc. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- repoquery: make the CLI more compatible with Yum's repoquery. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- repoquery: some cleanups in the plugin and the tests. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- rename: query->repoquery. (RhBug:1045078) (Ales Kozumplik)
Ales Kozumplik 69c54a3
- add pylint script for dnf-core-plugins. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- tests: repoquery: fix unit tests. (Ales Kozumplik)
Ales Kozumplik 69c54a3
- add query tool (Tim Lauridsen)
Ales Kozumplik 69c54a3
Ales Kozumplik 2f507d9
* Wed May 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.8-1
Ales Kozumplik 2f507d9
- build: add sphinx to build requires. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- doc: packaging: add license block to each .rst. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- tests: stray print() in test_download.py. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- doc: put each synopsis on new line (Miroslav Suchý)
Ales Kozumplik 2f507d9
- doc: cosmetic: project name in the documentation. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- doc: cleanups, form, style. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- doc: add documentation and man pages (Tim Lauridsen)
Ales Kozumplik 2f507d9
- copr: remove repofile if failed to enable repo (Igor Gnatenko)
Ales Kozumplik 2f507d9
- copr: honor -y and --assumeno (Miroslav Suchý)
Ales Kozumplik 2f507d9
- py3: absolute imports and unicode literals everywhere. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- debuginfo-install: doesn't install latest pkgs (RhBug: 1096507) (Igor Gnatenko)
Ales Kozumplik 2f507d9
- debuginfo-install: fix description (Igor Gnatenko)
Ales Kozumplik 2f507d9
- debuginfo-install: fix logger debug messages (Igor Gnatenko)
Ales Kozumplik 2f507d9
- build: install the download plugin (Tim Lauridsen)
Ales Kozumplik 2f507d9
- download: update the download plugin with --source, --destdir & --resolve options (Tim Lauridsen)
Ales Kozumplik 2f507d9
- Add a special ArgumentParser to parsing plugin cmd arguments and options (Tim Lauridsen)
Ales Kozumplik 2f507d9
- tests: add __init__.py to make tests a module and use abs imports (Tim Lauridsen)
Ales Kozumplik 2f507d9
- build: simplify plugins/CMakeLists.txt. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- dnf.cli.commands.err_mini_usage() changed name. (Ales Kozumplik)
Ales Kozumplik 2f507d9
- kickstart: do not include kickstart errors into own messages. (Radek Holy)
Ales Kozumplik 2f507d9
Ales Kozumplik 1a058b2
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1
Ales Kozumplik 58b9d67
- build: gettext is also needed as a buildreq (Tim Lauridsen)
Ales Kozumplik 58b9d67
- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp
Ales Kozumplik 1a058b2
- build: add cmake as buildreq (Tim Lauridsen)
Ales Kozumplik 1a058b2
- generate-completion-cache: fix shared lib name (Tim Lauridsen)
Ales Kozumplik 1a058b2
- make .spec use gitrev in the source file add helper script for building source archive (Tim Lauridsen)
Ales Kozumplik 1a058b2
- Added transifex config (Tim Lauridsen)
Ales Kozumplik 1a058b2
- tests: use cli logger in kickstart test (Tim Lauridsen)
Ales Kozumplik 1a058b2
- Added translation .pot file Added da translation files so we have something to build & install (Tim Lauridsen)
Ales Kozumplik 1a058b2
- Added CMake files Added CMake build to .spec & and added translation files handling (Tim Lauridsen)
Ales Kozumplik 1a058b2
- make plugins use shared lib added translation wrappers added missing usage & summary PEP8 fixes (Tim Lauridsen)
Ales Kozumplik 1a058b2
- added shared dnfpluginscore lib (Tim Lauridsen)
Ales Kozumplik 1a058b2
- copr: C:139, 0: Unnecessary parens after 'print' keyword (superfluous-parens) (Miroslav Suchý)
Ales Kozumplik 1a058b2
- copr: W: 23, 0: Unused import gettext (unused-import) (Miroslav Suchý)
Ales Kozumplik 1a058b2
- copr: C: 33, 0: No space allowed before : (Miroslav Suchý)
Ales Kozumplik 1a058b2
- copr: some python3 migration (Miroslav Suchý)
Ales Kozumplik 1a058b2
- copr: get rid of dnf i18n imports (Miroslav Suchý)
Ales Kozumplik 1a058b2
- remove dnf.yum.i18n imports. (Ales Kozumplik)
Ales Kozumplik 1a058b2
- copr: Fix the playground upgrade command. (Tadej Janež)
Ales Kozumplik 1a058b2
- copr: implement search function (Igor Gnatenko)
Ales Kozumplik 1a058b2
- better format output (Miroslav Suchý)
Ales Kozumplik 1a058b2
- implement playground plugin (Miroslav Suchý)
Ales Kozumplik 1a058b2
- move removing of repo into method (Miroslav Suchý)
Ales Kozumplik 1a058b2
- check root only for actions which really need root (Miroslav Suchý)
Ales Kozumplik 1a058b2
- move repo downloading into separate method (Miroslav Suchý)
Ales Kozumplik 1a058b2
- define copr url as class attribute (Miroslav Suchý)
Ales Kozumplik 1a058b2
- better wording of warning (Miroslav Suchý)
Ales Kozumplik 1a058b2
- move question to function argument (Miroslav Suchý)
Ales Kozumplik 1a058b2
- move guessing chroot into function (Miroslav Suchý)
Ales Kozumplik 1a058b2
- copr: use common lib use Command.usage & summary cleanup imports & PEP8 fixes (Tim Lauridsen)
Ales Kozumplik 1a058b2
- builddep: added usage & summary & fix some PEP8 issues (Tim Lauridsen)
Ales Kozumplik 1a058b2
- kickstart: use new public Command.usage & Command.summary api (Tim Lauridsen)
Ales Kozumplik 1a058b2
- fix resource leak in builddep.py. (Ales Kozumplik)
Ales Kozumplik 1a058b2
- refactor: command plugins use demands mechanism. (Ales Kozumplik)
Ales Kozumplik 1a058b2
- noroot: move to the new 'demands' mechanism to check the need of root. (Ales Kozumplik)
Ales Kozumplik 1a058b2
- tests: fix locale independence. (Radek Holy)
Ales Kozumplik 1a058b2
- [copr] correctly specify chroot when it should be guessed (Miroslav Suchý)
Ales Kozumplik 1a058b2
Ales Kozumplik 3e06afd
* Mon Mar 17 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.6-1
Ales Kozumplik 3e06afd
- clenaup: remove commented out code (Miroslav Suchý)
Ales Kozumplik 3e06afd
- copr: list: print description (Igor Gnatenko)
Ales Kozumplik 3e06afd
- builddep: rpm error messages sink. (Ales Kozumplik)
Ales Kozumplik 3e06afd
- builddep: improve error handling on an command argument (RhBug:1074436) (Ales Kozumplik)
Ales Kozumplik 3e06afd
- copr: handling case when no argument is passed on cli (Miroslav Suchý)
Ales Kozumplik 3e06afd
- copr: delete excess argument (Igor Gnatenko)
Ales Kozumplik 3e06afd
- add copr plugin (Miroslav Suchý)
Ales Kozumplik 3e06afd
- debuginfo-install: check for root with dnf api (Igor Gnatenko)
Ales Kozumplik 3e06afd
- packaging: fix bogus dates. (Ales Kozumplik)
Ales Kozumplik 3e06afd
Ales Kozumplik 3e06afd
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-2
Ales Kozumplik dee4f23
- packaging: add debuginfo-install.py (Ales Kozumplik)
Ales Kozumplik dee4f23
Ales Kozumplik 3e06afd
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
Ales Kozumplik 2e59dac
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
Ales Kozumplik 2e59dac
Radek Holy 1da2d7f
* Tue Feb 25 2014 Radek Holý <rholy@redhat.com> - 0.0.4-1
Radek Holy 1da2d7f
- refactor: use Base.install instead of installPkgs in kickstart plugin. (Radek Holy)
Radek Holy 1da2d7f
- refactor: move kickstart arguments parsing to standalone method. (Radek Holy)
Radek Holy 1da2d7f
- tests: test effects instead of mock calls. (Radek Holy)
Radek Holy 1da2d7f
- Add debuginfo-install plugin. (RhBug:1045770) (Igor Gnatenko)
Radek Holy 1da2d7f
- builddep: needs to be run under root. (RhBug:1065851) (Ales Kozumplik)
Radek Holy 1da2d7f
Ales Kozumplik dffacbe
* Thu Feb 6 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.3-1
Ales Kozumplik dffacbe
- tests: import mock through support so its simpler for the test cases. (Ales Kozumplik)
Ales Kozumplik dffacbe
- packaging: fix typos in the spec. (Ales Kozumplik)
Ales Kozumplik dffacbe
- [completion_cache] Cache installed packages, update the cache less frequently (Elad Alfassa)
Ales Kozumplik dffacbe
- Add bash completion to dnf (Elad Alfassa)
Ales Kozumplik dffacbe
- packaging: missing buildrequire (Ales Kozumplik)
Ales Kozumplik dffacbe
Ales Kozumplik a3c35fb
* Mon Jan 13 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.2-1
Ales Kozumplik a3c35fb
- First release.
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
* Wed Jan 8 2014 Cristian Ciupitu <cristian.ciupitu@yahoo.com> - 0.0.1-4
Ales Kozumplik a3c35fb
- Spec updates.
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
* Tue Jan 7 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.1-3
Ales Kozumplik a3c35fb
- Spec updates.
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
* Mon Jan 6 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.1-2
Ales Kozumplik a3c35fb
- Spec updates.
Ales Kozumplik a3c35fb
Ales Kozumplik a3c35fb
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
Ales Kozumplik a3c35fb
- The initial package version.