67 lines
2.0 KiB
RPMSpec
67 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package SLES-reproducible-builds
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
Name: SLES-reproducible-builds
|
|
Version: 16.0.0
|
|
Release: 0
|
|
License: MIT
|
|
Summary: Prevent installation of unreproducible packages
|
|
BuildArch: noarch
|
|
Source1: README
|
|
Source2: generate.pl
|
|
Source3: differed-builds.txt
|
|
Source4: includes
|
|
Source5: excludes
|
|
Conflicts: elixir
|
|
Conflicts: erlang
|
|
Conflicts: erlang-doc
|
|
Conflicts: erlang-jinterface
|
|
Conflicts: gstreamer-plugins-rs
|
|
Conflicts: gstreamer-plugins-rs-devel
|
|
Conflicts: hawk2
|
|
Conflicts: java-11-openjdk
|
|
Conflicts: java-11-openjdk-headless
|
|
Conflicts: java-17-openjdk
|
|
Conflicts: java-17-openjdk-headless
|
|
Conflicts: java-1_8_0-openjdk
|
|
Conflicts: java-1_8_0-openjdk-headless
|
|
Conflicts: kea
|
|
Conflicts: libomp15-devel
|
|
Conflicts: libomp17-devel
|
|
Conflicts: python-numpy
|
|
Conflicts: python313-nogil-nogil-core-debugsource
|
|
Conflicts: python313-nogil-testsuite
|
|
Conflicts: python313-numpy
|
|
Conflicts: rabbitmq-server
|
|
Conflicts: rage-encryption
|
|
Conflicts: trento-wanda
|
|
Conflicts: trento-web
|
|
Conflicts: update-test-32bit-pkg
|
|
Conflicts: update-test-trivial
|
|
|
|
%description
|
|
Prevents installation of unreproducible / unverifiable packages
|
|
using rpm Conflicts
|
|
|
|
See https://reproducible-builds.org/ for the general concept.
|
|
|
|
%prep
|
|
cp -a %{S:1} .
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README
|
|
|
|
%changelog
|