Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Jul 24, 2024
1 parent e3462d9 commit 2de17d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mock/mock.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ License: GPL-2.0-or-later
# cd mock
# git reset --hard %%{name}-%%{version}
# tito build --tgz
Source: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/rpm-software-management/mock/main/mock-core-configs/mock.conf
URL: https://github.com/rpm-software-management/mock/
BuildArch: noarch
Requires: tar
Expand Down Expand Up @@ -223,7 +224,7 @@ sed -i 's/^_MOCK_NVR = None$/_MOCK_NVR = "%name-%version-%release"/' \

%pre filesystem
echo "je tu nejaky skript nebo ne"
%sysusers_create_compat %mock_conf
%sysusers_create_compat %{SOURCE1}

%check
%if %{with lint}
Expand Down

0 comments on commit 2de17d8

Please sign in to comment.