Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit zmd
- From: root@xxxxxxx (h_root)
- Date: Tue, 7 Nov 2006 16:03:46 +0100 (CET)
- Message-id: <20061107150346.5971F849A2@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package zmd
checked in at Tue Nov 7 16:03:45 CET 2006.
--------
--- zmd/zmd.changes 2006-10-20 17:43:09.000000000 +0200
+++ /mounts/work_users/ro/STABLE/zmd/zmd.changes 2006-11-07 15:56:32.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 7 15:56:28 CET 2006 - ro@xxxxxxx
+
+- fix manpage permissions
+
+-------------------------------------------------------------------
New:
----
zmd-man_perms.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zmd.spec ++++++
--- /var/tmp/diff_new_pack.6xAypa/_old 2006-11-07 16:03:25.000000000 +0100
+++ /var/tmp/diff_new_pack.6xAypa/_new 2006-11-07 16:03:25.000000000 +0100
@@ -14,8 +14,8 @@
BuildRequires: dbus-1-mono libzypp-zmd-backend log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser rpm-devel sqlite-devel
URL: http://www.novell.com
Version: 7.1.100.0
-Release: 18
-License: Other License(s), see package
+Release: 26
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Source1: sysconfig.%{name}
@@ -29,6 +29,7 @@
Patch7: zmd-init.patch
Patch8: logrotate.patch
Patch9: zmd-inventory-disable.patch
+Patch10: zmd-man_perms.patch
Summary: Novell ZENworks Linux Management daemon
Group: System/Daemons
Autoreqprov: on
@@ -81,6 +82,7 @@
%patch7
%patch8
%patch9
+%patch10
%build
libtoolize -f
@@ -184,6 +186,8 @@
%{_libdir}/pkgconfig/rpm-sharp.pc
%changelog -n zmd
+* Tue Nov 07 2006 - ro@xxxxxxx
+- fix manpage permissions
* Fri Oct 20 2006 - maw@xxxxxxx
- New source drop (r35668) which:
- Teaches zmd about 10.2 as a target (#212252).
++++++ zmd-man_perms.patch ++++++
--- man/Makefile.am
+++ man/Makefile.am 2006/11/07 14:55:43
@@ -2,9 +2,9 @@
LANGS=de es fr pt
install:
- $(INSTALL) -D $(srcdir)/en/zmd.8 $(DESTDIR)$(mandir)/man8/zmd.8; \
+ $(INSTALL) -m 644 -D $(srcdir)/en/zmd.8 $(DESTDIR)$(mandir)/man8/zmd.8; \
for lang in $(LANGS); do \
- $(INSTALL) -D $(srcdir)/$$lang/zmd.8 $(DESTDIR)$(mandir)/$$lang/man8/zmd.8; \
+ $(INSTALL) -m 644 -D $(srcdir)/$$lang/zmd.8 $(DESTDIR)$(mandir)/$$lang/man8/zmd.8; \
done;
EXTRA_DIST=$(wildcard */zmd.8.in)
--- man/Makefile.in
+++ man/Makefile.in 2006/11/07 14:55:56
@@ -386,9 +386,9 @@
install:
- $(INSTALL) -D $(srcdir)/en/zmd.8 $(DESTDIR)$(mandir)/man8/zmd.8; \
+ $(INSTALL) -m 644 -D $(srcdir)/en/zmd.8 $(DESTDIR)$(mandir)/man8/zmd.8; \
for lang in $(LANGS); do \
- $(INSTALL) -D $(srcdir)/$$lang/zmd.8 $(DESTDIR)$(mandir)/$$lang/man8/zmd.8; \
+ $(INSTALL) -m 644 -D $(srcdir)/$$lang/zmd.8 $(DESTDIR)$(mandir)/$$lang/man8/zmd.8; \
done;
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |