New upstream version: 97180b8
This commit is contained in:
parent
ff97e5ccfe
commit
e336d3b731
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/dnf-dec970f.tar.xz
|
/dnf-dec970f.tar.xz
|
||||||
/dnf-e7d9c11.tar.xz
|
/dnf-e7d9c11.tar.xz
|
||||||
/dnf-050524e.tar.xz
|
/dnf-050524e.tar.xz
|
||||||
|
/dnf-97180b8.tar.xz
|
||||||
|
32
dnf.spec
32
dnf.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 050524e
|
%global gitrev 97180b8
|
||||||
%global hawkey_version 0.3.7
|
%global hawkey_version 0.3.8
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.2.21
|
Version: 0.2.22
|
||||||
Release: 1.git%{gitrev}%{?dist}
|
Release: 1.git%{gitrev}%{?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
|
||||||
@ -14,12 +14,14 @@ Source0: http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python2
|
BuildRequires: python2
|
||||||
|
BuildRequires: python-iniparse
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: rpm-python
|
BuildRequires: rpm-python
|
||||||
BuildRequires: urlgrabber
|
BuildRequires: urlgrabber
|
||||||
BuildRequires: python-hawkey = %{hawkey_version}
|
BuildRequires: python-hawkey = %{hawkey_version}
|
||||||
Requires: python-hawkey = %{hawkey_version}
|
Requires: python-hawkey = %{hawkey_version}
|
||||||
|
Requires: python-iniparse
|
||||||
Requires: crontabs
|
Requires: crontabs
|
||||||
Requires: libreport-filesystem
|
Requires: libreport-filesystem
|
||||||
|
|
||||||
@ -52,6 +54,30 @@ make ARGS="-V" test
|
|||||||
%{_mandir}/man8/dnf.8.gz
|
%{_mandir}/man8/dnf.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.22-1.git97180b8
|
||||||
|
- move is_glob_pattern() to dnf.util (Ales Kozumplik)
|
||||||
|
- validate parameter never used in Base.read_repos() (Ales Kozumplik)
|
||||||
|
- cosmetic: refactor: getReposFromConf*() -> read_*_repos() (Ales Kozumplik)
|
||||||
|
- refactor: introduce Cli.command property. (Ales Kozumplik)
|
||||||
|
- repos: get rid of Base.prerepoconf. (Ales Kozumplik)
|
||||||
|
- repos: simplify how repos are set up. (Ales Kozumplik)
|
||||||
|
- always use iniparse, do not fallback to ConfigParser. (Ales Kozumplik)
|
||||||
|
- 'dnf repolist' is silent. (Ales Kozumplik)
|
||||||
|
- enabling/disabling repos doesn't respect the cmdline order. (RhBug:913143) (Ales Kozumplik)
|
||||||
|
- install by filenames and globbed filenames (RhBug:912130) (Ales Kozumplik)
|
||||||
|
- doc: man page: better describe the input patterns. (Ales Kozumplik)
|
||||||
|
- tests: test_installroot_with_etc() broken on other machines. (Ales Kozumplik)
|
||||||
|
- fix globbing installs again. (Ales Kozumplik)
|
||||||
|
- 'dnf list' shouldn't look for provides. (Ales Kozumplik)
|
||||||
|
- pass installroot to the sack. (RhBug:915048) (Ales Kozumplik)
|
||||||
|
- fix traceback in Cli.configure() with --installroot (Ales Kozumplik)
|
||||||
|
- at least do not traceback if history undo doesn't work. (Ales Kozumplik)
|
||||||
|
- adapt to new interface hawkey.Subject interface (34bae0c) (Ales Kozumplik)
|
||||||
|
- search: try to make the better matches come on top. (Ales Kozumplik)
|
||||||
|
- search: perform the search case-insensitive. (Ales Kozumplik)
|
||||||
|
- tests: bring the cli.search() method under the test. (Ales Kozumplik)
|
||||||
|
- repo: when reverting repomd.xml make sure we reset its srcfile (RhBug:904706) (Ales Kozumplik)
|
||||||
|
|
||||||
* Mon Feb 11 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.21-1.git050524e
|
* Mon Feb 11 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.21-1.git050524e
|
||||||
- Selector.get_best_selector() should be able to handle simple version (not just EVR). (Ales Kozumplik)
|
- Selector.get_best_selector() should be able to handle simple version (not just EVR). (Ales Kozumplik)
|
||||||
- remove YumUtilBase(). (Ales Kozumplik)
|
- remove YumUtilBase(). (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user