New upstream version: 85c924f
This commit is contained in:
parent
020880914c
commit
e9731953ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/dnf-8b435e9.tar.xz
|
/dnf-8b435e9.tar.xz
|
||||||
/dnf-91ba5e0.tar.xz
|
/dnf-91ba5e0.tar.xz
|
||||||
/dnf-03fd687.tar.xz
|
/dnf-03fd687.tar.xz
|
||||||
|
/dnf-85c924f.tar.xz
|
||||||
|
37
dnf.spec
37
dnf.spec
@ -1,11 +1,11 @@
|
|||||||
%global gitrev 03fd687
|
%global gitrev 85c924f
|
||||||
%global hawkey_version 0.3.11
|
%global hawkey_version 0.3.12
|
||||||
%global librepo_version 0.0.4
|
%global librepo_version 0.0.4
|
||||||
|
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
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
|
||||||
@ -65,8 +65,6 @@ make ARGS="-V" test
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post dnf-makecache.timer
|
%systemd_post dnf-makecache.timer
|
||||||
systemctl enable dnf-makecache.timer
|
|
||||||
systemctl start dnf-makecache.timer
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun dnf-makecache.timer
|
%systemd_preun dnf-makecache.timer
|
||||||
@ -76,6 +74,35 @@ systemctl start dnf-makecache.timer
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Mon May 13 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.5-1.git85c924f
|
||||||
|
- recognize 'dnf list upgrades' as an 'dnf list updates' alias. (Ales Kozumplik)
|
||||||
|
- transaction: add reinstall as a special action. (Ales Kozumplik)
|
||||||
|
- rename: Base.buildTransaction() -> build_transaction() (Ales Kozumplik)
|
||||||
|
- remove: dnf.yum.output.pkgname_ui() et al. (Ales Kozumplik)
|
||||||
|
- remove: dnf/yum/transactioninfo.py (Ales Kozumplik)
|
||||||
|
- transaction: migrate remaining legit uses of tsInfo before it's purged. (Ales Kozumplik)
|
||||||
|
- remove: SimpleCliCallBack, _getTxmbr from rpmtrans.py slimming it down. (Ales Kozumplik)
|
||||||
|
- transactions: fix post_transaction_output(). (Ales Kozumplik)
|
||||||
|
- transaction: make history work again. (Ales Kozumplik)
|
||||||
|
- refactor: Base.populate_ts() is now Transaction.populate_rpm_ts(). (Ales Kozumplik)
|
||||||
|
- rename: verify_pkg() -> verify_tsi_package(). (Ales Kozumplik)
|
||||||
|
- rename: verifyTransaction() -> verify_transaction() (Ales Kozumplik)
|
||||||
|
- transactions: reenable transaction verification. (Ales Kozumplik)
|
||||||
|
- remove: dnf/cli/callback.py, dnf/yum/callbacks.py. (Ales Kozumplik)
|
||||||
|
- populate_ts: handle obsoleting installs. (Ales Kozumplik)
|
||||||
|
- transaction: bring rpmtrans.py into a shape where transactions can be tested. (Ales Kozumplik)
|
||||||
|
- tests: adapt unit tests to dnf.transaction scheme of things. (Ales Kozumplik)
|
||||||
|
- transaction: migrate YumBaseCli.doTransaction() to dnf.transaction. (Ales Kozumplik)
|
||||||
|
- transaction: migrate YumOutput.list_transaction() to dnf.transaction. (Ales Kozumplik)
|
||||||
|
- transaction: rewrite Base.populate_ts() to use dnf.transaction. (Ales Kozumplik)
|
||||||
|
- transaction: use dnf.transaction instead of dnf.yum.transactioninfo in buildTransaction(). (Ales Kozumplik)
|
||||||
|
- add dnf.util.group_by_filter() (Ales Kozumplik)
|
||||||
|
- transaction: foundations of dnf.Transaction and a test. (Ales Kozumplik)
|
||||||
|
- transactions: do not use TransactionData to store the packaging requests. (Ales Kozumplik)
|
||||||
|
- tests: rename: test_transaction.py -> test_transactiondata.py (Ales Kozumplik)
|
||||||
|
- repo: handle reviving exceptions like any other librepo exception. (RhBug:961549) (Ales Kozumplik)
|
||||||
|
- doc: fix spellings of the distro-sync command. (RhBug:959990) (Ales Kozumplik)
|
||||||
|
|
||||||
* Thu May 2 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.4-1.git03fd687
|
* Thu May 2 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.4-1.git03fd687
|
||||||
- tests: python3 absolute imports. (Ales Kozumplik)
|
- tests: python3 absolute imports. (Ales Kozumplik)
|
||||||
- tests: rename: tests/base.py -> tests/support.py (Ales Kozumplik)
|
- tests: rename: tests/base.py -> tests/support.py (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user