Jesse Keating 2c910bd
Name:           rpkg
e677747
Version:        1.66
b48b289
Release:        15%{?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
BuildArch:      noarch
8cb4ccb
Source0:        https://pagure.io/releases/rpkg/%{name}-%{version}.tar.gz
1754f98
1be3bb1
# RHEL7 is currently the only release that is built for Python 2.
c4386cf
%if 0%{?rhel} == 7
242caa6
%global with_python2 1
52383fa
%global with_python3 0
4ed51c3
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
4ed51c3
%{!?__python2: %global __python2 %{__python}}
74133b3
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
c4386cf
%else
c4386cf
# Disable python2 build by default
c4386cf
%global with_python2 0
c4386cf
# Enable python3 build by default
c4386cf
%global with_python3 1
242caa6
%endif
242caa6
e6bc1a5
e6bc1a5
# Fix for bug 1579367
e6bc1a5
# Due to https://pagure.io/koji/issue/912, python[23]-koji package does not
e6bc1a5
# have egginfo.
e6bc1a5
# rpm-py-installer is required as a proxy to install RPM python binding
e6bc1a5
# library, so rpm is the actual requirement that must be present in the
e6bc1a5
# requires.txt. But, rpkg has to work in all active Fedora and EPEL releases,
e6bc1a5
# and there is only old rpm-python package in EL6 and 7, so just simply to
e6bc1a5
# remove rpm-py-installer for now.
e6bc1a5
Patch0:         remove-koji-and-rpm-py-installer-from-requires.patch
e6bc1a5
Patch1:         0001-Do-not-use-pytest-related-dependencies-temporarily.patch
e6bc1a5
Patch2:         0002-Remove-pytest-coverage-execution.patch
e6bc1a5
%if 0%{?with_python2}
e6bc1a5
Patch3:         0003-Remove-Environment-Markers-syntax.patch
e6bc1a5
%endif
87444be
Patch4:         0004-Process-source-URLs-with-fragment-in-pre-push-hook.patch
87444be
Patch5:         0005-container-build-update-signing-intent-help-for-OSBS-.patch
b48b289
Patch6:         0033-Update-docker-image-for-Jenkinks-tests.patch
b48b289
Patch7:         0006-Do-not-generate-pre-push-hook-script-in-some-cases.patch
b48b289
Patch8:         0007-More-robust-spec-file-presence-checking.patch
b48b289
Patch9:         0008-Update-to-spec-file-presence-checking.patch
b48b289
Patch10:        0009-Add-more-information-about-pre-push-hook.patch
b48b289
Patch11:        0010-pre-push-check-have-to-use-spectool-with-define.patch
b48b289
Patch12:        0011-A-HEAD-query-into-a-lookaside-cache.patch
b48b289
Patch13:        0012-pre-push-hook-script-contains-a-user-s-config.patch
b48b289
Patch14:        0013-Fix-unittests-for-clone-and-pre-push-hook-script.patch
b48b289
Patch15:        0014-import_srpm-allow-pre-generated-srpms.patch
b48b289
Patch16:        0015-Ignore-missing-spec-file-in-pre-push-hook.patch
b48b289
Patch17:        0016-Check-remote-file-with-correct-hash.patch
b48b289
Patch18:        0017-Allow-empty-commits-when-uses_rpmautospec.patch
b48b289
Patch19:        0018-Config-file-option-to-skip-the-hook-script-creation.patch
b48b289
Patch20:        0019-Pre-push-hook-won-t-check-private-branches.patch
b48b289
Patch21:        0020-Use-release-s-rpmdefines-in-unused-sources-check.patch
b48b289
Patch22:        0021-Do-not-require-sources-file-for-all-namespaces.patch
b48b289
Patch23:        0022-copr-build-passes-extra_args-to-copr-cli-command.patch
b48b289
Patch24:        0023-commit-command-fails-on-containers-namespace.patch
b48b289
Patch25:        0024-Split-git-credential-data-on-first-only.patch
b48b289
Patch26:        0025-Support-for-checking-exploded-sources-before-push.patch
b48b289
Patch27:        0026-Fix-flake8-complaints.patch
b48b289
Patch28:        0027-Prepare-the-lookaside-cache-code-for-retries.patch
b48b289
Patch29:        0028-Lookaside-cache-operations-retries.patch
b48b289
Patch30:        0029-Make-lookaside-cache-retries-configurable.patch
b48b289
Patch31:        0030-pkg-import-Don-t-delete-changelog-generated-by-rpmau.patch
b48b289
Patch32:        0031-pkg-import-Undo-rpmautospec-processing.patch
b48b289
Patch33:        0032-Unittests-for-Undo-rpmautospec-processing.patch
b48b289
Patch34:        0034-mockbuild-new-argument-extra-pkgs.patch
b48b289
Patch35:        0035-Add-option-to-mockbuild-use-default-resultdir-of-moc.patch
e6bc1a5
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
8cb4ccb
BuildRequires:  rpmlint
e677747
BuildRequires:  rpmdevtools
9e19396
BuildRequires:  python2-koji >= 1.21
1754f98
BuildRequires:  python2-cccolutils
Owen W. Taylor 05492ac
BuildRequires:  PyYAML
242caa6
BuildRequires:  GitPython
1754f98
BuildRequires:  python-pycurl
bb111f0
BuildRequires:  python-requests
361beeb
BuildRequires:  python-requests-kerberos
c21bb4e
BuildRequires:  python-six >= 1.9.0
10066a3
BuildRequires:  python2-argcomplete
c21bb4e
BuildRequires:  python2-mock
bb111f0
BuildRequires:  python2-nose
c21bb4e
BuildRequires:  python2-setuptools
f5aa168
36e29e5
Requires:       mock
36e29e5
Requires:       redhat-rpm-config
36e29e5
Requires:       rpm-build
36e29e5
Requires:       rpmlint
e677747
Requires:       rpmdevtools
10066a3
Requires:       python2-argcomplete
36e29e5
Requires:       python2-cccolutils
9e19396
Requires:       python2-koji >= 1.21
Owen W. Taylor 05492ac
Requires:       PyYAML
242caa6
Requires:       GitPython >= 0.2.0
bb111f0
Requires:       python-pycurl
bb111f0
Requires:       python-requests
361beeb
Requires:       python-requests-kerberos
8cb4ccb
Requires:       python-six >= 1.9.0
8cb4ccb
Requires:       rpm-python
Owen W. Taylor 05492ac
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.
52383fa
%endif
52383fa
# end of python2 section
242caa6
242caa6
242caa6
%if 0%{?with_python3}
242caa6
%package -n python3-%{name}
242caa6
Summary:        %{summary}
242caa6
%{?python_provide:%python_provide python3-%{name}}
4bb1c1f
# Obsolete python2-rpkg (remove after Fedora29)
4bb1c1f
%if 0%{?with_python2} == 0
4bb1c1f
Obsoletes:      python2-rpkg < %{version}-%{release}
4bb1c1f
%endif
242caa6
242caa6
BuildRequires:  python3-devel
242caa6
BuildRequires:  python3-GitPython
9e19396
BuildRequires:  python3-koji >= 1.24
1be3bb1
%if 0%{?rhel}
ff629bc
BuildRequires:  python3-gobject-base
ff629bc
BuildRequires:  libmodulemd
361beeb
BuildRequires:  python3-requests-kerberos
db9eb04
%else
c2ee9d5
BuildRequires:  python3-libmodulemd
db9eb04
%endif
10066a3
BuildRequires:  python3-argcomplete
242caa6
BuildRequires:  python3-cccolutils
242caa6
BuildRequires:  python3-openidc-client
242caa6
BuildRequires:  python3-pycurl
242caa6
BuildRequires:  python3-six >= 1.9.0
242caa6
BuildRequires:  python3-requests
242caa6
BuildRequires:  python3-setuptools
ea8943b
BuildRequires:  python3-pytest
Owen W. Taylor 05492ac
BuildRequires:  python3-PyYAML
242caa6
BuildRequires:  rpmlint
e677747
BuildRequires:  rpmdevtools
242caa6
242caa6
Requires:       mock
242caa6
Requires:       redhat-rpm-config
242caa6
Requires:       rpm-build
242caa6
Requires:       rpmlint
e677747
Requires:       rpmdevtools
242caa6
10066a3
Requires:       python3-argcomplete
242caa6
Requires:       python3-GitPython >= 0.2.0
242caa6
Requires:       python3-cccolutils
9e19396
Requires:       python3-koji >= 1.24
1be3bb1
%if 0%{?rhel}
633dc7b
Requires:       python3-gobject-base
633dc7b
Requires:       libmodulemd
361beeb
Requires:       python3-requests-kerberos
db9eb04
%else
c2ee9d5
Requires:       python3-libmodulemd
b34edfe
Requires:       python3-rpmautospec >= 0.3.8
db9eb04
%endif
242caa6
Requires:       python3-rpm
242caa6
Requires:       python3-pycurl
242caa6
Requires:       python3-six >= 1.9.0
Owen W. Taylor 05492ac
Requires:       python3-PyYAML
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.
52383fa
%endif
52383fa
# end of python3 section
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
8cb4ccb
%autosetup -p1
Jesse Keating 2c910bd
687ceb8
# Removes section from setup.py that is relevant only for pip and
687ceb8
# is not compatible with in RHEL-6 tools
687ceb8
sed -i -n '/extras_require/,/}/!p' setup.py
687ceb8
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
%if 0%{?with_python2}
1be3bb1
%{__python2} -m nose tests
242caa6
%endif
242caa6
242caa6
%if 0%{?with_python3}
ea8943b
%pytest
242caa6
%endif
8022c12
Jesse Keating 2c910bd
242caa6
%if 0%{?with_python2}
1754f98
%files -n python2-%{name}
672f9dd
%doc README.rst CHANGELOG.rst
8cb4ccb
%if 0%{?rhel} && 0%{?rhel} < 7
8cb4ccb
%doc COPYING COPYING-koji LGPL
8cb4ccb
%else
672f9dd
%license COPYING COPYING-koji LGPL
8cb4ccb
%endif
Jesse Keating 2c910bd
# For noarch packages: sitelib
74d47a4
%{python2_sitelib}/pyrpkg
74d47a4
%{python2_sitelib}/%{name}-%{version}-py*.egg-info
52383fa
%endif
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
52383fa
%endif
242caa6
242caa6
%files common
1754f98
%{_datadir}/%{name}
bb111f0
%{_sysconfdir}/rpkg
Jesse Keating 2c910bd
cb5f767
Jesse Keating 2c910bd
%changelog
b48b289
* Wed Jan 10 2024 Ondřej Nosek <onosek@redhat.com> - 1.66-15
b48b289
- Patch: Add option to mockbuild use default resultdir of mock (v3)
b48b289
- Patch: mockbuild`: new argument --extra-pkgs
b48b289
- Patch: `copr-build` passes extra_args to copr-cli command
b48b289
777d297
* Mon Dec 11 2023 Miro Hrončok <mhroncok@redhat.com> - 1.66-14
777d297
- Actually add the patches:
777d297
- Patch: *pkg import: Don't delete changelog generated by `rpmautospec convert`
777d297
- Patch: *pkg import: Undo rpmautospec processing
777d297
- Patch: Unittests for "Undo rpmautospec processing"
777d297
b34edfe
* Wed Nov 22 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-13
b34edfe
- Patch: *pkg import: Don't delete changelog generated by `rpmautospec convert`
b34edfe
- Patch: *pkg import: Undo rpmautospec processing
b34edfe
- Patch: Unittests for "Undo rpmautospec processing"
b34edfe
8f19656
* Mon Sep 25 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-12
8f19656
- Patch: Fix flake8 complaints
8f19656
- Patch: Prepare the lookaside cache code for retries
8f19656
- Patch: Lookaside cache operations retries
8f19656
- Patch: Make lookaside cache retries configurable
8f19656
d35e811
* Sun Aug 20 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-11
d35e811
- Patch: Support for checking exploded sources before push
d35e811
- Patch: Split git credential data on first = only
d35e811
e881892
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.66-10
e881892
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
e881892
b4619ba
* Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 1.66-9
b4619ba
- Rebuilt for Python 3.12
b4619ba
0fead2a
* Mon Jun 12 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-8
0fead2a
- Patch: `commit` command fails on 'containers' namespace
0fead2a
e78ad80
* Fri Apr 28 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-7
e78ad80
- Patch: Do not require 'sources' file for all namespaces
e78ad80
- Use release's rpmdefines in unused sources check
e78ad80
2f3c6a1
* Tue Apr 18 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-6
2f3c6a1
- Patch: Pre-push hook won't check private branches
2f3c6a1
- Patch: Config file option to skip the hook script creation
2f3c6a1
- Patch: Allow empty commits when `uses_rpmautospec`
2f3c6a1
- Patch: Check remote file with correct hash
2f3c6a1
- Patch: Ignore missing spec file in pre-push hook
2f3c6a1
- Patch: import_srpm: allow pre-generated srpms
2f3c6a1
bd87270
* Sat Apr 1 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-5
bd87270
- Patch: Fix unittests for `clone` and pre-push hook script
bd87270
- Patch: pre-push hook script contains a user's config
bd87270
- Patch: A HEAD query into a lookaside cache
bd87270
- Patch: `pre-push-check` have to use spectool with --define
bd87270
- Patch: Add more information about pre-push hook
bd87270
- Patch: Update to spec file presence checking
bd87270
- Patch: More robust spec file presence checking
bd87270
8c7be44
* Fri Mar 10 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-4
8c7be44
- Patch: Do not generate pre-push hook script in some cases
8c7be44
87444be
* Wed Mar 1 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-3
87444be
- Patch: Process source URLs with fragment in pre-push hook
87444be
- Patch: container-build: update --signing-intent help for OSBS 2
87444be
2af8342
* Tue Feb 21 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-2
2af8342
- rebuild for unification of all branches
2af8342
e677747
* Mon Feb 20 2023 Ondřej Nosek <onosek@redhat.com> - 1.66-1
e677747
- container-build: document --compose-ids overrides any new composes (kdreyer)
e677747
- Use srpm when scratch-building from dirty repo - #652 (otto.liljalaakso)
e677747
- Code cleanup in tests/test_cli.py (otto.liljalaakso)
e677747
- Reduce indentation in assert_build helper (otto.liljalaakso)
e677747
- Allow empty commits - 494 (msuchy)
e677747
- Allow forcing download of all sources - #650 (otto.liljalaakso)
e677747
- Add test case for not downloading unused sources (otto.liljalaakso)
e677747
- Support 'results_dir=subdir' when building from srpm - #648
e677747
  (otto.liljalaakso)
e677747
- Use local branch name as release when there is no remote (otto.liljalaakso)
e677747
- Allow downstreams to define a default release (otto.liljalaakso)
e677747
- Switch load_branch_merge to use multiple return (otto.liljalaakso)
e677747
- Unittests for 'git push' hook script (onosek)
e677747
- Checking a repo configuration before 'git push' with a git hook script - 491
e677747
  (onosek)
e677747
- Fix skipping NVR check with autorelease (nils)
e677747
- pyrpkg.spec.SpecFile: More lenient parser for Source/Patch lines (fweimer)
e677747
- Fix URL in CHANGELOG.rst (tmz)
e677747
- Add Jenkinsfile for CI (onosek)
e677747
- mockbuild: escape rpm command under mock - rhbz#2130349 (onosek)
e677747
- Fixes for exploded SRPM layouts - #633 (tdawson)
e677747
- `fedpkg local` does not show rpmbuild output - rhbz#2124809 (onosek)
e677747
66220eb
* Mon Oct 10 2022 Ondřej Nosek <onosek@redhat.com> - 1.65-3
66220eb
- Patch: Fixes for exploded SRPM layouts
66220eb
- Patch: mockbuild: escape rpm command under mock
66220eb
ffb60e8
* Wed Sep 7 2022 Ondřej Nosek <onosek@redhat.com> - 1.65-2
ffb60e8
- Patch: `fedpkg local` does not show rpmbuild output
ffb60e8
6faa8b4
* Wed Sep 7 2022 Ondřej Nosek <onosek@redhat.com> - 1.65-1
6faa8b4
- Extra arguments now use shell-escaping - revert (onosek
6faa8b4
- Remove pytest warnings (onosek)
6faa8b4
- Refuse import of packages processed by rpmautospec (zbyszek)
6faa8b4
- follow redirects for lookaside (tkopecek)
6faa8b4
- Repair flake8 complaints (onosek)
6faa8b4
- Fix high level bandit findings (onosek)
6faa8b4
- container-build: improve help text for --compose-ids argument (kdreyer)
6faa8b4
- CONTRIBUTING.md fix links (onosek)
6faa8b4
- Improve change management process documentation (onosek)
6faa8b4
- Removing bandit issues from cli.py (drumian)
6faa8b4
- Extract source RPMs with rpm2archive if possible (praiskup)
6faa8b4
- Set up bandit scanner for rpkg (onosek)
6faa8b4
- Refuse to "commit -c" when using %autochangelog - 454 (drumian)
6faa8b4
- Refactoring loading rpmautospec feature (onosek)
6faa8b4
- add --background option for container-build which allows to create build with
6faa8b4
  lower priority (rcerven)
6faa8b4
- 'clean --dry-run' deprecation warning (drumian)
6faa8b4
- Better exit code for connection error (drumian)
6faa8b4
- Fix generation of optional parameters in man page (mspacek)
6faa8b4
- Use absolute path for mock results in `lint` (onosek)
6faa8b4
- contaner-build does not check for existence of kojisession.buildContainer -
6faa8b4
  532 (drumian)
6faa8b4
- Fix: 'lint' subcommand should not invoke rpmlint on debuginfo packages -
6faa8b4
  rhbz#2052451 (drumian)
6faa8b4
- Add `--custom-user-metadata` to build command (onosek)
6faa8b4
- Fix: 'lint -i/--info' does not work - rhbz#2016616 (drumian)
6faa8b4
- Fix: AlreadyUploadedError when package has no sources - 604 (drumian)
6faa8b4
- Fix: Extra arguments now use shell-escaping - 587 (drumian)
6faa8b4
5a37554
* Fri Aug 19 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-9
5a37554
- Patch: Extract source RPMs with rpm2archive if possible
5a37554
8dfaf43
* Thu Aug 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-8
8dfaf43
- Patch: Repair flake8 complaints
8dfaf43
- Patch: follow redirects for lookaside
8dfaf43
3d6771e
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-7
312b9ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
312b9ed
3d6771e
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.64-6
5fc23cc
- Rebuilt for Python 3.11
5fc23cc
63a6f4a
* Mon Apr 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-5
63a6f4a
- Patch: add --background option for container-build which allows
63a6f4a
  to create build
63a6f4a
b304845
* Tue Apr 05 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-4
b304845
- Patch: Better exit code for connection error
b304845
c4386cf
* Fri Mar 18 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-3
c4386cf
- Patch: Add `--custom-user-metadata` to build command
c4386cf
c5b6666
* Tue Feb 08 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-2
c5b6666
- Upload correct tarball
c5b6666
10066a3
* Tue Jan 25 2022 Ondřej Nosek <onosek@redhat.com> - 1.64-1
10066a3
- Fix: *pkg now takes into account --path parameter while building SRPM - 580
10066a3
  (drumian)
10066a3
- 'lint' can run with different 'rpmlint' versions - rhbz#1967821 (onosek)
10066a3
- Support building SRPMs in target mock - #495 (onosek)
10066a3
- Use unittest.mock on Python 3 (miro)
10066a3
- Add support for mockbuild in lint command (oturpe)
10066a3
- Fix srpm and binary rpm lookup in lint subcommand - #586 (oturpe)
10066a3
- mockbuild: allow enforcing local mock config in fedpkg (praiskup)
10066a3
- list-side-tags - fix unavailable username (sergio)
10066a3
- Accept also ~/.config/mock/<chroot>.cfg files (praiskup)
10066a3
- improve srpm --help description (kdreyer)
10066a3
- Improve how the .spec file is selected (mads)
10066a3
- Include `fmf` config in the list of reserved files - 452 (psplicha)
10066a3
- Fix flake8 syntax (onosek)
10066a3
- Continue execution if specfile parsing fails - #583 (oturpe)
10066a3
- Consider Patch tags in specfile parser - rhbz#2010518 (oturpe)
10066a3
- Support for custom completers (onosek)
10066a3
- Fixes import fail with sources already imported - #573 (drumian)
10066a3
- Also document Python 3.10 support in the README (miro)
10066a3
- Test and support Python 3.10 (miro)
10066a3
- Print SpecFile parsing debug info - rhbz#2000556 (onosek)
10066a3
- Pass sourcedir to rpmspec when specfile is parsed - #559 (oturpe)
10066a3
- Fix unittests to be Python 2 compatible (drumian)
10066a3
- Changing escaping of dash in docs - older releases (onosek)
10066a3
- Changing escaping of dash in docs. (drumian)
10066a3
de35998
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-7
de35998
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
de35998
ea8943b
* Tue Dec 14 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-6
ea8943b
- drop nosetests for Python3
ea8943b
- disable pytest coverage during build
ea8943b
fbeaedc
* Wed Dec 01 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-5
fbeaedc
- Patch: Continue execution if specfile parsing fails
fbeaedc
- Patch: Consider Patch tags in specfile parser
fbeaedc
fc0d2a1
* Mon Nov 29 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-4
fc0d2a1
- Patch: Fixes import fail with sources already imported
fc0d2a1
361beeb
* Mon Sep 13 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-3
361beeb
- Add python-requests-kerberos as a new dependency for RHEL packages
361beeb
- Patch: Print SpecFile parsing debug info
361beeb
43e65a9
* Wed Sep 01 2021 Ondřej Nosek <onosek@redhat.com> - 1.63-2
43e65a9
- Patch: Pass sourcedir to rpmspec when specfile is parsed
43e65a9
c5dcd71
* Tue Aug 24 2021 Dominik Rumian <drumian@redhat.com> - 1.63-1
c5dcd71
- Do not download unused sources during command 'sources' - #559 (oturpe)
c5dcd71
- Added 'x-pkg verrel' for containers - #547 (jkunstle)
c5dcd71
- container-build: improve help text for --signing-intent argument (kdreyer)
c5dcd71
- Make sure all commits have a proper subject (sgallagh)
c5dcd71
- Fix unittest for previous commit (onosek)
c5dcd71
- better new-sources output when all sources already exist Fixes: #533 JIRA:
c5dcd71
  RHELCMP-5529 (drumian)
c5dcd71
- Added 'remote' to rpkg from rhpkg - 439 (jkunstle)
c5dcd71
- Add --offline cli argument for new-sources (oturpe)
c5dcd71
- Tests: Fix setting branch name with old git (nils)
c5dcd71
- Add and augment tests for rpmautospec (nils)
c5dcd71
- Reflect %autorelease when parsing spec files (nils)
c5dcd71
- Preprocess spec files using rpmautospec features (nils)
c5dcd71
- Detect generic use of rpmautospec features (nils)
c5dcd71
- Fix remaining Python3 SafeConfigParser warnings (nils)
c5dcd71
- Tests: specify branch name on `git init` (nils)
c5dcd71
- Remove leftover deprecated arguments (abisoi)
c5dcd71
- Remove deprecated arguments --dist and --module-name (abisoi)
c5dcd71
- Skip NVR check if the %autorelease macro is used - 109 (nils)
c5dcd71
- Don't access unset variable (nils)
c5dcd71
- Improve help in fedpkg clone command - #367 (abisoi)
c5dcd71
- Fix rpkg container-build ignoring values when same argument is specified
c5dcd71
  multiple times - #537 (abisoi)
c5dcd71
- list-side-tags: show creator of the tag - 358 (onosek)
c5dcd71
- Drop Python 2.6 support (onosek)
c5dcd71
- Enable flatpak tests that require libmodulemd (onosek)
c5dcd71
- Added <package name>.rpmlintrc to the list of files ignored by fedpkg import
c5dcd71
  - rhbz#1946688 (abisoi)
c5dcd71
- Jenkins unittests run in docker container (onosek)
c5dcd71
- Add support for side tag suffix (lsedlar)
c5dcd71
- Check whether sources file is not a directory - #541 (onosek)
c5dcd71
- Add config option for writing dist-git build results to a subdirectory
c5dcd71
  (oturpe)
c5dcd71
- ca cert was removed on koji-1.24.0 (sergio)
c5dcd71
- Improve automatic test suite (oturpe)
c5dcd71
- Better hint when running 'prep' on detached branch - rhbz#1907964 (onosek)
c5dcd71
- Update description of the clean command - rhbz#1909461 (onosek)
c5dcd71
- Add --skip-nvr-check to the scratch-build command - rhbz#1671012 (onosek)
c5dcd71
4f959e4
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-7
4f959e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4f959e4
74133b3
* Thu Jul 08 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-6
74133b3
- Patch: Preprocess spec files using rpmautospec features and use %%autorelease when parsing spec files
74133b3
- Patch: Skip NVR check if the %%autorelease macro is used
74133b3
8e42f0d
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.62-5
8e42f0d
- Rebuilt for Python 3.10
8e42f0d
9e19396
* Fri Apr 02 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-4
9e19396
- Patch: Add support for side tag suffix
9e19396
f8c39b0
* Wed Feb 24 2021 Ondřej Nosek <onosek@redhat.com> - 1.62-3
f8c39b0
- Patch: ca cert was removed on koji-1.24.0
f8c39b0
4007cde
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
4007cde
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4007cde
1be3bb1
* Wed Dec 02 2020 Ondřej Nosek <onosek@redhat.com> - 1.62-1
1be3bb1
- Allow skipping nvr checking for chain-build - rhbz#1890701 (onosek)
1be3bb1
- Code-style improvement - imports are sorted (onosek)
1be3bb1
- Fix Jenkinks tests (onosek)
1be3bb1
- Avoid blank lines in log files for lookaside (contyk)
1be3bb1
- container-build: fix help text for --isolated argument (kdreyer)
1be3bb1
- Add --signing-intent and --repo-url to 'flatpak-build' (otaylor)
1be3bb1
- Add hashtype to lookaside download path - #521 (turivniy)
1be3bb1
- Add new layout for packages that missing specfile - rhbz#1885771 (onosek)
1be3bb1
118a378
* Mon Sep 07 2020 Ondřej Nosek <onosek@redhat.com> - 1.61-1
118a378
- Pytest update and MANIFEST.in prune (onosek)
118a378
- Re-enable clog tests (onosek)
118a378
- Skip directories inside of imported srpm file - rhbz#1866297 (onosek)
118a378
- Skip 'sources' file when it is missing - rhbz#1867440 (onosek)
118a378
- New layout for retired packages - rhbz#1867822 (onosek)
118a378
- added a extendable layout module to deal with different package layouts
118a378
  within the CLI (2183506+odra)
118a378
- Add (onosek)
118a378
- Pytest replaces nosetests - #501 (onosek)
118a378
- Disable some test for 'clog' functionality (onosek)
118a378
- Suggest a way to track remote branch - update (onosek)
118a378
- Suggest a way to track remote branch in the error log (cqi)
118a378
- Remove deprecated support for kojiconfig (onosek)
118a378
- Switch from krb_login to gssapi_login - rhbz#1830430 (onosek)
118a378
- Disable test method's docstring in nosetests list (onosek)
118a378
- Check repo name for correct format (onosek)
118a378
- Unittests for passing additional arguments (onosek)
118a378
- Passing additional arguments to underlaying commands - #432 (onosek)
118a378
- Updated supported plaforms in documentation (onosek)
118a378
- Repair compatible formatting for Python 2.6 (onosek)
118a378
- Repair downloading sources into external directory (onosek)
118a378
f6188c9
* Mon Aug 31 2020 Ondřej Nosek <onosek@redhat.com> - 1.60-8
f6188c9
- Patch: Skip 'sources' file when it is missing
f6188c9
30dab81
* Fri Aug 07 2020 Ondřej Nosek <onosek@redhat.com> - 1.60-7
30dab81
- Patch: added layout module to deal with different package layouts
30dab81
- Patch: clog tests workaround
30dab81
b881906
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-6
b881906
- Second attempt - Rebuilt for
b881906
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b881906
44da389
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-5
44da389
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
44da389
e9660a8
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 1.60-4
e9660a8
- Rebuilt for Python 3.9
e9660a8
2e840fb
* Tue May 19 2020 Ondřej Nosek <onosek@redhat.com> - 1.60-3
2e840fb
- Patch: Switch from krb_login to gssapi_login
2e840fb
fbf4021
* Mon May 11 2020 Ondřej Nosek <onosek@redhat.com> - 1.60-2
fbf4021
- Releasing the epel8 version
fbf4021
52383fa
* Fri Mar 20 2020 Ondřej Nosek <onosek@redhat.com> - 1.60-1
52383fa
- More transparent check of retired package (onosek)
52383fa
- Run newer version of sphinx-build tool (onosek)
52383fa
- Lookaside cache upload is not based on an extension - #484 (onosek)
52383fa
- container-build: additional warning when using --release (mlangsdo)
52383fa
- allow compose-id with repo-url for container_build (rcerven)
52383fa
- Clone config customization for namespaces - 231 (onosek)
52383fa
- Repair Jenkins tests (onosek)
52383fa
- (new-)sources should fail with git tracked files - 241 (onosek)
52383fa
- Handle new cachito dependency replacement argument (athoscr)
52383fa
- module-build optional key help - 280 (onosek)
52383fa
- Modify watch-cancel message (sgallagh)
52383fa
- Create stats for module builds in 'init' state (csomh)
52383fa
- RPM 4.15 changed header returns from type 'bytes' to 'string'. Handle either
52383fa
  by converting to 'string' if necessary. (mmathesi)
52383fa
- Don't expect module build tasks to have "rpms" (mulaieva)
52383fa
- Propagate module_hotfixes to getMockConfig - rhbz#1780228 (lsedlar)
52383fa
- Add check for wrong repo name format during clone - 353 (onosek)
52383fa
- Simplify methods for getting namespace giturl (onosek)
52383fa
- Use a single thread pool while watching module builds (csomh)
52383fa
- Also capture stderr in logfile (orion)
52383fa
- Line up descriptions for better code readability (onosek)
52383fa
- Isolated container-build should allow arches override (rcerven)
52383fa
- container-build: add --koji-parent-build argument (kdreyer)
52383fa
- tests: add container-build --isolated test (kdreyer)
52383fa
- container-build: add --isolated argument (kdreyer)
52383fa
- Pass skip_build option to buildContainer (rcerven)
52383fa
- Reuse koji_cli.lib.unique_path (cqi)
52383fa
2f9b019
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-6
2f9b019
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2f9b019
e6213fc
* Thu Jan 02 2020 Ondřej Nosek <onosek@redhat.com> - 1.59-5
e6213fc
- Some patches:
e6213fc
- Propagate module_hotfixes to getMockConfig
e6213fc
- Don't expect module build tasks to have "rpms"
e6213fc
- RPM 4.15 changed header - type conversion
e6213fc
- Create stats for module builds in 'init' state
e6213fc
6b1fa46
* Tue Dec 03 2019 Ondřej Nosek <onosek@redhat.com> - 1.59-4
6b1fa46
- Patch: limited thread pool for watching module builds
6b1fa46
4ed51c3
* Thu Nov 14 2019 Ondřej Nosek <onosek@redhat.com> - 1.59-3
4ed51c3
- Backport: Isolated container-build should allow arches override
4ed51c3
667c617
* Fri Oct 25 2019 Ondrej Nosek <onosek@redhat.com> - 1.59-2
667c617
- Backport: container-build: add --isolated and --koji-parent-build arguments
667c617
- Backport: Pass skip_build option to buildContainer
667c617
- Backport: Reuse koji_cli.lib.unique_path
667c617
c2ee9d5
* Mon Sep 16 2019 Ondřej Nosek <onosek@redhat.com> - 1.59-1
c2ee9d5
- Add argument to skip build option for container-build (rcerven)
c2ee9d5
- Sorting imports (onosek)
c2ee9d5
- Ignore error when adding exclude patterns - 1733862 (onosek)
c2ee9d5
- Path to lookaside repo fix (onosek)
c2ee9d5
- Add commands for interacting with Koji side-tag plugin - 329 (lsedlar)
c2ee9d5
- Do not delete files related to gating on import (onosek)
c2ee9d5
- Support integer values in the optional module-build arguments (mprahl)
c2ee9d5
- container-build: add --build-release argument (kdreyer)
c2ee9d5
- Allow some arguments for container-build together (onosek)
c2ee9d5
- git-changelog: Fix running on Python 3 - 3 (onosek)
c2ee9d5
- Port to libmodulemd 2 API (lsedlar)
c2ee9d5
- Module-overview allows filtering by owner - 325 (onosek)
c2ee9d5
- Different import --offline command behavior - #445 (onosek)
c2ee9d5
- Show nvr in container-build (onosek)
c2ee9d5
- Custom handler for koji watch_tasks (onosek)
c2ee9d5
- Unittests for clone command (onosek)
c2ee9d5
- Fix clone --branches - rhbz#1707223 (tmz)
c2ee9d5
- Make gitbuildhash work for windows builds (lsedlar)
c2ee9d5
ff629bc
* Mon Sep 16 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-10
ff629bc
- Update koji dependency
ff629bc
e6d27f4
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.58-9
e6d27f4
- Rebuilt for Python 3.8
e6d27f4
4bb1c1f
* Thu Aug 01 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-8
4bb1c1f
- Obsoletes python2-rpkg after upgrade to Fedora30
4bb1c1f
633dc7b
* Wed Jul 31 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.58-7
633dc7b
- Fix libmodulemd requirements
633dc7b
5d29b3d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-6
5d29b3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5d29b3d
71d146c
* Mon Jun 10 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-5
71d146c
- Now again, libmodulemd is required instead of python3-libmodulemd because
71d146c
  it was causing troubles with upgrades.
71d146c
db9eb04
* Mon Jun 10 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-4
db9eb04
- Modify required version of koji package
db9eb04
b725d69
* Mon May 27 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-3
b725d69
- Backport: Custom handler for koji watch_tasks
b725d69
- Backport: Show nvr in container-build
b725d69
- Backport: Different import --offline command behavior
b725d69
67075c4
* Thu May 09 2019 Ondrej Nosek <onosek@redhat.com> - 1.58-2
67075c4
- Backport: fixed 'clone --branch' command
67075c4
687ceb8
* Mon Apr 29 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-1
687ceb8
- Ignore files in a cloned repository - #355 (onosek)
687ceb8
- Handle data from python RPM binding as UTF-8 string (zebob.m)
687ceb8
- srpm_import: be compatible with rhbz#1693751 (praiskup)
687ceb8
- Pass --enable-network to mock - 314 (onosek)
687ceb8
- Enhance 'module-overview' sub-command to show scratch status of modules.
687ceb8
  (mmathesi)
687ceb8
- Remove the ability to parse a module's branch automatically to determine the
687ceb8
  base module stream override (mprahl)
687ceb8
- Improvements for scratch module builds (mmathesi)
687ceb8
- Updates to support scratch module builds (mmathesi)
687ceb8
- Refactor fake Koji credential handling from TestBuildPackage class into new
687ceb8
  FakeKojiCreds class so it can be shared with TestModulesCli class. (mmathesi)
687ceb8
- Make Koji upload methods more generic so they can be reused. (mmathesi)
687ceb8
- Allow passing --offline and -r to mbs-manager build_module_locally. (jkaluza)
687ceb8
- Depth param for clone - tuning (onosek)
687ceb8
- Depth param for clone - #363 (onosek)
687ceb8
- Pass --disablerepo and --enablerepo to mock - 313 (onosek)
687ceb8
- Import srpm without uploading sources - rhbz#1175262 (onosek)
687ceb8
- Ignore any specified profile when finding the Flatpak build target (otaylor)
687ceb8
- Show module build links in output from command module-build (cqi)
687ceb8
- Add 'retire' command supporting both packages and modules (mmathesi)
687ceb8
- Fix "push --force" (tim)
687ceb8
- Container-build returns its status to command-line - #415 (onosek)
687ceb8
- Upload .crate files to lookaside cache - 312 (onosek)
687ceb8
- Restrict version of PyYAML on Python 2.6 (lsedlar)
687ceb8
- Simplify srpm method (onosek)
687ceb8
- Permit setting arbitrary rpm macros during build (riehecky)
687ceb8
- Add the ability to configure multiple regex expressions for
687ceb8
  base_module_stream_regex_from_branch (mprahl)
687ceb8
- Do not require PyGObject in setup.py - rhbz#1679365 (onosek)
687ceb8
- Fixing failing Jenkins tests (onosek)
687ceb8
- Unify update-docs script with fedpkg version (onosek)
687ceb8
- README: add links (onosek)
687ceb8
- Watch multiple module builds (cqi)
687ceb8
- Added update-docs script (onosek)
687ceb8
26e277b
* Thu Apr 25 2019 Ondřej Nosek <onosek@redhat.com> - 1.57-9
26e277b
- yet another compat fix with RPM after rhbz#1693751
26e277b
86fbb49
* Fri Apr 19 2019 Pavel Raiskup <praiskup@redhat.com> - 1.57-8
86fbb49
- compat fix with RPM after rhbz#1693751
86fbb49
cbcb140
* Wed Mar 20 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.57-7
cbcb140
- Backport patch for uploading *.crate into lookaside
cbcb140
b4d89cd
* Thu Feb 07 2019 Ondřej Nosek <onosek@redhat.com> - 1.57-6
b4d89cd
- Revert previous change.
b4d89cd
  Now python-gobject-base & libmodulemd are removed from epel7 and RHEL7
b4d89cd
6ab6eca
* Tue Feb 05 2019 Ondřej Nosek <onosek@redhat.com> - 1.57-5
6ab6eca
- python-gobject-base & libmodulemd also for epel7 and RHEL7
6ab6eca
e830bea
* Mon Feb 04 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.57-4
e830bea
- Disable Py2 package on F30+
e830bea
58005ef
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-3
58005ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
58005ef
8cb4ccb
* Thu Jan 03 2019 Ondřej Nosek <onosek@redhat.com> - 1.57-2
8cb4ccb
- Merge changes of the .spec files for Fedora and RHEL
8cb4ccb
8cb4ccb
* Thu Dec 13 2018 Ondřej Nosek <onosek@redhat.com> - 1.57-1
8cb4ccb
- Use idna 2.7 for Python 2.6 (lsedlar)
8cb4ccb
- Imports are sorted (onosek)
8cb4ccb
- libmodulemd is missing on el7 - #402 (onosek)
8cb4ccb
- Initialize bash autocompletion (onosek)
8cb4ccb
- Set configuration in case of "clone --branches" as well (tim)
8cb4ccb
- Fix fake spec file for clog tests (cqi)
8cb4ccb
- Move argparse fix from fedpkg - #398 (onosek)
8cb4ccb
- Send source mtime to dist-git - 220 (lsedlar)
8cb4ccb
- Fix tests for mock package manager (lsedlar)
8cb4ccb
- Specify package manager for mock-config (lsedlar)
8cb4ccb
- Add contributing guide (onosek)
8cb4ccb
- Validate the module build optional argument when parsing the argument
8cb4ccb
  (mprahl)
8cb4ccb
- Add config options to parse the base module (e.g. platform) stream from the
8cb4ccb
  dist-git branch and apply a buildrequire override (mprahl)
8cb4ccb
- Add the ability to pass in buildrequire and require overrides on a module
8cb4ccb
  build (mprahl)
8cb4ccb
- Raise an error if the module build command receives optional arguments that
8cb4ccb
  conflict (mprahl)
8cb4ccb
- Silence Python3 SafeConfigParser warnings (mmathesi)
8cb4ccb
- Allow to pass posargs to tox from make (cqi)
8cb4ccb
- Specify dependent packages in one place (cqi)
8cb4ccb
- Don't registry flatpak-build command on Python-2.6 (otaylor)
8cb4ccb
- Add flatpak-build subcommand (otaylor)
8cb4ccb
- Don't pass the MBS API URL around as a parameter (otaylor)
8cb4ccb
- TestContainerBuildWithKoji: tear down the mock appropriately (otaylor)
8cb4ccb
- Refine test runner for py26 (cqi)
8cb4ccb
687ceb8
* Thu Nov 15 2018 Ondřej Nosek <onosek@redhat.com> - 1.56-4
687ceb8
- Allow build for RHEL-8  (onosek)
687ceb8
687ceb8
* Wed Nov 14 2018 Ondřej Nosek <onosek@redhat.com> - 1.56-3
687ceb8
- No mock warning (onosek)
687ceb8
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