Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gsauthof-utility
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
gsauthof-utility
Commits
b40756af
Commit
b40756af
authored
2 years ago
by
Georg Sauthoff
Browse files
Options
Downloads
Patches
Plain Diff
fix dependencies
and re-establish Copr git workaround
parent
5d65d30a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.copr/Makefile
+5
-1
5 additions, 1 deletion
.copr/Makefile
gms-utils.spec
+5
-0
5 additions, 0 deletions
gms-utils.spec
with
10 additions
and
1 deletion
.copr/Makefile
+
5
−
1
View file @
b40756af
.PHONY
:
srpm
.PHONY
:
srpm
srpm
:
srpm
:
dnf
-y
install
git-core python3-dnf lz4
dnf
-y
install
git-core
# work around new git safety checks ...
# we are running as root but Copr checked out this repository as mockbuild:1000 ...
git config
--global
--add
safe.directory
$$
PWD/libixxx
git config
--global
--add
safe.directory
$$
PWD/libixxxutil
./build-tar.sh
./build-tar.sh
rpmbuild
--define
"_sourcedir
$$
PWD"
--define
"_specdir
$$
PWD"
--define
"_builddir
$$
PWD"
--define
"_rpmdir
$(
outdir
)
"
--define
"_srcrpmdir
$(
outdir
)
"
-bs
gms-utils.spec
rpmbuild
--define
"_sourcedir
$$
PWD"
--define
"_specdir
$$
PWD"
--define
"_builddir
$$
PWD"
--define
"_rpmdir
$(
outdir
)
"
--define
"_srcrpmdir
$(
outdir
)
"
-bs
gms-utils.spec
This diff is collapsed.
Click to expand it.
gms-utils.spec
+
5
−
0
View file @
b40756af
...
@@ -30,6 +30,9 @@ BuildRequires: python3-psutil
...
@@ -30,6 +30,9 @@ BuildRequires: python3-psutil
BuildRequires: procps-ng
BuildRequires: procps-ng
# i.e. because of gcore
# i.e. because of gcore
BuildRequires: gdb
BuildRequires: gdb
BuildRequires: python3-dnf
# i.e. for test suite
BuildRequires: lz4
%if %{__isa_bits} == 64
%if %{__isa_bits} == 64
BuildRequires: glibc-devel(%{__isa_name}-32)
BuildRequires: glibc-devel(%{__isa_name}-32)
...
@@ -42,6 +45,8 @@ Requires: python3-dns
...
@@ -42,6 +45,8 @@ Requires: python3-dns
Requires: python3-matrix-nio
Requires: python3-matrix-nio
# workaround missing matrix-nio depedency: https://bugzilla.redhat.com/show_bug.cgi?id=1925689
# workaround missing matrix-nio depedency: https://bugzilla.redhat.com/show_bug.cgi?id=1925689
Requires: python3-crypto
Requires: python3-crypto
# for user_installed
Requires: python3-dnf
%description
%description
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment