Mailinglist Archive: opensuse-commit (1003 mails)
| < Previous | Next > |
commit leafnode
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 06 Jun 2007 00:29:33 +0200
- Message-id: <20070605222933.9AF26678171@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package leafnode
checked in at Wed Jun 6 00:29:33 CEST 2007.
--------
--- leafnode/leafnode.changes 2007-03-21 13:06:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/leafnode/leafnode.changes 2007-06-05 23:56:53.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 5 23:56:14 CEST 2007 - seife@xxxxxxx
+
+- add leafnode-1.11.6-spooldir-permissions.diff, bug 273929
+- add some tricks to get the package past the rpmlint censors
+
+-------------------------------------------------------------------
New:
----
leafnode-1.11.6-spooldir-permissions.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ leafnode.spec ++++++
--- /var/tmp/diff_new_pack.W15336/_old 2007-06-06 00:29:18.000000000 +0200
+++ /var/tmp/diff_new_pack.W15336/_new 2007-06-06 00:29:18.000000000 +0200
@@ -12,13 +12,13 @@
Name: leafnode
BuildRequires: pcre-devel
-License: Public Domain, Freeware, X11/MIT
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), Public Domain, Freeware
Group: Productivity/Networking/News/Servers
Provides: nntp_daemon
Conflicts: inn cnews
Autoreqprov: on
Version: 1.11.6
-Release: 1
+Release: 17
PreReq: /bin/mkdir /bin/cat
Requires: pcre
Summary: A Leaf Site NNTP Server
@@ -28,7 +28,7 @@
Source2: leafnode.cron.daily
Source3: filters
Source4: leafnode.xinetd
-#Patch: leafnode-install.dif
+Patch: leafnode-1.11.6-spooldir-permissions.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -49,7 +49,7 @@
%prep
%setup -n %{name}-%{version}
-#%patch
+%patch
%build
%define prefix /usr
@@ -80,6 +80,8 @@
rm doc_german/*.in
rm doc_german/LIESMICH-daemontools
rm doc_german/Makefile*
+mkdir examples
+cp -a update.sh tools examples
%clean
# Clear up the mess
@@ -95,10 +97,10 @@
%attr(750,root,news) %dir %{_sysconfdir}/%{name}
%doc ChangeLog COPYING CREDITS INSTALL NEWS FAQ.txt FAQ.pdf
%doc README README.SuSE README-FQDN
-%doc update.sh filters.example
+%doc filters.example
%doc ADD-ONS KNOWNBUGS
%doc doc_german/
-%doc tools/
+%doc examples/
%doc %{_mandir}/man1/newsq.1.gz
%doc %{_mandir}/man1/leafnode-version.1.gz
%doc %{_mandir}/man8/applyfilter.8.gz
@@ -116,6 +118,9 @@
%attr(775,news,news) /var/spool/news
%changelog
+* Tue Jun 05 2007 - seife@xxxxxxx
+- add leafnode-1.11.6-spooldir-permissions.diff, bug 273929
+- add some tricks to get the package past the rpmlint censors
* Wed Mar 21 2007 - seife@xxxxxxx
- Update to version 1.11.6:
* do not delete articles if References: lines are malformatted
++++++ leafnode-1.11.6-spooldir-permissions.diff ++++++
Novell bug #273929
--- miscutil.c.old 2007-05-11 22:03:29.000000000 +0200
+++ miscutil.c 2007-05-11 22:03:44.000000000 +0200
@@ -121,7 +121,7 @@
}
static struct { const char* name; mode_t mode; } dirs[] = {
- {"", 04755 },
+ {"", 0775 },
{"interesting.groups", 02775 },
{"leaf.node", 0755 },
{"failed.postings", 02775 },
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |