mluscon pushed to dnf (f21). "Update dnf to 0.6.4-2"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 12:05:54 UTC 2015


>From 3f9d81b3510e5432c4921550f952bf94cc069892 Mon Sep 17 00:00:00 2001
From: Michal Luscon <mluscon at redhat.com>
Date: Mon, 13 Apr 2015 14:05:42 +0200
Subject: Update dnf to 0.6.4-2


diff --git a/.gitignore b/.gitignore
index 1800fb6..cc5a030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
 /dnf-a7e0aa1.tar.xz
 /dnf-13dce34.tar.xz
 /dnf-3a22891.tar.xz
+/dnf-0.6.4.tar.gz
diff --git a/dnf.spec b/dnf.spec
index 61d8d21..66544a7 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,8 +1,7 @@
-%{!?gitrev: %global gitrev 3a22891}
-%{!?hawkey_version: %global hawkey_version 0.5.3}
-%{!?librepo_version: %global librepo_version 1.7.5}
-%{!?libcomps_version: %global libcomps_version 0.1.6}
-%{!?rpm_version: %global rpm_version 4.12.0}
+%global hawkey_version 0.5.3
+%global librepo_version 1.7.5
+%global libcomps_version 0.1.6
+%global rpm_version 4.12.0
 
 %global confdir %{_sysconfdir}/dnf
 
@@ -12,7 +11,7 @@
 
 Name:		dnf
 Version:	0.6.4
-Release:	1%{?snapshot}%{?dist}
+Release:	2%{?snapshot}%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 # For a breakdown of the licensing, see PACKAGE-LICENSING
 License:	GPLv2+ and GPLv2 and GPL
@@ -22,7 +21,7 @@ URL:		https://github.com/rpm-software-management/dnf
 # cd dnf/package
 # ./archive
 # tarball will be generated in $HOME/rpmbuild/sources/
-Source0:	http://rpm-software-management.fedorapeople.org/dnf-%{gitrev}.tar.xz
+Source0:	http://rpm-software-management.fedorapeople.org/dnf-%{version}.tar.gz
 BuildArch:	noarch
 BuildRequires:	cmake
 BuildRequires:	pygpgme
@@ -100,7 +99,7 @@ Requires(postun):	systemd
 Alternative CLI to "dnf upgrade" suitable for automatic, regular execution.
 
 %prep
-%setup -q -n dnf
+%setup -q -n dnf-%{version}
 rm -rf py3
 mkdir ../py3
 cp -a . ../py3/
@@ -198,6 +197,86 @@ popd
 %systemd_postun_with_restart dnf-automatic.timer
 
 %changelog
+* Fri Apr 10 2015 Michal Luscon <mluscon at redhat.com> 0.6.4-2
+- spec: fix prep section (Michal Luscon)
+- subject: expand every glob name only once (RhBug:1203151) (Michal Luscon)
+- group mark: skips already installed groups (Jan Silhan)
+- fixed double set of demand from 0e4276f (Jan Silhan)
+- group: remove cmd don't load available_repos, see 04da412 (Jan Silhan)
+- Add release instructions (Michal Luscon)
+- setup tito to bump version in VERSION.cmake (Michal Luscon)
+- initialize to use tito (Michal Luscon)
+- prepare repo for tito build system (Michal Luscon)
+- completion: work with just python(3)-dnf (Jan Silhan)
+- bash-completion: use python method to get commands (RhBug:1187579) (Igor Gnatenko)
+- api: exposed pluginconfpath main config (RhBug:1195325) (Jan Silhan)
+- updated AUTHORS (Jan Silhan)
+- add reinstall to bash_completion (Alberto Ruiz)
+- added new packages to @System for duplicated query test (Michael Mraka)
+- test for duplicated, installonly and latest_limit pkgs (Michael Mraka)
+- tests for autoremove, extras and recent pkgs (Michael Mraka)
+- moved push_userinstalled from base to goal (Michael Mraka)
+- filter or skip 'n' latest packages (Michael Mraka)
+- moved recent to query (Michael Mraka)
+- moved autoremove to query (Michael Mraka)
+- moved extras list to query (Michael Mraka)
+- create query for installonly packages (Michael Mraka)
+- create query for duplicated packages (Michael Mraka)
+- cosmetic: base: fixed pylint warnings (Jan Silhan)
+- do transaction cleanup after plugin hook (RhBug:1185977) (Michal Luscon)
+- base: extend download lock (RhBug:1157233) (Michal Luscon)
+- lock: output meaningful error for malformed lock file (Michal Luscon)
+- util: fix race condition in ensure_dir() (Michal Luscon)
+- lock: switch metadata lock to blocking mode (Michal Luscon)
+- remove command deletes whole dependency tree (RhBug:1154202) (Jan Silhan)
+- cmd list takes <package-name-specs> as parameter, revert of 526e674 (Jan Silhan)
+- transifex update (Jan Silhan)
+- doc: fixed systemd execution of dnf-automatic (Jan Silhan)
+- doc: how to run dnf-automatic (RhBug:1195240) (Jan Silhan)
+- cosmetic: added forgotten :api mark from 05b03fc (Jan Silhan)
+- api: exposed Repo.skip_if_unavailable config (RhBug:1189083) (Jan Silhan)
+- updated documentation for 'dnf list autoremove' (Michael Mraka)
+- reuse list_autoremove() in autoremove command (Michael Mraka)
+- function for autoremove package list (Michael Mraka)                                                               
+- implemented dnf list autoremove (Michael Mraka)                                                                    
+- exclude not documented history subcommands (RhBug:1193914,1193915) (Jan Silhan)                                    
+- better file pattern recognition (RhBug:1195385) (Jan Silhan)                                                       
+- remove boot only constraint and add missing download lock (Michal Luscon)                                          
+- util: remove unused user_run_dir() function (Michal Luscon)                                                        
+- lock: change the destination folder of locks to allow suided programs work properly (RhBug:1195661) (Michal Luscon)
+- fixed unicode Download error (RhBug:1190458) (Jan Silhan)                                                          
+- log: print metadata age along with timestamp (Petr Spacek)                                                         
+- cli: fix double expansion of cachedir (RhBug:1194685) (Michal Luscon)                                              
+- removed unused dnf-makecache.cron (Jan Silhan)                                                                     
+- renamed erase command to remove (RhBug:1160806) (Jan Silhan)                                                       
+- AUTHORS: changed email address (Jan Silhan)                                                                        
+- doc: improve the documentation of the "install" command (Radek Holy)                                               
+- "dnf install non-existent" should fail (Radek Holy)                                                                
+- tests: add some tests of Base.install (Radek Holy)                                                                 
+- tests: add some tests of Base.package_install (Radek Holy)                                                         
+- Revert "doesn't upgrade packages by installing local packages" (RhBug:1160950) (Radek Holy)                        
+- lint: fix all Pylint errors in test_install (Radek Holy)                                                           
+- tests: add some tests to test_install (Radek Holy)
+- tests: improve some tests in test_install (Radek Holy)
+- cosmetic: reorder tests in test_install (Radek Holy)
+- cosmetic: rename some tests in test_install and add some docstrings (Radek Holy)
+- AUTHORS: updated (Jan Silhan)
+- Add support for armv6hl (Peter Hjalmarsson)
+- doc: subject.__init__(): what is pkg_spec (Jan Silhan)
+- doc: mentioning raising IOError from Base.fill_sack() (Jan Silhan)
+- option_parser: fixed splitting multiple values (RhBug:1186710) (Jan Silhan)
+- AUTHORS: updated (Jan Silhan)
+- Standardize words describing boolean data type (Christopher Meng)
+- build 0.6.4-1 (Jan Silhan)
+- Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)
+- not raises value error when no metadata exist (Jan Silhan)
+- README: fixed formating 2 (Jan Silhan)
+- README: fixed formating (Jan Silhan)
+- README: expanded DNF installation options (Jan Silhan)
+- allow snapshot versions (Michael Mraka)
+- simple script to build test package (Michael Mraka)
+- more standard way to find out latest commit (Michael Mraka)
+- let package version be specified on commandline (Michael Mraka)
 
 * Wed Feb 4 2015 Jan Silhan <jsilhan at redhat.com> - 0.6.4-1
 - Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)
diff --git a/sources b/sources
index b00ea2c..a685e56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a69d37c96b24db9e35e09148372dbc37  dnf-3a22891.tar.xz
+9261d21f344ad2bc00e2861e094639ee  dnf-0.6.4.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dnf.git/commit/?h=f21&id=3f9d81b3510e5432c4921550f952bf94cc069892


More information about the scm-commits mailing list