New upstream version: 83504fe
This commit is contained in:
parent
467e7e3c3b
commit
38ef1cd357
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/dnf-55e6369.tar.xz
|
||||
/dnf-4b96ea8.tar.xz
|
||||
/dnf-c1716d7.tar.xz
|
||||
/dnf-83504fe.tar.xz
|
||||
|
26
dnf.spec
26
dnf.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev c1716d7
|
||||
%global gitrev 83504fe
|
||||
%global hawkey_version 0.4.2
|
||||
%global librepo_version 1.2.0
|
||||
%global libcomps_version 0.1.3
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
Name: dnf
|
||||
Version: 0.4.3
|
||||
Release: 1.git%{gitrev}%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
Group: System Environment/Base
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -51,8 +51,8 @@ make doc-man
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# %check
|
||||
# make ARGS="-V" test
|
||||
%check
|
||||
make ARGS="-V" test
|
||||
|
||||
%files
|
||||
%doc AUTHORS README.rst COPYING PACKAGE-LICENSING
|
||||
@ -77,6 +77,24 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Oct 7 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.3-2
|
||||
- remove: dnf.yum.rpmsack.RPMDBProblem*. (Ales Kozumplik)
|
||||
- Update some old-style classes. (Ales Kozumplik)
|
||||
- support 'dnf group remove' (RhBug:1013764) (Ales Kozumplik)
|
||||
- remove: Base._limit_installonly_pkgs(). (Ales Kozumplik)
|
||||
- tests: latest libcomps version has a GroupID objects for env.option_ids. (Ales Kozumplik)
|
||||
- doc: 'group info'. (RhBug:1013773) (Ales Kozumplik)
|
||||
- groups: add support for 'dnf group info' (Ales Kozumplik)
|
||||
- tests: add a group that reflects our other testing packages. (Ales Kozumplik)
|
||||
- packaging: require GTE versions of dependencies. (Ales Kozumplik)
|
||||
- cosmetic: trailing whitespace (Ales Kozumplik)
|
||||
- Fix error handling in Base.install and YumBaseCli.installPkgs. (Radek Holy)
|
||||
- Fix error handling in Base.remove and YumBaseCli.erasePkgs. (Radek Holy)
|
||||
- Fix error handling in Base.update and YumBaseCli.updatePkgs. (Radek Holy)
|
||||
- Fix error handling in Base.downgrade and YumBaseCli.downgradePkgs. (Radek Holy)
|
||||
- tests: reenable the repo cost testing again. (Ales Kozumplik)
|
||||
- tests: cleanups in support.py (Ales Kozumplik)
|
||||
|
||||
* Tue Oct 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.2-1.gitc1716d7
|
||||
- always enable LRO_FASTESTMIRROR (Zdenek Pavlas)
|
||||
- progress: add "err" argument to end() callback, merge with failure() (Zdenek Pavlas)
|
||||
|
Loading…
Reference in New Issue
Block a user