merge from f18
This commit is contained in:
commit
d24102ec1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/dnf-6a055e6.tar.xz
|
/dnf-6a055e6.tar.xz
|
||||||
/dnf-3701ad6.tar.xz
|
/dnf-3701ad6.tar.xz
|
||||||
/dnf-b901926.tar.xz
|
/dnf-b901926.tar.xz
|
||||||
|
/dnf-dec970f.tar.xz
|
||||||
|
13
dnf.spec
13
dnf.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev b901926
|
%global gitrev dec970f
|
||||||
%global hawkey_version 0.3.5
|
%global hawkey_version 0.3.6
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.2.19
|
Version: 0.2.20
|
||||||
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
|
||||||
@ -52,6 +52,13 @@ make ARGS="-V" test
|
|||||||
%{_mandir}/man8/dnf.8.gz
|
%{_mandir}/man8/dnf.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 18 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.20-1.gitdec970f
|
||||||
|
- fix '--exclude' command-line option (related RhBug:871892)
|
||||||
|
- Introduce --best switch to force trying latest packages in transactions ( RhBug:882211)
|
||||||
|
- fix '--disablerepo' (related RhBug:871892)
|
||||||
|
- Tell RPM it's OK to downgrade during dist-sync (RhBug:894339)
|
||||||
|
- 'dnf install' should skip already installed packages and say so. (RhBug:882851)
|
||||||
|
|
||||||
* Thu Jan 3 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.19-1.gitb901926
|
* Thu Jan 3 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.19-1.gitb901926
|
||||||
- options parsing: do not access repositories before cache_c is ready. (RhBug:889706)
|
- options parsing: do not access repositories before cache_c is ready. (RhBug:889706)
|
||||||
- move to the latest hawkey using libsolv-0.2.3
|
- move to the latest hawkey using libsolv-0.2.3
|
||||||
|
Loading…
Reference in New Issue
Block a user