New version: 351e094

This commit is contained in:
Jan Silhan 2015-02-09 12:05:05 +01:00
parent fa73b5a724
commit acd4a87043

View File

@ -1,28 +1,28 @@
%global gitrev c8940d0
%global dnf_version 0.6.3
%{!?gitrev: %global gitrev 351e094}
%{?!dnf_version: %global dnf_version 0.6.3}
Name: dnf-plugins-core
Version: 0.1.4
Release: 1%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
URL: https://github.com/akozumpl/dnf-plugins-core
Name: dnf-plugins-core
Version: 0.1.5
Release: 1%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
URL: https://github.com/rpm-software-management/dnf-plugins-core
# source archive is created by running package/archive from a git checkout
Source0: dnf-plugins-core-%{gitrev}.tar.xz
Source0: dnf-plugins-core-%{gitrev}.tar.xz
BuildArch: noarch
BuildRequires: cmake
BuildRequires: dnf = %{dnf_version}
BuildRequires: gettext
BuildRequires: pykickstart
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: dnf = %{dnf_version}
Requires: pykickstart
Requires: python-requests
BuildArch: noarch
BuildRequires: cmake
BuildRequires: dnf = %{dnf_version}
BuildRequires: gettext
BuildRequires: pykickstart
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: dnf = %{dnf_version}
Requires: pykickstart
Requires: python-requests
%description
Core Plugins for DNF. This package enhance DNF with builddep, copr,
@ -31,13 +31,13 @@ reposync commands. Additionally provides generate_completion_cache, noroot and
protected_packages passive plugins.
%package -n python3-dnf-plugins-core
Summary: Core Plugins for DNF
Group: System Environment/Base
BuildRequires: python3-devel
BuildRequires: python3-dnf = %{dnf_version}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-dnf = %{dnf_version}
Summary: Core Plugins for DNF
Group: System Environment/Base
BuildRequires: python3-devel
BuildRequires: python3-dnf = %{dnf_version}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-dnf = %{dnf_version}
%description -n python3-dnf-plugins-core
Core Plugins for DNF, Python 3 version. This package enhance DNF with builddep, copr,
@ -85,12 +85,35 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%doc AUTHORS COPYING README.rst
%dir %{_sysconfdir}/dnf/protected.d
%ghost %{_var}/cache/dnf/packages.db
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/
%{python3_sitelib}/dnf-plugins/*
%{python3_sitelib}/dnf-plugins/__pycache__/*
%{python3_sitelib}/dnfpluginscore/
%{_mandir}/man8/dnf.plugin.*
%changelog
* Thu Feb 5 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.5-1
- updated package url (Michael Mraka)
- also dnf_version could be specified on rpmbuild commandline (Michael Mraka)
- simple script to build test package (Michael Mraka)
- let gitrev be specified on rpmbuild commandline (Michael Mraka)
- assign default GITREV value (Michael Mraka)
- standard way to find out latest commit (Michael Mraka)
- debuginfo-install: fix handling of subpackages with non-zero epoch (Petr Spacek)
- debuginfo-install: Make laywers happier by assigning copyright to Red Hat (Petr Spacek)
- debuginfo-install: remove dead code uncovered by variable renaming (Petr Spacek)
- debuginfo-install: clearly separate source and debug package names (Petr Spacek)
- debuginfo-install: use descriptive parameter name in _is_available() (Petr Spacek)
- repoquery: add -l option to list files contained in the package (Petr Spacek)
- 1187773 - replace undefined variable (Miroslav Suchý)
- download: fixed unicode location error (RhBug:1178239) (Jan Silhan)
- builddep recognizes nosrc.rpm pkgs (RhBug:1166126) (Jan Silhan)
- builddep: added nosignatures flag to rpm transaction set (Jan Silhan)
- builddep: more verbose output of non-matching packages (RhBug:1155211) (Jan Silhan)
- package: archive script is the same as in dnf (Jan Silhan)
- spec: exclude __pycache__ dir (Igor Gnatenko)
* Fri Dec 5 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.4-1
- revert of commit 80ae3f4 (Jan Silhan)
- transifex update (Jan Silhan)
@ -264,3 +287,4 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
- The initial package version.