public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alexander Larsson <alexl@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: - Patch config for apache 2.2
Date: Wed, 24 Jun 2026 11:33:53 GMT	[thread overview]
Message-ID: <178230083310.1.1845294975819332869.rpms-gnome-user-share-4d7761924cd4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 4d7761924cd498ce66670d5e871ce12065f8265a
Author : Alexander Larsson <alexl@fedoraproject.org>
Date   : 2006-02-03T14:45:53+00:00
Stats  : +32/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/4d7761924cd498ce66670d5e871ce12065f8265a?branch=wip/oholy/f45-update

Log:
- Patch config for apache 2.2

---
diff --git a/gnome-user-share-httpd-2.2.patch b/gnome-user-share-httpd-2.2.patch
new file mode 100644
index 0000000..3e4d1a0
--- /dev/null
+++ b/gnome-user-share-httpd-2.2.patch
@@ -0,0 +1,23 @@
+Migrate to httpd 2.2 configuration.
+
+--- dav_user.conf	2005-12-11 05:01:41.000000000 -0500
++++ dav_user.conf	2006-01-27 17:49:27.000000000 -0500
+@@ -10,6 +10,7 @@
+ 
+ LoadModule dav_module /etc/httpd/modules/mod_dav.so
+ LoadModule dav_fs_module /etc/httpd/modules/mod_dav_fs.so
++LoadModule authn_file_module /etc/httpd/modules/mod_authn_file.so
+ LoadModule auth_digest_module /etc/httpd/modules/mod_auth_digest.so
+ 
+ DocumentRoot ${HOME}/Public
+@@ -20,7 +21,9 @@
+   AuthType Digest
+   AuthName "Please log in as the user guest"
+   AuthDigestDomain /
+-  AuthDigestFile ${HOME}/.gnome2/user-share/passwd
++
++  AuthDigestProvider file
++  AuthUserFile ${HOME}/.gnome2/user-share/passwd
+ 
+ 
+   <IfDefine RequirePasswordAlways>

diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 2987844..3f651e1 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,22 +1,27 @@
 Summary: Gnome user file sharing
 Name: gnome-user-share
 Version: 0.9
-Release: 1.1
+Release: 2
 License: GPL
 Group: System Environment/Libraries
 URL: http://www.gnome.org
 Source0: %{name}-%{version}.tar.gz
+Patch1: gnome-user-share-httpd-2.2.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: httpd
 BuildRequires: GConf2-devel avahi-glib-devel >= 0.6 pkgconfig
 BuildRequires: desktop-file-utils
 Prereq: GConf2
 
+# Config file format changed for 2.2.0 (patch1)
+Conflicts: httpd < 2.2.0
+
 %description
 gnome-user-share 
 
 %prep
 %setup -q
+%patch1 -p0  -b .httpd-2.2
 
 %build
 %configure
@@ -57,6 +62,9 @@ done
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Fri Feb  3 2006 Alexander Larsson <alexl@redhat.com> 0.9-2
+- Patch config for apache 2.2
+
 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
 - rebuilt
 

                 reply	other threads:[~2026-06-24 11:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230083310.1.1845294975819332869.rpms-gnome-user-share-4d7761924cd4@fedoraproject.org \
    --to=alexl@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox