Skip to content

Commit da0c244

Browse files
author
Jakub Ruzicka
committed
Fix 0.44 -> 0.44.0 as pbr dictates.
Also remove setup.py bdist_wheel target that isn't working with available pbr versions and I don't know why it was added in a first place. Change-Id: I795c2868cdab839faefd13e36f7ab5b5df673d42
1 parent 08a50f1 commit da0c244

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doc:
1111
make -C doc/
1212

1313
dist: doc
14-
python setup.py sdist bdist_wheel
14+
python setup.py sdist
1515

1616
clean:
1717
rm -rf dist/ doc/{html,man} rdopkg.egg-info

rdopkg.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rdopkg
2-
Version: 0.44
2+
Version: 0.44.0
33
Release: 1%{?dist}
44
Summary: RPM packaging automation tool
55

@@ -65,8 +65,8 @@ install -p -m 644 doc/man/*.7 %{buildroot}%{_mandir}/man7/
6565
%{_mandir}/man7
6666

6767
%changelog
68-
* Wed Jul 19 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44-1
69-
- Update to 0.44
68+
* Wed Jul 19 2017 Jakub Ruzicka <jruzicka@redhat.com> 0.44.0-1
69+
- Update to 0.44.0
7070
- Add BDD feature tests using python-behave
7171
- Add options to specify user and mail in changelog entry
7272
- Add support for buildsys-tags in info-tags-diff

0 commit comments

Comments
 (0)