New upstream release
This commit is contained in:
parent
595fc70c3c
commit
d2e54821f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.9.1-20140217.tar.xz
|
||||
/PackageKit-0.9.1-20140226.tar.xz
|
||||
/PackageKit-0.9.1-20140307.tar.xz
|
||||
/PackageKit-0.9.1.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||
|
||||
%define gitdate 20140307
|
||||
##%define gitdate 20140307
|
||||
|
||||
%define _default_patch_fuzz 2
|
||||
%global __python %{__python3}
|
||||
@ -9,11 +9,11 @@
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.9.1
|
||||
Release: 0.8.20140226%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{gitdate}.tar.xz
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
#Source0: http://www.packagekit.org/releases/%{name}-%{version}-%{gitdate}.tar.xz
|
||||
|
||||
# Fedora-specific: set Vendor.conf up for Fedora.
|
||||
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
@ -177,8 +177,8 @@ A simple helper that offers to install new packages on the command line
|
||||
using PackageKit.
|
||||
|
||||
%prep
|
||||
#%setup -q
|
||||
%setup -q -n %{name}-%{version}-%{gitdate}
|
||||
%setup -q
|
||||
#%setup -q -n %{name}-%{version}-%{gitdate}
|
||||
%patch0 -p1 -b .fedora
|
||||
|
||||
%build
|
||||
@ -193,6 +193,7 @@ using PackageKit.
|
||||
--disable-bash-completion \
|
||||
%endif
|
||||
--with-default-backend=auto \
|
||||
--with-python-package-dir=%{python3_sitearch} \
|
||||
--disable-local \
|
||||
--disable-strict \
|
||||
--disable-silent-rules \
|
||||
@ -252,12 +253,12 @@ popd > /dev/null
|
||||
%dir %{_sysconfdir}/PackageKit/events/pre-transaction.d
|
||||
%{_sysconfdir}/PackageKit/events/*.d/README
|
||||
%dir %{_localstatedir}/lib/PackageKit
|
||||
%dir %{python_sitelib}/packagekit
|
||||
%dir %{python3_sitearch}/packagekit
|
||||
%dir %{_localstatedir}/cache/PackageKit
|
||||
%ghost %verify(not md5 size mtime) %{_localstatedir}/cache/PackageKit/groups.sqlite
|
||||
%dir %{_localstatedir}/cache/PackageKit/downloads
|
||||
%dir %{_localstatedir}/cache/PackageKit/metadata
|
||||
%{python_sitelib}/packagekit/*py*
|
||||
%{python3_sitearch}/packagekit/*py*
|
||||
%if !0%{?rhel}
|
||||
%{_datadir}/bash-completion/completions/pkcon
|
||||
%endif
|
||||
@ -344,6 +345,16 @@ popd > /dev/null
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 0.9.1-1
|
||||
- New upstream release
|
||||
- Assume we don't want to install source packages with pkcon
|
||||
- Do not install into python_sitelib
|
||||
- Fall back to a details search for 'pkcon search foo'
|
||||
- gstreamer-plugin: Link with gstreamer 1.0
|
||||
- hawkey: Add support for the 'source' filter for queries
|
||||
- Set an idle IO priority for background threaded transactions
|
||||
- Set the default cache-age to 'never'
|
||||
|
||||
* Fri Mar 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.1-0.8.20140226
|
||||
- Update to today's master snapshot for an offline updates fix
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user