]> git.pld-linux.org Git - packages/apache-mod_ruid2.git/commitdiff
- started update to 0.9.6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Apr 2012 17:16:27 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete patch

Changed files:
    apache-mod_ruid2-uid-gid.patch -> 1.2
    apache-mod_ruid2.spec -> 1.8

apache-mod_ruid2-uid-gid.patch [deleted file]
apache-mod_ruid2.spec

diff --git a/apache-mod_ruid2-uid-gid.patch b/apache-mod_ruid2-uid-gid.patch
deleted file mode 100644 (file)
index 4259867..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- mod_ruid2-0.9.4/mod_ruid2.c~       2011-02-24 15:25:28.000000000 +0100
-+++ mod_ruid2-0.9.4/mod_ruid2.c        2011-03-10 17:37:27.670490000 +0100
-@@ -47,10 +47,10 @@
- #define MODULE_NAME           "mod_ruid2"
- #define MODULE_VERSION                "0.9.4"
--#define RUID_DEFAULT_UID      48
--#define RUID_DEFAULT_GID      48
--#define RUID_MIN_UID          100
--#define RUID_MIN_GID          100
-+#define RUID_DEFAULT_UID      51
-+#define RUID_DEFAULT_GID      51
-+#define RUID_MIN_UID          50
-+#define RUID_MIN_GID          50
- #define RUID_MAXGROUPS                4
index c6f18724f77aed7c55aaf36848d724bc2c8b1fd5..cc6070c9a93a81ad52494839ba2ed5c754984b44 100644 (file)
@@ -3,14 +3,13 @@
 Summary:       Apache module: run all httpd process under user's access right
 Summary(pl.UTF-8):     Moduł do apache: uruchamiania procesów httpd na prawach użytkowniów
 Name:          apache-mod_%{mod_name}
-Version:       0.9.4
-Release:       5
+Version:       0.9.6
+Release:       0.1
 License:       ASL v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://sourceforge.net/projects/mod-ruid/files/mod_ruid2/mod_%{mod_name}-%{version}.tar.bz2
-# Source0-md5: 23e43b818c578142689de4d36868391a
+# Source0-md5: 147e1957f817070f7afc0158a5e5452f
 Source1:       mod_%{mod_name}.conf
-Patch0:                %{name}-uid-gid.patch
 Patch1:                %{name}-stat-rgroups.patch
 URL:           http://mod-ruid.sourceforge.net/
 BuildRequires: %{apxs}
@@ -38,7 +37,6 @@ procesu.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -64,6 +62,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README ruid2.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
This page took 0.082917 seconds and 4 git commands to generate.