Add missing patch
This commit is contained in:
parent
7fd32c8d78
commit
6c8b6295c4
@ -1,3 +1,17 @@
|
||||
From b1c94815be71f01c314dcc26af69a19af50ee9d6 Mon Sep 17 00:00:00 2001
|
||||
From: Michal Luscon <mluscon@redhat.com>
|
||||
Date: Tue, 22 Sep 2015 14:16:34 +0200
|
||||
Subject: [PATCH] Automatic commit of package [dnf] release [1.1.2-2].
|
||||
|
||||
add hawkey version requirement
|
||||
revert commit #70956
|
||||
---
|
||||
dnf.spec | 11 +++++++----
|
||||
doc/release_notes.rst | 1 -
|
||||
doc/summaries_cache | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
rel-eng/packages/dnf | 2 +-
|
||||
4 files changed, 56 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/dnf.spec b/dnf.spec
|
||||
index 966b312..ad516fa 100644
|
||||
--- a/dnf.spec
|
2
dnf.spec
2
dnf.spec
@ -17,6 +17,7 @@ Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
License: GPLv2+ and GPLv2 and GPL
|
||||
URL: https://github.com/rpm-software-management/dnf
|
||||
Source0: https://github.com/rpm-software-management/dnf/archive/%{name}-%{version}.tar.gz
|
||||
Patch0: dnf-1.1.2-1-to-dnf-1.1.2-2.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
@ -137,6 +138,7 @@ Alternative CLI to "dnf upgrade" suitable for automatic, regular execution.
|
||||
|
||||
%prep
|
||||
%setup -q -n dnf-%{version}
|
||||
%patch0 -p1
|
||||
rm -rf py3
|
||||
mkdir ../py3
|
||||
cp -a . ../py3/
|
||||
|
Loading…
Reference in New Issue
Block a user