Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Richard Hughes
f0650465cb New upstream release 2013-05-08 09:44:51 +01:00
Richard Hughes
60d39b9c96 New upstream release
- Don't fail 'zif refresh-cache' if a repo is unavailable
- Fix 'zif remove-with-deps' to not remove user-action packages
- Set the correct basearch for ARM processors
2013-01-08 09:54:10 +00:00
Richard Hughes
157437f8ba New upstream release
- Cold startup is now much quicker. Typically this makes the command
  line 'zif' executable 80% faster to startup.
- Store the metdata checksum in an xattr to speed up checking metadata
- Turn off header validation when loading the rpmdb
2012-11-25 17:13:16 +00:00
Richard Hughes
f9e8064f0d New upstream release
- Enable any debuginfo repos if the user searches for a debuginfo package
- Fix a lot of GObject Introspection tags and add a small python example
- Support the skip_if_unavailable config option
2012-10-26 10:42:43 +01:00
Richard Hughes
b1ad25344f New upstream release
- Import all the GPG keys found from gpgkey in a repo file
2012-09-21 11:14:42 +01:00
3 changed files with 43 additions and 2 deletions

5
.gitignore vendored
View file

@ -16,3 +16,8 @@
/zif-0.2.9.tar.xz
/zif-0.3.0.tar.xz
/zif-0.3.1.tar.xz
/zif-0.3.2.tar.xz
/zif-0.3.3.tar.xz
/zif-0.3.4.tar.xz
/zif-0.3.5.tar.xz
/zif-0.3.6.tar.xz

View file

@ -1 +1 @@
898ecd9a2ba43d250fdda8b37834bbcc zif-0.3.1.tar.xz
fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz

View file

@ -1,6 +1,6 @@
Summary: Simple wrapper for rpm and the Fedora package metadata
Name: zif
Version: 0.3.1
Version: 0.3.6
Release: 1%{?dist}
License: GPLv2+
URL: http://people.freedesktop.org/~hughsient/zif/
@ -23,6 +23,7 @@ BuildRequires: zlib-devel
BuildRequires: gpgme-devel
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: libattr-devel
BuildRequires: gobject-introspection-devel
%description
@ -96,6 +97,41 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
%{_datadir}/gir-1.0/*.gir
%changelog
* Wed May 08 2013 Richard Hughes <richard@hughsie.com> 0.3.6-1
- New upstream release
- Add a --version argument to the Zif command line tool
- Add support for the nogpgcheck command line option
- Add the rdeptree command
- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys
- Do not abort because an update tries to remove the running kernel
- Fix a crash when using 'zif local-install' on an unsigned package
- Fix some metadata downloads being retried over and over again
- Install the package when the user does 'zif install /usr/sbin/powertop'
- Support installing packages using an rpm provide name
* Tue Jan 08 2013 Richard Hughes <richard@hughsie.com> 0.3.5-1
- New upstream release
- Don't fail 'zif refresh-cache' if a repo is unavailable
- Fix 'zif remove-with-deps' to not remove user-action packages
- Set the correct basearch for ARM processors
* Sun Nov 25 2012 Richard Hughes <richard@hughsie.com> 0.3.4-1
- New upstream release
- Cold startup is now much quicker. Typically this makes the command
line 'zif' executable 80% faster to startup.
- Store the metdata checksum in an xattr to speed up checking metadata
- Turn off header validation when loading the rpmdb
* Fri Oct 26 2012 Richard Hughes <richard@hughsie.com> 0.3.3-1
- New upstream release
- Enable any debuginfo repos if the user searches for a debuginfo package
- Fix a lot of GObject Introspection tags and add a small python example
- Support the skip_if_unavailable config option
* Fri Sep 21 2012 Richard Hughes <richard@hughsie.com> 0.3.2-1
- New upstream release
- Import all the GPG keys found from gpgkey in a repo file
* Mon Aug 06 2012 Richard Hughes <richard@hughsie.com> 0.3.1-1
- New upstream release with new soname, rebuilds required.