New upstream version: 2f8923e
This commit is contained in:
parent
86cc0f1ea5
commit
7be62c4aa5
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/dnf-1566248.tar.xz
|
/dnf-1566248.tar.xz
|
||||||
/dnf-2c0cf93.tar.xz
|
/dnf-2c0cf93.tar.xz
|
||||||
/dnf-a0828fa.tar.xz
|
/dnf-a0828fa.tar.xz
|
||||||
|
/dnf-2f8923e.tar.xz
|
||||||
|
28
dnf.spec
28
dnf.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev a0828fa
|
%global gitrev 2f8923e
|
||||||
%global hawkey_version 0.4.11
|
%global hawkey_version 0.4.11
|
||||||
%global librepo_version 1.4.0
|
%global librepo_version 1.4.0
|
||||||
%global libcomps_version 0.1.4
|
%global libcomps_version 0.1.4
|
||||||
@ -6,7 +6,7 @@
|
|||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.4.15
|
Version: 0.4.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -132,6 +132,30 @@ popd
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.16-1
|
||||||
|
- fix: ensure MDPayload always has a valid progress attribute. (RhBug:1069996) (Ales Kozumplik)
|
||||||
|
- refactor: Move repo-pkgs upgrade-to to a standalone class instead of reusing the UpgradeToCommand. (Radek Holy)
|
||||||
|
- remove: BaseCli.updatePkgs (Radek Holy)
|
||||||
|
- refactor: Remove the reference to updatePkgs from UpgradeSubCommand. (Radek Holy)
|
||||||
|
- refactor: Remove the reference to updatePkgs from UpgradeCommand. (Radek Holy)
|
||||||
|
- refactor: Move repo-pkgs upgrade to a standalone class instead of reusing the UpgradeCommand. (Radek Holy)
|
||||||
|
- remove: BaseCli.installPkgs (Radek Holy)
|
||||||
|
- refactor: Remove the reference to installPkgs from InstallSubCommand. (Radek Holy)
|
||||||
|
- refactor: Remove the reference to installPkgs from InstallCommand. (Radek Holy)
|
||||||
|
- refactor: Move repo-pkgs install to a standalone class instead of reusing the InstallCommand. (Radek Holy)
|
||||||
|
- Revert "Support filtering by repository name in install_groupie." (Radek Holy)
|
||||||
|
- Revert "Support filtering by repository name in Base.select_group." (Radek Holy)
|
||||||
|
- Drop group filtering by repository name from installPkgs. (Radek Holy)
|
||||||
|
- Drop "repo-pkgs install @Group" support. (Radek Holy)
|
||||||
|
- refactor: Move CheckUpdateCommand.check_updates to BaseCli. (Radek Holy)
|
||||||
|
- refactor: Move repo-pkgs check-update to a standalone class instead of reusing the CheckUpdateCommand. (Radek Holy)
|
||||||
|
- refactor: Move repo-pkgs list to a standalone class instead of reusing the ListCommand. (Radek Holy)
|
||||||
|
- tests: Add tests of repo-pkgs info against the documentation. (Radek Holy)
|
||||||
|
- Fix "repo-pkgs info installed" behavior with respect to the documentation. (Radek Holy)
|
||||||
|
- refactor: Move MockBase methods to BaseStubMixin. (Radek Holy)
|
||||||
|
- refactor: Move repo-pkgs info to a standalone class instead of reusing the InfoCommand. (Radek Holy)
|
||||||
|
- refactor: Move InfoCommand._print_packages to BaseCli.output_packages. (Radek Holy)
|
||||||
|
|
||||||
* Mon Feb 24 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.15-1
|
* Mon Feb 24 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.15-1
|
||||||
- refactor: Payload makes more sense to live in dnf.callback. (Ales Kozumplik)
|
- refactor: Payload makes more sense to live in dnf.callback. (Ales Kozumplik)
|
||||||
- api: document dnf.callback.DownloadProgress and friends. (Ales Kozumplik)
|
- api: document dnf.callback.DownloadProgress and friends. (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user