public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: - Export the user through the TXT record with the new mod_dnssd
@ 2026-06-24 11:34 Bastien Nocera
  0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-06-24 11:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : fd9d51ff74b9c9a4a4ac942537e7056b3a094227
Author : Bastien Nocera <hadess@fedoraproject.org>
Date   : 2009-01-29T15:41:42+00:00
Stats  : +19/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/fd9d51ff74b9c9a4a4ac942537e7056b3a094227?branch=wip/oholy/f45-update

Log:
- Export the user through the TXT record with the new mod_dnssd

---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index e7e624e..3f6429e 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,11 +1,12 @@
 Summary: Gnome user file sharing
 Name: gnome-user-share
 Version: 2.25.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-user-share/2.25/%{name}-%{version}.tar.bz2
+Patch0: gus-export-txt-record.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires: httpd >= 2.2.0
@@ -13,7 +14,7 @@ Requires: obex-data-server >= 0.3
 Requires: mod_dnssd
 BuildRequires: GConf2-devel pkgconfig
 BuildRequires: gtk2-devel >= 2.4.0
-BuildRequires: httpd >= 2.2.0 mod_dnssd
+BuildRequires: httpd >= 2.2.0 mod_dnssd >= 0.6
 BuildRequires: desktop-file-utils
 BuildRequires: gnome-doc-utils
 BuildRequires: libselinux-devel
@@ -43,6 +44,7 @@ The program also allows to share files using ObexFTP over Bluetooth.
 
 %prep
 %setup -q
+%patch0 -p0 -b .txt-record
 
 %build
 %configure
@@ -120,6 +122,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
 
 %changelog
+* Thu Jan 29 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.5-2
+- Export the user through the TXT record with the new mod_dnssd
+
 * Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.5-1
 - Update to 2.25.5
 

diff --git a/gus-export-txt-record.patch b/gus-export-txt-record.patch
new file mode 100644
index 0000000..a228bc0
--- /dev/null
+++ b/gus-export-txt-record.patch
@@ -0,0 +1,12 @@
+Index: data/dav_user_2.2.conf.in
+===================================================================
+--- data/dav_user_2.2.conf.in	(revision 308)
++++ data/dav_user_2.2.conf.in	(working copy)
+@@ -47,6 +47,7 @@
+ 
+     DNSSDServiceName "${GUS_SHARE_NAME}"
+     DNSSDServiceTypes _webdav._tcp
++    DNSSDServiceTxtRecord u=guest
+   </Location>
+ </VirtualHost>
+ 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: - Export the user through the TXT record with the new mod_dnssd Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox