New version: 351e094
This commit is contained in:
parent
fa73b5a724
commit
acd4a87043
@ -1,13 +1,13 @@
|
|||||||
%global gitrev c8940d0
|
%{!?gitrev: %global gitrev 351e094}
|
||||||
%global dnf_version 0.6.3
|
%{?!dnf_version: %global dnf_version 0.6.3}
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 0.1.4
|
Version: 0.1.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/akozumpl/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
|
|
||||||
# source archive is created by running package/archive from a git checkout
|
# 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
|
||||||
@ -85,12 +85,35 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
|||||||
%doc AUTHORS COPYING README.rst
|
%doc AUTHORS COPYING README.rst
|
||||||
%dir %{_sysconfdir}/dnf/protected.d
|
%dir %{_sysconfdir}/dnf/protected.d
|
||||||
%ghost %{_var}/cache/dnf/packages.db
|
%ghost %{_var}/cache/dnf/packages.db
|
||||||
|
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/
|
||||||
%{python3_sitelib}/dnf-plugins/*
|
%{python3_sitelib}/dnf-plugins/*
|
||||||
|
%{python3_sitelib}/dnf-plugins/__pycache__/*
|
||||||
%{python3_sitelib}/dnfpluginscore/
|
%{python3_sitelib}/dnfpluginscore/
|
||||||
%{_mandir}/man8/dnf.plugin.*
|
%{_mandir}/man8/dnf.plugin.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 5 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.4-1
|
||||||
- revert of commit 80ae3f4 (Jan Silhan)
|
- revert of commit 80ae3f4 (Jan Silhan)
|
||||||
- transifex update (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
|
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
|
||||||
- The initial package version.
|
- The initial package version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user