Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions base/comps/avahi/avahi.comp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
# from the distro entirely.
[components.avahi]
build.with = ["bootstrap"]
# Avahi uses this bcond only to select a reduced feature set; it is not a
# transitional bootstrap build and should retain the normal distro suffix.
build.defines = { __bootstrap = "%{nil}" }
Comment thread
tobiasb-ms marked this conversation as resolved.
2 changes: 1 addition & 1 deletion locks/avahi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
version = 1
import-commit = 'b19244db41146b4456d09f0fb9872da5b04a59b6'
upstream-commit = 'b19244db41146b4456d09f0fb9872da5b04a59b6'
input-fingerprint = 'sha256:2b3547e31986283ab855872bb7cda5b861852c4ab063a093300313085df5943d'
input-fingerprint = 'sha256:b96c1e5451b434ed0efd0c77d5b84ba7324ca5ea077b7dbb607494b816b3255d'
resolution-input-hash = 'sha256:466421704711c4fd3c71f0b2ed715a0e61d49e3e26f3a2637fee755795849c8e'
1 change: 1 addition & 0 deletions specs/a/avahi/avahi.azl.macros
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Macros file automatically generated by azldev.
# Do not edit manually; changes will be overwritten.
%__bootstrap %{nil}
%_with_bootstrap 1
2 changes: 1 addition & 1 deletion specs/a/avahi/avahi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

Name: avahi
Version: 0.9%{?rc:~%{rc}}
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Local network service discovery
License: LGPL-2.1-or-later AND LGPL-2.0-or-later AND BSD-2-Clause-Views AND MIT
URL: http://avahi.org
Expand Down
Loading