-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samba: Add discovery definitions for systemd resolved
**Summary** Add mDNS discovery definitions for use with systemd resolved as mDNS resolver.
- Loading branch information
Showing
4 changed files
with
20 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[Service] | ||
Name=%H | ||
Type=_device-info._tcp | ||
TxtText=model=RackMac |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[Service] | ||
Name=%H | ||
Type=_smb._tcp | ||
Port=445 |
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>samba</Name> | ||
<Homepage>https://samba.org</Homepage> | ||
<Packager> | ||
<Name>Joey Riches</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-3.0-or-later</License> | ||
<PartOf>desktop.core</PartOf> | ||
|
@@ -62,6 +62,8 @@ For more information, see the Solus Help Center [Samba file sharing guide](https | |
<Path fileType="executable">/usr/bin/smbtree</Path> | ||
<Path fileType="executable">/usr/bin/testparm</Path> | ||
<Path fileType="executable">/usr/bin/wbinfo</Path> | ||
<Path fileType="library">/usr/lib/systemd/dnssd/smb-device-info.dnssd</Path> | ||
<Path fileType="library">/usr/lib/systemd/dnssd/smb.dnssd</Path> | ||
<Path fileType="library">/usr/lib/systemd/system/nmb.service</Path> | ||
<Path fileType="library">/usr/lib/systemd/system/smb.service</Path> | ||
<Path fileType="library">/usr/lib/systemd/system/winbind.service</Path> | ||
|
@@ -395,7 +397,7 @@ For more information, see the Solus Help Center [Samba file sharing guide](https | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="106">samba</Dependency> | ||
<Dependency release="107">samba</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/samba-4.0/charset.h</Path> | ||
|
@@ -515,12 +517,12 @@ For more information, see the Solus Help Center [Samba file sharing guide](https | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="106"> | ||
<Date>2024-07-06</Date> | ||
<Update release="107"> | ||
<Date>2024-09-08</Date> | ||
<Version>4.19.6</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Joey Riches</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |