Jesse Keating 2c910bd
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
242caa6
%{!?python2_sitelib: %global python2_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
6d0a9af
%{!?__python2: %global __python2 %{__python}}
Jesse Keating 2c910bd
Jesse Keating 2c910bd
Name:           rpkg
327323f
Version:        1.56
Owen W. Taylor 05492ac
Release:        2%{?dist}
Jesse Keating 2c910bd
1754f98
Summary:        Python library for interacting with rpm+git
Jesse Keating 2c910bd
License:        GPLv2+ and LGPLv2
ae06b3f
URL:            https://pagure.io/rpkg
1754f98
Source0:        https://pagure.io/releases/rpkg/%{name}-%{version}.tar.gz
1754f98
BuildArch:      noarch
1754f98
327323f
172445c
# Fix for bug 1579367
172445c
# Due to https://pagure.io/koji/issue/912, python[23]-koji package does not
172445c
# have egginfo.
172445c
# rpm-py-installer is required as a proxy to install RPM python binding
172445c
# library, so rpm is the actual requirement that must be present in the
172445c
# requires.txt. But, rpkg has to work in all active Fedora and EPEL releases,
172445c
# and there is only old rpm-python package in EL6 and 7, so just simply to
172445c
# remove rpm-py-installer for now.
172445c
Patch0:         remove-koji-and-rpm-py-installer-from-requires.patch
Owen W. Taylor 05492ac
# https://pagure.io/rpkg/pull-request/361
Owen W. Taylor 05492ac
Patch1:         add-flatpak-build.patch
172445c
242caa6
%if 0%{?fedora} || 0%{?rhel} > 7
242caa6
# Enable python3 build by default
242caa6
%global with_python3 1
242caa6
%else
242caa6
%global with_python3 0
242caa6
%endif
242caa6
242caa6
%if 0%{?rhel} > 7
242caa6
# Disable python2 build by default
242caa6
%global with_python2 0
242caa6
%else
242caa6
%global with_python2 1
242caa6
%endif
242caa6
1754f98
%description
1754f98
Python library for interacting with rpm+git
1754f98
1754f98
242caa6
%if 0%{?with_python2}
1754f98
%package -n python2-%{name}
242caa6
Summary:        %{summary}
242caa6
%{?python_provide:%python_provide python2-%{name}}
Jesse Keating 8dd0e8e
bb111f0
BuildRequires:  python2-devel
1754f98
Jesse Keating 2c910bd
# We br these things for man page generation due to imports
2bc0652
BuildRequires:  python2-koji >= 1.15
1754f98
BuildRequires:  python2-cccolutils
bb111f0
BuildRequires:  python2-openidc-client
Owen W. Taylor 05492ac
BuildRequires:  PyYAML
bb111f0
bb111f0
%if 0%{?rhel}
242caa6
BuildRequires:  GitPython
1754f98
BuildRequires:  python-pycurl
bb111f0
BuildRequires:  python-requests
c21bb4e
BuildRequires:  python-six >= 1.9.0
bb111f0
%else
242caa6
BuildRequires:  python2-GitPython
Owen W. Taylor 05492ac
BuildRequires:  python2-gobject-base
bb111f0
BuildRequires:  python2-pycurl
bb111f0
BuildRequires:  python2-requests
c21bb4e
BuildRequires:  python2-six >= 1.9.0
bb111f0
%endif
36e29e5
Owen W. Taylor 05492ac
%if 0%{?rhel} && 0%{?rhel} == 7
Owen W. Taylor 05492ac
BuildRequires:  python-gobject-base
Owen W. Taylor 05492ac
%endif
Owen W. Taylor 05492ac
f5aa168
%if 0%{?rhel} && 0%{?rhel} < 7
f5aa168
BuildRequires:  python-argparse
c21bb4e
BuildRequires:  python-mock
bb111f0
BuildRequires:  python-nose
c21bb4e
BuildRequires:  python-setuptools
bb111f0
BuildRequires:  python-unittest2
3528c1c
%else
c21bb4e
BuildRequires:  python2-mock
bb111f0
BuildRequires:  python2-nose
c21bb4e
BuildRequires:  python2-setuptools
Owen W. Taylor 05492ac
BuildRequires:  libmodulemd
f5aa168
%endif
f5aa168
bb111f0
BuildRequires:  rpmlint
bb111f0
36e29e5
Requires:       mock
36e29e5
Requires:       redhat-rpm-config
36e29e5
Requires:       rpm-build
36e29e5
Requires:       rpmlint
36e29e5
36e29e5
Requires:       python2-cccolutils
2bc0652
Requires:       python2-koji >= 1.15
Owen W. Taylor 05492ac
Requires:       PyYAML
bb111f0
bb111f0
%if 0%{?rhel}
242caa6
Requires:       GitPython >= 0.2.0
bb111f0
Requires:       rpm-python
bb111f0
Requires:       python-pycurl
bb111f0
Requires:       python-six >= 1.9.0
bb111f0
Requires:       python-requests
3528c1c
%else
242caa6
Requires:       python2-GitPython
bb111f0
Requires:       python2-rpm
bb111f0
Requires:       python2-pycurl
bb111f0
Requires:       python2-six >= 1.9.0
Owen W. Taylor 05492ac
Requires:       python2-gobject-base
Owen W. Taylor 05492ac
Owen W. Taylor 05492ac
Requires:       libmodulemd
bb111f0
%endif
bb111f0
bb111f0
%if 0%{?rhel} && 0%{?rhel} < 7
Owen W. Taylor 05492ac
Requires:       python-argparse
Owen W. Taylor 05492ac
%endif
Owen W. Taylor 05492ac
Owen W. Taylor 05492ac
%if 0%{?rhel} && 0%{?rhel} == 7
Owen W. Taylor 05492ac
Requires:       python-gobject-base
Owen W. Taylor 05492ac
Requires:       libmodulemd
3528c1c
%endif
3528c1c
242caa6
Requires:       %{name}-common = %{version}-%{release}
f5aa168
e11086e
Conflicts:      fedpkg < 1.26
e11086e
1754f98
# Backward compatibility with capability pyrpkg
1754f98
Provides: pyrpkg = %{version}-%{release}
1754f98
# All old versions before 1.49-1 should not be used anymore
1754f98
Obsoletes: pyrpkg < 1.49-2
1754f98
Jesse Keating 2c910bd
1754f98
%description -n python2-%{name}
Jesse Keating 2c910bd
A python library for managing RPM package sources in a git repository.
242caa6
%endif # with python2
242caa6
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%package -n python3-%{name}
242caa6
Summary:        %{summary}
242caa6
%{?python_provide:%python_provide python3-%{name}}
242caa6
242caa6
BuildRequires:  python3-devel
242caa6
BuildRequires:  python3-GitPython
2bc0652
BuildRequires:  python3-koji >= 1.15
242caa6
BuildRequires:  python3-cccolutils
242caa6
BuildRequires:  python3-openidc-client
242caa6
BuildRequires:  python3-mock
242caa6
BuildRequires:  python3-pycurl
242caa6
BuildRequires:  python3-six >= 1.9.0
242caa6
BuildRequires:  python3-requests
242caa6
BuildRequires:  python3-setuptools
242caa6
BuildRequires:  python3-nose
Owen W. Taylor 05492ac
BuildRequires:  python3-gobject-base
Owen W. Taylor 05492ac
BuildRequires:  python3-PyYAML
242caa6
242caa6
BuildRequires:  rpmlint
242caa6
242caa6
Requires:       mock
242caa6
Requires:       redhat-rpm-config
242caa6
Requires:       rpm-build
242caa6
Requires:       rpmlint
242caa6
242caa6
Requires:       python3-GitPython >= 0.2.0
242caa6
Requires:       python3-cccolutils
2bc0652
Requires:       python3-koji >= 1.15
242caa6
Requires:       python3-rpm
242caa6
Requires:       python3-pycurl
242caa6
Requires:       python3-six >= 1.9.0
Owen W. Taylor 05492ac
Requires:       python3-gobject-base
Owen W. Taylor 05492ac
Requires:       python3-PyYAML
Owen W. Taylor 05492ac
Requires:       libmodulemd
242caa6
242caa6
Requires:       %{name}-common = %{version}-%{release}
242caa6
242caa6
Conflicts:      fedpkg < 1.26
242caa6
242caa6
%description -n python3-%{name}
242caa6
A python library for managing RPM package sources in a git repository.
242caa6
%endif # with python3
242caa6
242caa6
242caa6
%package common
242caa6
Summary:        Common files for %{name}
242caa6
242caa6
# Files were moved from python2-rpkg in that version
242caa6
Conflicts:      python2-rpkg < 1.52-2
242caa6
Conflicts:      pyrpkg < 1.52-2
242caa6
242caa6
%description common
242caa6
Common files for python2-%{name} and python3-%{name}.
Jesse Keating 2c910bd
Jesse Keating 2c910bd
Jesse Keating 2c910bd
%prep
Jesse Keating 2c910bd
%setup -q
172445c
%patch0 -p1
Owen W. Taylor 05492ac
%patch1 -p1
d8b66bf
Jesse Keating 2c910bd
Jesse Keating 2c910bd
%build
242caa6
%if 0%{?with_python2}
6d0a9af
%{__python2} setup.py build
242caa6
%endif
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%py3_build
242caa6
%endif
Jesse Keating 2c910bd
Jesse Keating 2c910bd
Jesse Keating 2c910bd
%install
242caa6
%if 0%{?with_python2}
6d0a9af
%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
242caa6
%endif
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%py3_install
242caa6
%endif
242caa6
1754f98
bb111f0
# Create configuration directory to holding downstream clients config files
bb111f0
# that are built on top of rpkg
bb111f0
%{__install} -d $RPM_BUILD_ROOT%{_sysconfdir}/rpkg
bb111f0
1754f98
example_cli_dir=$RPM_BUILD_ROOT%{_datadir}/%{name}/examples/cli
1754f98
%{__install} -d $example_cli_dir
1754f98
1754f98
# Install example CLI to rpkg own data directory
1754f98
%{__install} -d ${example_cli_dir}%{_bindir}
bb111f0
%{__install} -d ${example_cli_dir}%{_sysconfdir}/bash_completion.d
bb111f0
%{__install} -d ${example_cli_dir}%{_sysconfdir}/rpkg
bb111f0
bb111f0
%{__install} -p -m 0644 bin/rpkg ${example_cli_dir}%{_bindir}
bb111f0
%{__install} -p -m 0644 etc/bash_completion.d/rpkg.bash ${example_cli_dir}%{_sysconfdir}/bash_completion.d
bb111f0
%{__install} -p -m 0644 etc/rpkg/rpkg.conf ${example_cli_dir}%{_sysconfdir}/rpkg
1754f98
Jesse Keating 2c910bd
cc83608
%check
242caa6
# cannot use python2 -m nose on EPEL 6 (Python 2.6)
242caa6
%if 0%{?with_python2}
8022c12
nosetests tests
242caa6
%endif
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%{__python3} -m nose tests
242caa6
%endif
8022c12
Jesse Keating 2c910bd
242caa6
%if 0%{?with_python2}
1754f98
%files -n python2-%{name}
672f9dd
%doc README.rst CHANGELOG.rst
672f9dd
%license COPYING COPYING-koji LGPL
Jesse Keating 2c910bd
# For noarch packages: sitelib
74d47a4
%{python2_sitelib}/pyrpkg
74d47a4
%{python2_sitelib}/%{name}-%{version}-py*.egg-info
242caa6
%endif # with python2
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%files -n python3-%{name}
242caa6
%doc README.rst CHANGELOG.rst
242caa6
%license COPYING COPYING-koji LGPL
242caa6
%{python3_sitelib}/pyrpkg
242caa6
%{python3_sitelib}/%{name}-%{version}-py*.egg-info
242caa6
%endif # with python3
242caa6
242caa6
%files common
1754f98
%{_datadir}/%{name}
bb111f0
%{_sysconfdir}/rpkg
Jesse Keating 2c910bd
cb5f767
Jesse Keating 2c910bd
%changelog
Owen W. Taylor 05492ac
* Fri Sep  7 2018 Owen Taylor <otaylor@redhat.com> - 1.56-2
Owen W. Taylor 05492ac
- Add patch from upstream pull-request to add a flatpak-build subcommand
Owen W. Taylor 05492ac
- Add PyYAML dependencies so that the spec file at least builds on epel6/epel7
Owen W. Taylor 05492ac
327323f
* Tue Aug 21 2018 Chenxiong Qi <cqi@redhat.com> - 1.56-1
327323f
- Validate greenwave policy early in Commands.build (cqi)
327323f
- Refine error message for failure gating.yaml validation (cqi)
327323f
- explain mbs-manager exception handling (nils)
327323f
- test for missing mbs-manager with errno set (nils)
327323f
- catch errno == ENOENT if mbs-manager is missing (nils)
327323f
- add missing method docstring (nils)
327323f
- Show full error from MBS (lsedlar)
327323f
- Fix tests for greenwave policy validation (cqi)
327323f
- Add testenv for building docs (cqi)
327323f
- New option --buildrootdir - rhbz#1583822 (cqi)
327323f
- Add --shell option to mockbuild - rhbz#1438685 (cqi)
327323f
- Validate gating.yaml file for Greenwave gating (gnaponie)
327323f
- Update README (cqi)
327323f
- Reduce the number of repo creation for tests (cqi)
327323f
- Fix flake8 error (cqi)
327323f
- Drop rpm-py-installer from requires - #357 (cqi)
327323f
- Allow _run_command to capture and return output to stdout or stderr (cqi)
327323f
- Claim Python 3.7 in README and package classifiers (cqi)
327323f
- Fix a bad test teardown (otaylor)
327323f
- Refactor build command (cqi)
327323f
- Remove rpmfluff package (cqi)
327323f
- Set PYCURL_SSL_LIBRARY directly for installing pycurl (cqi)
327323f
- Add py37 testenv (cqi)
327323f
d28d492
* Thu Jul 26 2018 Chenxiong Qi <cqi@redhat.com> - 1.55-2
d28d492
- Remove dependency python-rpmfluff
d28d492
7c9c10d
* Mon Jul 23 2018 Chenxiong Qi <cqi@redhat.com> - 1.55-1
7c9c10d
- Fix installing pycurl for running tests (cqi)
7c9c10d
- Replace extra module_name with repo_name (cqi)
7c9c10d
- Replace name module with repo in tests/fixtures/rpkg*.conf (cqi)
7c9c10d
- Add --fail-fast functionality - #331 (tibbs)
7c9c10d
- Fix fake spec for build in rawhide (cqi)
7c9c10d
- Avoid to upload a file with different checksum - #204 (cqi)
7c9c10d
- Give more information when sources has invalid content - #227 (cqi)
7c9c10d
- Reserve README.md while import srpm - #149 (cqi)
7c9c10d
- Set to repo_name property when --name is specified (cqi)
7c9c10d
- Do not restrict argparse version (cqi)
7c9c10d
- Check old format args only if there is clone config (cqi)
7c9c10d
- Fix typo and reword option help and deprecation message (cqi)
7c9c10d
- Massive replacement of module (cqi)
7c9c10d
- Deprecate module_name inside rpkg internal (cqi)
7c9c10d
- Add new option --name and --namespace - #301 (cqi)
7c9c10d
- Man generator indent workaround (onosek)
7c9c10d
- Fixing imports in unittests (onosek)
7c9c10d
- Minor fixes to doc build (cqi)
7c9c10d
- Fix mistakes during rebase (cqi)
7c9c10d
- Run document generator script in Py3 explictly (cqi)
7c9c10d
- Remove warning of nonexisting source/_static/ during doc build (cqi)
7c9c10d
- Do not generate document for sample rpkg app (cqi)
7c9c10d
- Exclude subcommand which does not have help (cqi)
7c9c10d
- Ensure to clean files for generating HTML documents (cqi)
7c9c10d
- Fix rebase error: add module_build_watch back (cqi)
7c9c10d
- Fix MANIFEST.in to list files for building doc (cqi)
7c9c10d
- Rename generate_man_pages.py (cqi)
7c9c10d
- Generate HTML document and manpage for sample rpkg (cqi)
7c9c10d
- Simplify doc Makefile (cqi)
7c9c10d
- Generate commands HTML and man pages (cqi)
7c9c10d
- Update existing docstrings (cqi)
7c9c10d
- Generate documents by sphinx - #50 (cqi)
7c9c10d
- README: new code should be py3 compatible (ktdreyer)
7c9c10d
- Provide base_module to clone_config templates - #326 (tmz)
7c9c10d
- Refactor man generator to be reusable (puiterwijk)
7c9c10d
- Make sure gitcred doesn't land in man (puiterwijk)
7c9c10d
- Don't inject the credential helper to push if OIDC is unconfigured
7c9c10d
  (puiterwijk)
7c9c10d
- Add docblocks to gitcred methods and don't quit if OpenIDC is unconfigured
7c9c10d
  (puiterwijk)
7c9c10d
- Also inject the credential helper with rpkg push (puiterwijk)
7c9c10d
- Create a "gitcred" command that functions as an OIDC git-credential helper
7c9c10d
  (puiterwijk)
7c9c10d
3b9278a
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.54-4
3b9278a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3b9278a
a58d9dc
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.54-3
a58d9dc
- Rebuilt for Python 3.7
a58d9dc
172445c
* Mon May 21 2018 Chenxiong Qi <cqi@redhat.com> - 1.54-2
172445c
- Remove koji and rpm-py-installer Python package requires
172445c
- Fix argparse version for el6
172445c
b1a9759
* Fri May 11 2018 Chenxiong Qi <cqi@redhat.com> - 1.54-1
b1a9759
- Pass the -s/--set-default-stream to mbs-manager for module local builds.
b1a9759
  (jkaluza)
b1a9759
- Write mock config correctly when run in Py 3 (cqi)
b1a9759
- Add --with and --without options to 'local' - rhbz#1533416 (tmz)
b1a9759
- Add a test for 3f93433 (cqi)
b1a9759
- Raise error if rpm command returns non-zero (cqi)
b1a9759
- Use getpass.getuser() instead of pwd.getpwuid(os.getuid())[0] (jpopelka)
b1a9759
- Allow setting custom MBS config file and config section in rpkg.conf.
b1a9759
  (jkaluza)
b1a9759
- Remove py35 testenv (cqi)
b1a9759
- Ignore .env and tags (cqi)
b1a9759
- Remove question mark from giturl (cqi)
b1a9759
- Added custom ArgumentParser (supports allow_abbrev) (jkucera)
b1a9759
- Grab the correct first line in case of rpm output (zebob.m)
b1a9759
2bc0652
* Mon Apr 16 2018 Chenxiong Qi <cqi@redhat.com> - 1.53-2
2bc0652
- Require python2-koji 1.15 as the minimum version
2bc0652
- Refine BuildRequires
2bc0652
9f59196
* Tue Apr 10 2018 Chenxiong Qi <cqi@redhat.com> - 1.53-1
9f59196
- Use NSVs and not build IDs with module-build-local --add-local-build (mprahl)
9f59196
- Fix docstring of test_module_build_local_with_skiptests (mprahl)
9f59196
- Add long_description to package (cqi)
9f59196
- Support local module builds when there are uncommitted changes (mprahl)
9f59196
- Fix clarifying error that occurs when mbs-manager is not installed (mprahl)
9f59196
- Add support for Module Stream Expansion (MBS API v2) (mprahl)
9f59196
- Show errors when a module build fails (mprahl)
9f59196
- Move full download url construction to separate method (frostyx)
9f59196
- Fix compose related params for container-build (lucarval)
9f59196
- Avoid calling /usr/bin/python in tests (miro)
9f59196
- Change default rpmlint configuration file (athoscr)
9f59196
- Use koji.grab_session_options() rather than opencoding it (cfergeau)
9f59196
242caa6
* Mon Mar 05 2018 Miro Hrončok <mhroncok@redhat.com> - 1.52-2
242caa6
- Introduce python3 subpackage
242caa6
74d47a4
* Thu Feb 22 2018 Chenxiong Qi <cqi@redhat.com> - 1.52-1
74d47a4
- Mock ThreadPool in test_module_overview (cqi)
74d47a4
- Drop rpmfluff in test (cqi)
74d47a4
- Fix hardcoded directory name in test (lsedlar)
74d47a4
- Improve testenv for py26 (cqi)
74d47a4
- Run tests with old GitPython in py26 testenv (cqi)
74d47a4
- Compile pycurl with openssl after F27 (cqi)
74d47a4
- Ignore .egg/ from git (cqi)
74d47a4
- Add py26 to testenv (cqi)
74d47a4
- Install koji from PyPI (cqi)
74d47a4
- Make compose-id and repo-url to take one or more values (csomh)
74d47a4
- Let git ignore more directories (cqi)
74d47a4
- Exclude pyc and __pycache__ globally in sdist (cqi)
74d47a4
- Handle nonexisting mbs-manager (cqi)
74d47a4
- Add dependent packages for Python 2.6 in setup.py (cqi)
74d47a4
- Updated module cli API (mcurlej)
74d47a4
- Declare Python versions rpkg can work with - #278 (cqi)
74d47a4
- Fix flake8 errors (cqi)
74d47a4
- Fix tests that do not work with Python 3 (cqi)
74d47a4
- Fix tests: not impact by dict.items call (cqi)
74d47a4
- Add py36 to testenv - #274 (cqi)
74d47a4
- Run tox to run tests and check code styles - #276 (cqi)
74d47a4
- Use flake8 3.5.0 (cqi)
74d47a4
- Add files under requirements/ to sdist package (cqi)
74d47a4
- Install Koji shared library via setuptools (cqi)
74d47a4
- Set install and tests requires in setup.py (cqi)
74d47a4
- Split pypi requirements and refine versions (cqi)
74d47a4
- Change type of compose id from string to int (bfontecc)
74d47a4
- Install RPM Python binding from PyPI (cqi)
74d47a4
- Fix test test_lint_each_file_once (cqi)
74d47a4
- Add compose-id and signing-intent arguments (bfontecc)
74d47a4
- Use env's python (lucarval)
74d47a4
- Use progress callback and TaskWatcher from koji_cli.lib (cqi)
74d47a4
- Get buildhash from git+https:// url (lsedlar)
74d47a4
- lint: Avoid checking rpm's multiple times (tmz)
74d47a4
- Fix giturl as well by calling construct_build_url (cqi)
74d47a4
- Fix construct anongiturl for chain-build (cqi)
74d47a4
- Fix mock openidc_client (cqi)
74d47a4
7af1f9c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-4
7af1f9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7af1f9c
dd1d709
* Tue Jan 23 2018 Chenxiong Qi <cqi@redhat.com> - 1.51-3
dd1d709
- Backport: Add compose-id and signing-intent arguments
dd1d709
- Backport: Change type of compose id from string to int
dd1d709
3ea94e6
* Wed Nov 08 2017 Chenxiong Qi <cqi@redhat.com> - 1.51-2
3ea94e6
- Backport: Fix construct anongiturl for chain-build
3ea94e6
- Backport: Fix giturl as well by calling construct_build_url
3ea94e6
bb111f0
* Fri Oct 20 2017 Chenxiong Qi <cqi@redhat.com> - 1.51-1
bb111f0
- Ignore TestModulesCli if openidc-client is unavailable (cqi)
bb111f0
- Port mbs-build to rpkg (mprahl)
bb111f0
- Add .vscode to .gitignore (mprahl)
bb111f0
- Fix TestPatch.test_rediff in order to run with old version of mock (cqi)
bb111f0
- Allow to specify alternative Copr config file - #184 (cqi)
bb111f0
- Tests for patch command (cqi)
bb111f0
- More Tests for mockbuild command (cqi)
bb111f0
- More tests for getting spec file (cqi)
bb111f0
- Tests for container-build-setup command (cqi)
bb111f0
- Test for container-build to use custom config (cqi)
bb111f0
- Suppress output from git command within setUp (cqi)
bb111f0
- Skip test if rpmfluff is not available (lsedlar)
bb111f0
- Allow to override build URL (cqi)
bb111f0
- Test for mock-config command (cqi)
bb111f0
- Tests for copr-build command (cqi)
bb111f0
- Fix arch-override for container-build (lucarval)
bb111f0
- Remove unsupported osbs for container-build (lucarval)
bb111f0
- cli: add --arches support for koji_cointainerbuild (mlangsdo)
bb111f0
- Strip refs/heads/ from branch only once (lsedlar)
bb111f0
- Don't install bin and config files (cqi)
bb111f0
- Fix kojiprofile selection in cliClient.container_build_koji (cqi)
bb111f0
- Avoid branch detection for 'rpkg sources' (praiskup)
bb111f0
- Fix encoding in new command (cqi)
bb111f0
- Minor wording improvement in help (pgier)
bb111f0
- Fix indentation (pviktori)
bb111f0
- Add --with and --without options to mockbuild (pviktori)
bb111f0
cb5f767
* Thu Aug 31 2017 Chenxiong Qi <cqi@redhat.com> - 1.50-2
cb5f767
- Backport: Fix kojiprofile selection in cliClient.container_build_koji (cqi)
cb5f767
36e29e5
* Thu Aug 10 2017 Chenxiong Qi <cqi@redhat.com> - 1.50-1
36e29e5
- Fix PEP8 error (cqi)
36e29e5
- Spelling fixes (ville.skytta)
36e29e5
- Reword help and description of new-sources and upload commands - rhbz#1248737
36e29e5
  (cqi)
36e29e5
- Set autorebuild enabled by default (bfontecc)
36e29e5
- Add commands to whitelist_externals (cqi)
36e29e5
- Declare Python 3 versions to support in setup.py (cqi)
36e29e5
- Replace unicode with six.text_type (cqi)
36e29e5
- Run tests in both Python 2 and 3 with tox (cqi)
36e29e5
- Make tests and covered code compatible with Py3 (cqi)
36e29e5
- Add requirements files (cqi)
36e29e5
- Do not build srpm in test (cqi)
36e29e5
- Do not actually run git-diff in tests (cqi)
36e29e5
- Remove deprecated modules used in koji (cqi)
36e29e5
- Non-zero exit when rpmbuild fails in local command (cqi)
36e29e5
- Report deprecation of config via logger (lsedlar)
36e29e5
- Print --dist deprecation warning explicitly (lsedlar)
36e29e5
- utils: Avoid DeprecationWarning for messages for users (lsedlar)
36e29e5
- Supply namespace to lookaside (if enabled) (lsedlar)
36e29e5
- Support reading koji config from profile - #187 (cqi)
36e29e5
- Remove kitchen (cqi)
36e29e5
- Fix string format (cqi)
36e29e5
- Recommend --release instead of --dist in mockbuild --help (tmz)
36e29e5
- Allow overriding container build target by downstream (lsedlar)
36e29e5
- Add a separate property for namespace (lsedlar)
36e29e5
- Allow container builds from any namespace (maxamillion)
36e29e5
- Make osbs support optional (cqi)
36e29e5
- make osbs dependency optional (pavlix)
36e29e5
- Allow explicit namespaces with slashes (lsedlar)
36e29e5
- Do not hang indefinitely when lookaside cache server stops sending data
36e29e5
  (jkaluza)
36e29e5
- Make --module-name work with namespaces - #216 (lsedlar)
36e29e5
- Include README.rst in dist package (cqi)
36e29e5
- More document in README - #189 (cqi)
36e29e5
- Make new command be able to print unicode - #205 (cqi)
36e29e5
- Allow to specify custom info to a dummy commit (cqi)
36e29e5
- Load module name correctly even if push url ends in slash - #192 (cqi)
36e29e5
- Replace fedorahosted.org with pagure.io - #202 (cqi)
36e29e5
- Fix rpm command to get changelog from SPEC - rhbz#1412224 (cqi)
36e29e5
- Rewrite tests to avoid running rpmbuild and rpmlint (cqi)
36e29e5
- Use fake value to make Command in test (cqi)
36e29e5
- Python 3.6 invalid escape sequence deprecation fixes (ville.skytta)
36e29e5
9f23da6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49-7
9f23da6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9f23da6
f773cb5
* Mon Jul 10 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-6
f773cb5
- Rename koji to python2-koji
f773cb5
31f7c36
* Thu Jun 29 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.49-5
31f7c36
- Allow using namespace in --module-name attribute
31f7c36
3e6aad4
* Thu Jun 22 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-4
3e6aad4
- Remove python-osbs-client
3e6aad4
abf4aea
* Fri Jun 16 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-3
abf4aea
- Backport to make osbs optional
abf4aea
1754f98
* Mon Mar 27 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-2
1754f98
- Rebuilt to rename pyrpkg to python2-rpkg
1754f98
cce350a
* Wed Feb 22 2017 Chenxiong Qi <cqi@redhat.com> - 1.49-1
cce350a
- More upload PyCURL fixes for EL 7 (merlin)
cce350a
- Move tag inheritance check into a separate method (cqi)
cce350a
a2bcbdf
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.48-3
a2bcbdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a2bcbdf
37c0ec7
* Wed Feb 1 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.48-2
37c0ec7
- Backport patch to move tag inheritance check to separate method
37c0ec7
8022c12
* Thu Dec 22 2016 Chenxiong Qi <cqi@redhat.com> - 1.48-1
8022c12
- Better message when fail to authenticate via Kerberos - #180 (cqi)
8022c12
3119bc4
* Mon Dec 19 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-7
3119bc4
- Refactor Commands._srpmdetails (cqi)
3119bc4
d139c2a
* Thu Dec 15 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-6
d139c2a
- Add missing import koji.ssl.SSLCommon - BZ#1404102 (cqi)
d139c2a
- Fix upload with old PyCURL - BZ#1241059 (lsedlar)
d139c2a
f4253b5
* Mon Dec 12 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.47-5
f4253b5
- Fix default value for krb_rdns options
f4253b5
443340e
* Mon Dec 12 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.47-4
443340e
- Add krb_rdns koji config
443340e
e11086e
* Thu Dec 08 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.47-3
e11086e
- Conflict with too old fedpkg
e11086e
25cc9f6
* Wed Dec 07 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-2
25cc9f6
- Fix test that fails on a Koji ARM builder
25cc9f6
9044d1f
* Fri Dec 02 2016 Chenxiong Qi <cqi@redhat.com> - 1.47-1
9044d1f
- New upstream release 1.47
9044d1f
8471222
* Tue Oct 25 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.46-5
8471222
- Allow using gssapi for lookaside caches
8471222
1e6496e
* Tue Sep 06 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.46-4
1e6496e
- Update dependencies for python-argparse and python-hashlib
acaad8e
acaad8e
* Thu Aug 25 2016 Chenxiong Qi <cqi@redhat.com> - 1.46-3
acaad8e
- python-six-1.9.0 is the minimum version rpkg depends
acaad8e
9378d9d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
9378d9d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
9378d9d
0e95e74
* Fri Jul 15 2016 Chenxiong Qi <cqi@redhat.com> - 1.46-1
0e95e74
- Warning untracked patches when push (cqi)
0e95e74
- handle correct spec path when push from outside the repo (cqi)
0e95e74
- Remove support for BuildContainer release task opt (lucarval)
0e95e74
c45322b
* Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-2
c45322b
- Depend on python-six to be compatible with Python 3
c45322b
0f11112
* Mon Jun 27 2016 Chenxiong Qi <cqi@redhat.com> - 1.45-1
0f11112
- add missing git-config in the git repo for testing (cqi)
0f11112
- Don't print download/upload progress outside of TTY (lsedlar)
0f11112
- Merge #58 `Rebase of #28 with conflict resolved` (cqi)
0f11112
- Get correct login without TTY (vgologuz)
0f11112
- Merge #63 `More Python 3 compatibility fixes` (lubomir.sedlar)
0f11112
- fix broken when non-ASCII in path (cqi)
0f11112
- More Python 3 compatibility fixes (ville.skytta)
0f11112
- Fix push called without argument (lsedlar)
0f11112
- Use logging.warning instead of deprecated logging.warn (ville.skytta)
0f11112
- Use assertEqual instead of deprecated assertEquals (ville.skytta)
0f11112
- Spelling fixes (ville.skytta)
0f11112
- Add missing dependencies to setup.py (ville.skytta)
0f11112
- Add tests for cloning with a namespace (lsedlar)
0f11112
- Fix cloning with -B and namespaced module (lsedlar)
0f11112
- Adjust figuring out the path of the git repo cloned (pingou)
0f11112
- Only clone into the bare_dir if no target was specified (pingou)
0f11112
- Add to the CLI the possibility to specify a target folder for the clone
0f11112
  (pingou)
0f11112
- Add unit-tests for cloning into a specified directory (pingou)
0f11112
- Let rpkg support cloning into a specified directory (pingou)
0f11112
- Python 3 fixes (ville.skytta)
0f11112
- rewrite test_commands.setup_module using git (cqi)
0f11112
- Merge #40 `push: check for missing patches` (lubomir.sedlar)
0f11112
4d3d0f1
* Thu Jun 02 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.44-1
4d3d0f1
- Log container-build task results (lucarval)
4d3d0f1
- Add support for BuildContainer release task opt (lucarval)
4d3d0f1
- handle exception from getTaskInfo correctly (cqi)
4d3d0f1
- fix failure of test_load_spec_where_path_contains_space on RHEL (cqi)
4d3d0f1
- allow space appearing in path to cloned repo (cqi)
4d3d0f1
- fix docstring of Commands.compile (cqi)
4d3d0f1
- Make 'Failed to get ns_module_name from Git url or pushurl' message a warning
4d3d0f1
  (issue #42) (orion)
4d3d0f1
- pyrpkg: use git remote get-url --push (mathstuf)
4d3d0f1
3b60672
* Wed Mar 23 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.43-1
3b60672
- Print warning when using old git configuration (lsedlar)
3b60672
- Add rpms namespace for checkouts without namespace (lsedlar)
3b60672
504894c
* Wed Mar 16 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.42-1
504894c
- Fix problems with namespacing (maxamillion)
504894c
6f6256c
* Mon Mar 14 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.41-2
6f6256c
- Depend on python-osbs directly to avoid python3
6f6256c
ae06b3f
* Mon Mar 14 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.41-1
ae06b3f
- Update upstream URL (lsedlar)
ae06b3f
- Fixes based on lsedlar's feedback (maxamillion)
ae06b3f
- add distgit namespacing for non-rpm content (docker, xdg-app, etc) (maxamillion)
ae06b3f
- Container-build: dont't allow to build with unpushed changes (araszka)
ae06b3f
- Suggest --dist option when can't get OS ver from branch (araszka)
ae06b3f
- fix: print all tags without filter (araszka)
ae06b3f
- Fix lookaside upload when --path is specified (araszka)
ae06b3f
- Lookaside: encoding repo name to UTF-8 (araszka)
ae06b3f
- Fix errors on Python 2.6 (lsedlar)
ae06b3f
- Add test and docstring to byte offset convertor (araszka)
ae06b3f
- Decode .spec file with UTF-8 (araszka)
ae06b3f
- 1271741 - add copr command (Recommends: copr-cli) (msuchy)
ae06b3f
- Suggest --target option when unknown target (araszka)
ae06b3f
15115ba
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-2
15115ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
15115ba
47c9067
* Fri Oct 23 2015 Pavol Babincak <pbabinca@redhat.com> - 1.40-1
47c9067
- don't use assertRaises (ttomecek)
47c9067
- refactor test_clone: set clone config in the same test file (pbabinca)
47c9067
- Fix clone test to not use constructor to set clone_config (pbabinca)
47c9067
- Fix test clone test (pbabinca)
47c9067
- Make use of clone_config attribute backwards compatible (pbabinca)
47c9067
24a29fd
* Thu Oct 22 2015 Pavol Babincak <pbabinca@redhat.com> - 1.39-1
24a29fd
- Replace deprecated BaseException.message with str(BaseException) (pbabinca)
24a29fd
- Don't print exception message during check repo tests (pbabinca)
24a29fd
- Add support for setting post-clone git config (ville.skytta)
24a29fd
9a27ec2
* Wed Oct 21 2015 Pavol Babincak <pbabinca@redhat.com> - 1.38-1
9a27ec2
- Fix parse error (pbabinca)
9a27ec2
c02ed80
* Wed Oct 21 2015 Pavol Babincak <pbabinca@redhat.com> - 1.37-1
c02ed80
- Add support for --nocheck (orion)
c02ed80
- container-build: check repo (ttomecek)
c02ed80
- move repo checking to a method (ttomecek)
c02ed80
- Add 'oxt' and 'xpi' extensions to UPLOADEXTS (dsilakov)
c02ed80
- Switch-branch: give more info about error (araszka)
c02ed80
- Recognize binary files with .oxt and .xpi extensions (dsilakov)
c02ed80
- Container-build: add --nowait option (araszka)
c02ed80
- bash autocompletion: support for command container-build-config (pbabinca)
c02ed80
- Implement getter for autorebuild value, use 'true' and 'false' for values
c02ed80
  (bkabrda)
c02ed80
- Add a command and option to change container build setup (bkabrda)
c02ed80
- Edit tests for python2.6 - EL6 (araszka)
c02ed80
- tests: Don't use assertNotIn (araszka)
c02ed80
- tests: Don't use assertRaises as context manager (araszka)
c02ed80
- tests: Don't use check_output (araszka)
c02ed80
- Typo in import --help descriptions (araszka)
c02ed80
- change the url for rpkg (dennis)
c02ed80
c626888
* Wed Jul 15 2015 Pavol Babincak <pbabinca@redhat.com> - 1.36-1
c626888
- container-build: support yum repos with --build-with=koji (pbabinca)
c626888
- container-build: move --scratch option to koji group (pbabinca)
c626888
- Print task info for container-build (pbabinca)
c626888
b36b292
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-3
b36b292
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b36b292
33e3da7
* Tue May 26 2015 Dennis Gilmore <dennis@ausil.us> - 1.35-2
0bfcc03
- pyrpkg Requires python-osbs
33e3da7
1e84e6f
* Tue May 26 2015 Pavol Babincak <pbabinca@redhat.com> - 1.35-1
1e84e6f
- Test for scratch opt in the actual argument of container_build_koji
1e84e6f
  (pbabinca)
1e84e6f
- Move the GitIgnore class to its own module (bochecha)
1e84e6f
- Modernize the gitignore-handling code (bochecha)
1e84e6f
- gitignore: Properly handle adding matching lines (bochecha)
1e84e6f
- Refactor: remove unnecessary code (pbabinca)
1e84e6f
- Move custom UnknownTargetError to errors module (pbabinca)
1e84e6f
- New command: container-build (jluza)
1e84e6f
- lookaside: Take over file uploads (bochecha)
1e84e6f
- Remove unnecessary log message (bochecha)
1e84e6f
- Stop making source files read-only (bochecha)
1e84e6f
- Drop some useless comments (bochecha)
1e84e6f
- Only report we're uploading when we actually are (bochecha)
1e84e6f
- lookaside: Check if a file already was uploaded (bochecha)
1e84e6f
- lookaside: Allow client-side and custom CA certificates (bochecha)
1e84e6f
- lookaside: Be more flexible when building the download URL (bochecha)
1e84e6f
- lookaside: Use the hashtype for the URL interpolation (bochecha)
1e84e6f
- lookaside: Add a progress callback (bochecha)
1e84e6f
- lookaside: Handle downloading of source files (bochecha)
1e84e6f
- lookaside: Move handling of file verification (bochecha)
1e84e6f
- lookaside: Move handling of file hashing (bochecha)
1e84e6f
- utils: Add a new warn_deprecated helper (bochecha)
1e84e6f
- Add a new lookaside module (bochecha)
1e84e6f
- Add a new utils module (bochecha)
1e84e6f
- Properly set the logger (bochecha)
1e84e6f
- Move our custom errors to their own module (bochecha)
1e84e6f
- Don't assume MD5 for the lookaside cache (bochecha)
1e84e6f
- Remove dead code (bochecha)
1e84e6f
- Use the proper exception syntax (bochecha)
1e84e6f
6cb015a
* Thu Apr 16 2015 Pavol Babincak <pbabinca@redhat.com> - 1.34-1
6cb015a
- tests: Don't use assertIsNone (bochecha)
6cb015a
- tests: Don't use assertRaises as a context manager (bochecha)
6cb015a
- Add long --verbose option to -v, new --debug and -d option (pbabinca)
6cb015a
6961b29
* Mon Apr 13 2015 Pavol Babincak <pbabinca@redhat.com> - 1.33-1
6961b29
- New mockbuild options: --no-clean --no-cleanup-after (jskarvad)
6961b29
- Catch ssl auth problems and print more helpful messages (pbabinca)
6961b29
- New exception - rpkgAuthError to allow clients detect auth problems
6961b29
  (pbabinca)
6961b29
4806763
* Mon Mar 23 2015 Pavol Babincak <pbabinca@redhat.com> - 1.32-1
4806763
- tests: Properly open/close the file (bochecha)
4806763
- sources: Support writing in either the old or new format (bochecha)
4806763
- sources: Reindent code (bochecha)
4806763
3a6ed34
* Fri Mar 06 2015 Pavol Babincak <pbabinca@redhat.com> - 1.31-1
3a6ed34
- Refactor: remove unused imports from test_sources (pbabinca)
3a6ed34
- Don't do several times the same thing (bochecha)
3a6ed34
- sources: Forbid mixing hash types (bochecha)
3a6ed34
- sources: Move to the new file format (bochecha)
3a6ed34
- Rewrite the sources module (bochecha)
3a6ed34
3a89763
* Wed Dec 03 2014 Pavol Babincak <pbabinca@redhat.com> - 1.30-2
3a89763
- Use %%{__python} instead of %%{__python2} as it might be not defined
3a89763
cc83608
* Wed Oct 08 2014 Pavol Babincak <pbabinca@redhat.com> - 1.30-1
cc83608
- add python-nose as BuildRequires as run tests in check section (pbabinca)
cc83608
- pass extra data to the Commands object via properties instead of __init__()
cc83608
  (mikeb)
cc83608
- clean up Koji login, and properly support password auth (mikeb)
cc83608
- add --runas option (mikeb)
cc83608
- run os.path.expanduser on the kojiconfig attribute in case the path is in the
cc83608
  user's home directory (bstinson)
cc83608
- Override GIT_EDITOR in tests (pbabinca)
cc83608
- Massive Flake8 fix (bochecha)
cc83608
- Fix some more Flake8 issues (bochecha)
cc83608
- Fix some flake8 issues (bochecha)
cc83608
- Simplify some code (bochecha)
cc83608
- Fix typo (bochecha)
cc83608
- tests: Ensure functioning of Commands.list_tag (bochecha)
cc83608
- list_tags: Stop executing a command (bochecha)
cc83608
- list_tags: Fix the docstring (bochecha)
cc83608
- delete_tag: Stop executing a command (bochecha)
cc83608
- tests: Ensure functioning of Commands.delete_tag (bochecha)
cc83608
- add_tag: Run the tag command in the right directory (bochecha)
cc83608
- tests: Ensure proper functioning of Commands.add_tag (bochecha)
cc83608
- tests: Factor out some code (bochecha)
cc83608
- tests: Ensure functioning of Commands.clone (bochecha)
cc83608
- gitignore: Make sure each line ends with a \n (bochecha)
cc83608
- gitignore: We're not modified any more after we wrote to disk (bochecha)
cc83608
- tests: Ensure proper functioning of GitIgnore (bochecha)
cc83608
- tests: Use nose (bochecha)
cc83608
- Remove unused import (bochecha)
cc83608
- Some more PEP8 (bochecha)
cc83608
- Add classifiers to setup.py (pbabinca)
cc83608
- Add new sources file parser even with unit tests (pbabinca)
cc83608
- If source file doesn't exist continue without downloading files (pbabinca)
cc83608
- Reformat setup.py to be compliant with PEP 8 (pbabinca)
cc83608
4892147
* Tue Sep 30 2014 Pavol Babincak <pbabinca@redhat.com> - 1.28-1
4892147
- Compare fuller remote branch name with local branch before build
4892147
86c40d0
* Fri Sep 26 2014 Pavol Babincak <pbabinca@redhat.com> - 1.27-1
86c40d0
- Explicitly define pyrpkg's client name for man pages (pbabinca)
86c40d0
- Refactor mock results dir to property (pbabinca)
86c40d0
- Add skip-diffs option for import_srpms (lars)
86c40d0
- Properly remove possible .py when creating man pages (lars)
86c40d0
- Process srpm imports to empty repositories more explicitly (pbabinca)
86c40d0
- Make UPLOADEXTS a class variable that can be extended (lars)
86c40d0
- Introduce self.default_branch_remote for fresh clones (pbabinca)
86c40d0
- On self.path change reset properties which could used old value (pbabinca)
86c40d0
- Remove empty entry from git ls-files to not confuse following code (pbabinca)
86c40d0
- Remove file names during srpm import in more extensible way (pbabinca)
86c40d0
- Fix issue causing all current local builds via fedpkg to use md5 rather than
86c40d0
  sha256 (spot)
86c40d0
- License replaced with official GPL 2.0 license from gnu.org (pbabinca)
86c40d0
- Allow "rpkg commit -s" (pjones)
86c40d0
2c1f55c
* Tue Jul 29 2014 Pavol Babincak <pbabinca@redhat.com> - 1.26-1
2c1f55c
- rpkg doesn't have a python module so use pyrpkg instead (pbabinca)
2c1f55c
9fc2936
* Tue Jul 29 2014 Pavol Babincak <pbabinca@redhat.com> - 1.25-1
9fc2936
- 1.25 release (pbabinca)
9fc2936
- Note to do_imports() doc. (pbabinca)
9fc2936
- Change default option for switch-branch from --no-fetch to --fetch (pbabinca)
9fc2936
- Allow default name of the library to be set by subclasses (pbabinca)
9fc2936
- Use name attribute of cliClient to get configuration (pbabinca)
9fc2936
- Make setup.py executable (pbabinca)
9fc2936
- Use direct git call for fetches (pbabinca)
9fc2936
- Print reason for failed switch-branch (pbabinca)
9fc2936
- Match whole branch with remote name when switching branch (pbabinca)
9fc2936
- Refactor: deduplicate remote & branch_merge (pbabinca)
9fc2936
- De-hardcode 'origin' as the remote name (bochecha)
9fc2936
- Fallback the remote on 'origin' (bochecha)
9fc2936
af93f2d
* Mon Jun 09 2014 Pavol Babincak <pbabinca@redhat.com> - 1.24-1
af93f2d
- 1.24 release (pbabinca)
af93f2d
- Work around signed srpms (Till Maas)
af93f2d
- Properly raise the error (bochecha)
af93f2d
- Ability to skip NVR construction altogether for builds (pbabinca)
af93f2d
- If we failed to parse NVRE from rpm output use better error message
af93f2d
  (pbabinca)
af93f2d
- If command to get NVRE printed anything to stderr log that command (pbabinca)
af93f2d
- Refactor: correctly split string on multi lines (pbabinca)
af93f2d
- Use nvr_check as an optional argument for build (pbabinca)
af93f2d
- 1.23 release (pbabinca)
af93f2d
- Use module_name setter instead of constructor parameter (pbabinca)
af93f2d
- Set pushurl & branch_remote by default (pbabinca)
af93f2d
- 1.22 release (pbabinca)
af93f2d
- Define module name from command line, git url and lastly from spec (pbabinca)
af93f2d
- Revert "Define module name from command line, git url and lastly from spec"
af93f2d
  (pbabinca)
af93f2d
a27b3ad
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
a27b3ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a27b3ad
94bc02f
* Mon Mar 24 2014 Pavol Babincak <pbabinca@redhat.com> - 1.21-1
94bc02f
- Refactor: split strings on multi lines without spaces from indentation
94bc02f
  (pbabinca)
94bc02f
- Refactor: remove spaces at the end of lines (pbabinca)
94bc02f
- Define module name from command line, git url and lastly from spec (pbabinca)
94bc02f
- Option to skip NVR existence check in build system before build (pbabinca)
94bc02f
- Add an 'epoch' property to pyrpkg.Commands (bochecha)
94bc02f
- Fetch remotes before switch-branch by default (pbabinca)
94bc02f
- Protect rhpkg's --arches argument (pbabinca)
94bc02f
cb5758d
* Tue Feb 18 2014 Dennis Gilmore <dennis@ausil.us> - 1.20-1
cb5758d
- read krbservice from the koji config file (dennis)
cb5758d
- We can assume that rpkg is installed if the (ville.skytta)
cb5758d
- clog: Don't require empty line between changelog entries. (ville.skytta)
cb5758d
- Spelling fixes. (ville.skytta)
cb5758d
- expand %%{name} and %%{verion} macros when checking for unused_patches check
cb5758d
  for .patch and .diff files as patches (dennis)
cb5758d
- clean up some language ambiguities (dennis)
9044d1f
- clog: Support %%changelog tag written in non-lowercase. (ville.skytta)
cb5758d
- add spkg as a binary file extention rhbz#972903 (dennis)
cb5758d
- Fixed version to 1.19 (pbabinca)
cb5758d
- Don't track spec file here (pbabinca)
cb5758d
- 1.20 (pbabinca)
cb5758d
- Mock config temp dir in the form $(target)-$(localarch).$(mktemp)mockconfig
cb5758d
  (pbabinca)
cb5758d
36defc8
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
36defc8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
36defc8
f9c823c
* Mon Apr 08 2013 Pavol Babincak <pbabinca@redhat.com> - 1.19-1
f9c823c
- Generate mock-config for mockbuild if needed (rhbz#856928) (pbabinca)
f9c823c
2a14c6e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-4
2a14c6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2a14c6e
4bd419b
* Fri Aug 10 2012 Robert Scheck <robert@fedoraproject.org> - 1.18-3
4bd419b
- Require %%{version}-%%{release} rather %%{name}-%%{version}
4bd419b
db38ffe
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-2
db38ffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
db38ffe
Jesse Keating 7b390f8
* Mon Apr 16 2012 Jesse Keating <jkeating@redhat.com> - 1.18-1
Jesse Keating 7b390f8
- Use rpmdefines when querying for package name
Jesse Keating 7b390f8
Jesse Keating 0cd195a
* Mon Apr 09 2012 Jesse Keating <jkeating@redhat.com> - 1.17-1
Jesse Keating 0cd195a
- Don't assume master branch for chain builds (jkeating)
Jesse Keating 0cd195a
Jesse Keating fa5faff
* Mon Mar 26 2012 Jesse Keating <jkeating@redhat.com> - 1.16-1
Jesse Keating fa5faff
- Only read from .koji/config (jkeating)
Jesse Keating fa5faff
Jesse Keating c5d4be7
* Wed Mar 21 2012 Jesse Keating <jkeating@redhat.com> - 1.15-1
Jesse Keating c5d4be7
- Fix branch push warning (jkeating)
Jesse Keating c5d4be7
- Handle CVS based builds when getting build hash (jkeating)
Jesse Keating c5d4be7
Jesse Keating d2090b9
* Mon Mar 12 2012 Jesse Keating <jkeating@redhat.com> - 1.14-1
Jesse Keating d2090b9
- Warn if the checked out branch cannot be pushed (jkeating)
Jesse Keating d2090b9
- Warn if commit or tag fails and we don't push (#21) (jkeating)
Jesse Keating d2090b9
- Honor ~/.koji/config (rhbz#785776) (jkeating)
Jesse Keating d2090b9
- Update help output for switch-branch (rhbz#741742) (jkeating)
Jesse Keating d2090b9
Jesse Keating 8dd0e8e
* Thu Mar 01 2012 Jesse Keating <jkeating@redhat.com> - 1.13-1
Jesse Keating 8dd0e8e
- Return proper exit code from builds (#20) (jkeating)
Jesse Keating 8dd0e8e
- Fix md5 option in the build parser (jkeating)
Jesse Keating 8dd0e8e
- More completion fixes (jkeating)
Jesse Keating 8dd0e8e
- Add mock-config and mockbuild completion (jkeating)
Jesse Keating 8dd0e8e
- Simplify test for rpkg availability. (ville.skytta)
Jesse Keating 8dd0e8e
- Fix ~/... path completion. (ville.skytta (jkeating)
Jesse Keating 8dd0e8e
- Add a --raw option to clog (#15) (jkeating)
Jesse Keating 8dd0e8e
- Make things quiet when possible (jkeating)
Jesse Keating 8dd0e8e
- Fix up figuring out srpm hash type (jkeating)
Jesse Keating 8dd0e8e
- Allow defining an alternative builddir (jkeating)
Jesse Keating 8dd0e8e
- Conflict with older fedpkg (jkeating)
Jesse Keating 8dd0e8e
- Attempt to automatically set the md5 flag (jkeating)
Jesse Keating 8dd0e8e
- Use -C not -c for config.  (#752411) (jkeating)
Jesse Keating 8dd0e8e
- Don't check gpg sigs when importing srpms (ticket #16) (jkeating)
Jesse Keating 8dd0e8e
- Enable md5 option in mockbuild (twaugh) (jkeating)
Jesse Keating 8dd0e8e
Jesse Keating 8b61b01
* Tue Jan 24 2012 Jesse Keating <jkeating@redhat.com> - 1.12-1
Jesse Keating 8b61b01
- Fix mock-config (ticket #13) (jkeating)
Jesse Keating 8b61b01
- Make md5 a common build argument (jkeating)
Jesse Keating 8b61b01
- Move arches to be a common build argument (ticket #3) (jkeating)
Jesse Keating 8b61b01
- Find remote branch to track better (jkeating)
Jesse Keating 8b61b01
Jesse Keating 7a42065
* Fri Jan 13 2012 Jesse Keating <jkeating@redhat.com> - 1.11-1
Jesse Keating 7a42065
- Change clog output to be more git-like (sochotnicky)
Jesse Keating 7a42065
- Fix mockconfig property (bochecha)
Jesse Keating 7a42065
- Use only new-style classes everywhere. (bochecha)
Jesse Keating 7a42065
- Testing for access before opening a file is unsafe (bochecha)
Jesse Keating 7a42065
- Add a gitbuildhash command (jkeating)
Jesse Keating 7a42065
- Always make sure you have a absolute path (aj) (jkeating)
Jesse Keating 7a42065
- don't try to import brew, just do koji (jkeating)
3b75759
Jesse Keating 1f9a119
* Mon Nov 21 2011 Jesse Keating <jkeating@redhat.com> - 1.10-1
Jesse Keating 1f9a119
- Use -C for --config shortcut (jkeating)
Jesse Keating 1f9a119
- Don't leave a directory on failure (#754082) (jkeating)
Jesse Keating 1f9a119
- Fix chain build (#754189) (jkeating)
Jesse Keating 1f9a119
- Don't hardcode brew here (jkeating)
Jesse Keating 1f9a119
Jesse Keating 91f81c5
* Mon Nov 07 2011 Jesse Keating <jkeating@redhat.com> - 1.9-1
Jesse Keating 91f81c5
- Don't upload if there is nothing to upload. (jkeating)
Jesse Keating 91f81c5
- --branch option for import is not supported yet (jkeating)
Jesse Keating 91f81c5
- Add epilog about mock-config generation (jkeating)
Jesse Keating 91f81c5
- Don't assume we can create a folder named after the module. (bochecha)
Jesse Keating 91f81c5
- Fix passing the optional mock root to mockbuild (bochecha)
Jesse Keating 91f81c5
- Add missing registration for mockbuild target (bochecha)
Jesse Keating 91f81c5
- Make the clean target work with --path. (bochecha)
Jesse Keating 91f81c5
- Fix typo in a comment. (bochecha)
Jesse Keating 91f81c5
- Fix syntax error in main script. (bochecha)
Jesse Keating 91f81c5
- Fix typo. (bochecha)
Jesse Keating 91f81c5
Jesse Keating 25b4695
* Fri Oct 28 2011 Jesse Keating <jkeating@redhat.com> - 1.8-1
Jesse Keating 25b4695
- Get more detailed error output from lookaside (jkeating)
Jesse Keating 25b4695
- Move the curl call out to it's own function (jkeating)
Jesse Keating 25b4695
- Hide build_common from help/usage (jkeating)
Jesse Keating 25b4695
- Fix the help command (jkeating)
Jesse Keating 25b4695
Jesse Keating 1dba350
* Tue Oct 25 2011 Jesse Keating <jkeating@redhat.com> - 1.7-1
Jesse Keating 1dba350
- Support a manually specified mock root (jkeating)
Jesse Keating 1dba350
- Add a mock-config subcommand (jkeating)
Jesse Keating 1dba350
- Fix a traceback on error. (jkeating)
Jesse Keating 1dba350
- Remove debugging code (jkeating)
Jesse Keating 1dba350
- More git api updates (jkeating)
Jesse Keating 1dba350
- Add topurl as a koji config and property (jkeating)
Jesse Keating 1dba350
- Add a mockconfig property (jkeating)
Jesse Keating 1dba350
- Turn the latest commit into a property (jkeating)
Jesse Keating 1dba350
Jesse Keating a439dca
* Tue Sep 20 2011 Jesse Keating <jkeating@redhat.com> - 1.6-1
Jesse Keating a439dca
- Allow name property to load by itself (jkeating)
Jesse Keating a439dca
Jesse Keating 5f23912
* Mon Sep 19 2011 Jesse Keating <jkeating@redhat.com> - 1.5-1
Jesse Keating 5f23912
- Fix tag listing (#717528) (jkeating)
Jesse Keating 5f23912
- Revamp n-v-r property loading (#721389) (jkeating)
Jesse Keating 5f23912
- Don't use os.getlogin (jkeating)
Jesse Keating 5f23912
- Code style changes (jkeating)
Jesse Keating 5f23912
- Allow fedpkg lint to be configurable and to check spec file. (pingou)
Jesse Keating 5f23912
- Handle non-scratch srpm builds better (jkeating)
Jesse Keating 5f23912
Jesse Keating 393f694
* Wed Aug 17 2011 Jesse Keating <jkeating@redhat.com> - 1.4-1
Jesse Keating 393f694
- Be more generic when no spec file is found (jkeating)
Jesse Keating 393f694
- Hint about use of git status when dirty (jkeating)
Jesse Keating 393f694
- Don't use print when we can log.info it (jkeating)
Jesse Keating 393f694
- Don't exit from a library (jkeating)
Jesse Keating 393f694
- Do the rpm query in our module path (jkeating)
Jesse Keating 393f694
- Use git's native ability to checkout a branch (jkeating)
Jesse Keating 393f694
- Use keyword arg with clone (jkeating)
Jesse Keating 393f694
- Allow the on-demand generation of an srpm (jkeating)
Jesse Keating 393f694
- Fix up exit codes (jkeating)
Jesse Keating 393f694
Jesse Keating 8c0b16c
* Mon Aug 01 2011 Jesse Keating <jkeating@redhat.com> - 1.3-1
Jesse Keating 8c0b16c
- Fix a debug string (jkeating)
Jesse Keating 8c0b16c
- Set the right property (jkeating)
Jesse Keating 8c0b16c
- Make sure we have a default hashtype (jkeating)
Jesse Keating 8c0b16c
- Use underscore for the dist tag (jkeating)
Jesse Keating 8c0b16c
- Fix the kojiweburl property (jkeating)
Jesse Keating 8c0b16c
Jesse Keating 8181e2e
* Wed Jul 20 2011 Jesse Keating <jkeating@redhat.com> - 1.2-1
Jesse Keating 8181e2e
- Fill out the krb_creds function (jkeating)
Jesse Keating 8181e2e
- Fix the log message (jkeating)
Jesse Keating 8181e2e
- site_setup is no longer needed (jkeating)
Jesse Keating 8181e2e
- Remove some rhtisms (jkeating)
Jesse Keating 8181e2e
- Wire up the patch command in client code (jkeating)
Jesse Keating 8181e2e
- Add a patch command (jkeating)
Jesse Keating 8181e2e
Jesse Keating 2c910bd
* Fri Jun 17 2011 Jesse Keating <jkeating@redhat.com> - 1.1-2
Jesse Keating 2c910bd
- Use version macro in files
Jesse Keating 2c910bd
Jesse Keating 2c910bd
* Fri Jun 17 2011 Jesse Keating <jkeating@redhat.com> - 1.1-1
Jesse Keating 2c910bd
- New tarball release with correct license files
Jesse Keating 2c910bd
Jesse Keating 2c910bd
* Fri Jun 17 2011 Jesse Keating <jkeating@redhat.com> - 1.0-2
Jesse Keating 2c910bd
- Fix up things found in review
Jesse Keating 2c910bd
Jesse Keating 2c910bd
* Tue Jun 14 2011 Jesse Keating <jkeating@redhat.com> - 1.0-1
Jesse Keating 2c910bd
- Initial package