Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to 0.42
Changelog:
- Update to 0.42
- Counter past %{?milestone} bug
- findpkg: new command to easily find single package
- specfile: extend BuildArch sanity check to %autosetup
- specfile: add a sanity check for double # patches_base
- tag-patches: ignore RPM Epoch
- get-source: unbreak after defaults change
- reqcheck: add --spec/-s output for pasting
- pkgenv: show patches apply method

Change-Id: Ie47bd9a53cd059bf92d0e710df33835e738b1534
  • Loading branch information
Jakub Ruzicka committed Nov 22, 2016
1 parent e7fb425 commit 31dc354
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion rdopkg.spec
@@ -1,5 +1,5 @@
Name: rdopkg
Version: 0.41.4
Version: 0.42
Release: 1%{?dist}
Summary: RPM packaging automation tool

Expand Down Expand Up @@ -60,6 +60,17 @@ install -p -m 644 doc/man/*.7 %{buildroot}%{_mandir}/man7/
%{_mandir}/man7

%changelog
* Tue Nov 22 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.42-1
- Update to 0.42
- Counter past %{?milestone} bug
- findpkg: new command to easily find single package
- specfile: extend BuildArch sanity check to %autosetup
- specfile: add a sanity check for double # patches_base
- tag-patches: ignore RPM Epoch
- get-source: unbreak after defaults change
- reqcheck: add --spec/-s output for pasting
- pkgenv: show patches apply method

* Tue Nov 08 2016 Jakub Ruzicka <jruzicka@redhat.com> 0.41.4-1
- Update to 0.41.4
- Fixed -c argument parsing
Expand Down
2 changes: 1 addition & 1 deletion rdopkg/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.41.4'
__version__ = '0.42'
VERSION = __version__

0 comments on commit 31dc354

Please sign in to comment.