-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
systemd: Enable mDNS resolving by default
**Summary** Enable mDNS resolving in systemd-resolved to replace avahi-daemon.
- Loading branch information
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>systemd</Name> | ||
<Homepage>https://www.github.com/systemd/systemd</Homepage> | ||
<Packager> | ||
<Name>Reilly Brogan</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>LGPL-2.1-or-later</License> | ||
<License>GPL-2.0-or-later</License> | ||
|
@@ -140,7 +140,6 @@ | |
<Path fileType="library">/usr/lib/systemd/boot/efi/linuxx64.efi.stub</Path> | ||
<Path fileType="library">/usr/lib/systemd/boot/efi/systemd-bootia32.efi</Path> | ||
<Path fileType="library">/usr/lib/systemd/boot/efi/systemd-bootx64.efi</Path> | ||
<Path fileType="library">/usr/lib/systemd/boot/solus-mok.cer</Path> | ||
<Path fileType="library">/usr/lib/systemd/catalog/systemd.be.catalog</Path> | ||
<Path fileType="library">/usr/lib/systemd/catalog/[email protected]</Path> | ||
<Path fileType="library">/usr/lib/systemd/catalog/systemd.bg.catalog</Path> | ||
|
@@ -1145,7 +1144,7 @@ | |
</Description> | ||
<PartOf>emul32</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="164">systemd</Dependency> | ||
<Dependency release="165">systemd</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="library">/usr/lib32/libnss_myhostname.so.2</Path> | ||
|
@@ -1169,8 +1168,8 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="164">systemd-32bit</Dependency> | ||
<Dependency release="164">systemd-devel</Dependency> | ||
<Dependency release="165">systemd-32bit</Dependency> | ||
<Dependency release="165">systemd-devel</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/lib32/pkgconfig/libsystemd.pc</Path> | ||
|
@@ -1184,7 +1183,7 @@ | |
</Description> | ||
<PartOf>system.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="164">systemd</Dependency> | ||
<Dependency release="165">systemd</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/libudev.h</Path> | ||
|
@@ -1986,12 +1985,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="164"> | ||
<Date>2024-08-19</Date> | ||
<Update release="165"> | ||
<Date>2024-09-08</Date> | ||
<Version>254.17</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Reilly Brogan</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |