Skip to content

Commit

Permalink
workaround missing rpmlint-strict in factory builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Sep 27, 2022
1 parent 4e38b3a commit 43ac709
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Name: %{__pkg_name}
Summary: A Script to Build SUSE Linux RPMs
License: GPL-2.0-only OR GPL-3.0-only
Group: Development/Tools/Building
Version: 20220926
Version: 20220927
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -260,6 +260,9 @@ sed -i 's,build-mkbaselibs,,' ../configs/*.conf
if [ ! -e /.build.packages/rpmlint-Factory.rpm ]; then
sed -i 's,rpmlint-Factory,,' ../configs/*.conf
fi
if [ ! -e /.build.packages/rpmlint-strict.rpm ]; then
sed -i 's,rpmlint-strict,,' ../configs/*.conf
fi
./testbuild.sh /.build.binaries/

%files
Expand Down

0 comments on commit 43ac709

Please sign in to comment.