pakfire: Remove debugedit

debugedit was shipped with pakfire before and is now
a standalone package.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-26 23:58:56 +01:00
parent b8b4576449
commit 501028b558
2 changed files with 4578 additions and 8 deletions

View File

@ -5,7 +5,7 @@
name = pakfire name = pakfire
version = 0.9.27 version = 0.9.27
release = 1 release = 2
maintainer = Michael Tremer <michael.tremer@ipfire.org> maintainer = Michael Tremer <michael.tremer@ipfire.org>
groups = System/Packaging groups = System/Packaging
@ -24,23 +24,16 @@ build
requires requires
autoconf autoconf
automake automake
beecrypt-devel
elfutils-devel
gettext-devel gettext-devel
intltool intltool
libcap-devel libcap-devel
libsolv-devel >= 0.0.0-4 libsolv-devel >= 0.0.0-4
popt-devel
python-devel python-devel
systemd-devel systemd-devel
systemd-units systemd-units
xz-devel xz-devel
end end
# libgomp was broken in earlier releases.
requires += gcc >= 4.6.2-4
requires += beecrypt >= 4.2.1-2
prepare_cmds prepare_cmds
# Generate the build system, if this was not a release # Generate the build system, if this was not a release
# tarball. # tarball.
@ -95,6 +88,7 @@ packages
requires requires
# For --rpm-requires. # For --rpm-requires.
bash >= 4.2-7 bash >= 4.2-7
debugedit
%{name} = %{thisver} %{name} = %{thisver}
quality-agent = %{thisver} quality-agent = %{thisver}

File diff suppressed because it is too large Load Diff