Hello community, here is the log from the commit of package yup checked in at Mon Feb 26 19:03:38 CET 2007. -------- --- yup/yup.changes 2006-12-12 23:38:09.000000000 +0100 +++ /mounts/work_src_done/NOARCH/yup/yup.changes 2007-02-26 16:46:37.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 16:46:23 CET 2007 - meissner@suse.de + +- do not use permissions, just set umask 077 before fillup. + +------------------------------------------------------------------- Old: ---- yup.permissions ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yup.spec ++++++ --- /var/tmp/diff_new_pack.H24583/_old 2007-02-26 19:03:22.000000000 +0100 +++ /var/tmp/diff_new_pack.H24583/_new 2007-02-26 19:03:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yup (Version 47) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -21,13 +21,12 @@ BuildArch: noarch %endif Version: 47 -Release: 13 +Release: 20 Summary: "Yum Update Proxy" for SLE 10 Maintenance Source0: yup.sh Source1: yup.sysconfig Source2: yup.1.pod Source3: COPYING.GPL -Source4: yup.permissions %if 0%{suse_version} < 1010 Source10: %{curl_name}-%{curl_version}.tar.bz2 Patch2: %{curl_name}-%{curl_version}-lfs.patch @@ -113,7 +112,6 @@ $RPM_BUILD_ROOT/var/adm/fillup-templates install -c -m 755 %{S:0} $RPM_BUILD_ROOT/usr/sbin/yup install -c -m 600 %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.yup -install -c -m 644 %{S:4} $RPM_BUILD_ROOT/etc/permissions.d/yup install -c -m 644 yup.1 $RPM_BUILD_ROOT/usr/share/man/man1/yup.1 %if 0%{suse_version} < 1010 sed -i -e "s,/usr/bin/curl,/usr/bin/curl-yup,g" $RPM_BUILD_ROOT/usr/sbin/yup @@ -129,7 +127,6 @@ %defattr(-,root,root) %attr(700, root, root) /usr/sbin/yup /usr/share/man/man1/yup.1.gz -%attr(600, root, root) /etc/permissions.d/yup %attr(644, root, root)/usr/share/man/man1/yup.1* /var/adm/fillup-templates/sysconfig.yup # %doc USEDFORBUILD.bz2 @@ -141,12 +138,15 @@ %endif %post +umask 077 %{fillup_and_insserv -i -n yup} %clean rm -rf $RPM_BUILD_ROOT -%changelog -n yup +%changelog +* Mon Feb 26 2007 - meissner@suse.de +- do not use permissions, just set umask 077 before fillup. * Tue Dec 05 2006 - mge@suse.de - add /etc/permissions.d/yup * Wed Nov 29 2006 - mge@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de