New upstream version: fe34987
This commit is contained in:
parent
56fbe46c24
commit
7fe149af50
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/dnf-272eb06.tar.xz
|
||||
/dnf-70d6e3b.tar.xz
|
||||
/dnf-2aa5c6b.tar.xz
|
||||
/dnf-fe34987.tar.xz
|
||||
|
33
dnf.spec
33
dnf.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev 2aa5c6b
|
||||
%global gitrev fe34987
|
||||
%global hawkey_version 0.4.18
|
||||
%global librepo_version 1.7.5
|
||||
%global libcomps_version 0.1.6
|
||||
@ -6,7 +6,7 @@
|
||||
%global confdir %{_sysconfdir}/dnf
|
||||
|
||||
Name: dnf
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
Group: System Environment/Base
|
||||
@ -16,6 +16,7 @@ URL: https://github.com/akozumpl/dnf
|
||||
Source0: http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pyliblzma
|
||||
BuildRequires: python2
|
||||
BuildRequires: python-bugzilla
|
||||
BuildRequires: python-hawkey >= %{hawkey_version}
|
||||
@ -29,6 +30,7 @@ BuildRequires: systemd
|
||||
BuildRequires: gettext
|
||||
Requires: deltarpm
|
||||
Requires: libreport-filesystem
|
||||
Requires: pyliblzma
|
||||
Requires: python-hawkey >= %{hawkey_version}
|
||||
Requires: python-iniparse
|
||||
Requires: python-libcomps >= %{libcomps_version}
|
||||
@ -136,6 +138,33 @@ popd
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Jul 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.5-1
|
||||
- packaging: also add pyliblzma to BuildRequires. (Ales Kozumplik)
|
||||
- essential cleanup in dnf.yum.misc, removing a couple of functions too. (Ales Kozumplik)
|
||||
- remove: Base.findDeps and friends. (Ales Kozumplik)
|
||||
- Make pyliblzma a requriement. (RhBug:1123688) (Ales Kozumplik)
|
||||
- whole user name can contain non-ascii chars (RhBug:1121280) (Jan Silhan)
|
||||
- Straighten up the exceptions when getting a packages header. (RhBug:1122900) (Ales Kozumplik)
|
||||
- tests: refactor: rename test_resource_path() -> resource_path() and use it more. (Ales Kozumplik)
|
||||
- transifex update (Jan Silhan)
|
||||
- remove: conf.commands. (Ales Kozumplik)
|
||||
- proxy username and password, for both CLI and API. (RhBug:1120583) (Ales Kozumplik)
|
||||
- conf: only 'main' is a reserved section name. (Ales Kozumplik)
|
||||
- refactoring: cleanup a couple of lint warnings in base.py. (Ales Kozumplik)
|
||||
- refactoring: move repo reading implementation out of dnf.Base. (Ales Kozumplik)
|
||||
- refactor: repo_setopts is a CLI thing and doesn't belong to Base. (Ales Kozumplik)
|
||||
- refactor: move cleanup methods to dnf.cli.commands.clean. (Ales Kozumplik)
|
||||
- depsolving: doesn't install both architectures of pkg by filename (RhBug:1100946) (Jan Silhan)
|
||||
- refactor: put CleanCommand in its own module. (Ales Kozumplik)
|
||||
- cli: avoid 'Error: None' output on malformed CLI commands. (Ales Kozumplik)
|
||||
- remove the special SIGQUIT handler. (Ales Kozumplik)
|
||||
- api: In Repo(), cachedir is a required argument. (Ales Kozumplik)
|
||||
- api: better describe how Repos should be created, example. (RhBug:1117789) (Ales Kozumplik)
|
||||
- Base._conf lasts the lifetime of Base and can be passed via constructor. (Ales Kozumplik)
|
||||
- doc: faq: having Yum and DNF installed at the same time. (Ales Kozumplik)
|
||||
- remove: protected_packages config option, it has been ignored. (Ales Kozumplik)
|
||||
- fix: misleading error message when no repo is enabled. (Ales Kozumplik)
|
||||
|
||||
* Wed Jul 16 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.4-1
|
||||
- pkg name from rpm transaction callback is in Unicode (RhBug:1118796) (Jan Silhan)
|
||||
- packaging: python3-dnf depends on dnf. (RhBug:1119032) (Ales Kozumplik)
|
||||
|
Loading…
Reference in New Issue
Block a user