- replace mail address by http url in xdg_data check (bnc#510720)

OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=6
This commit is contained in:
Ruediger Oertel 2010-02-11 17:39:18 +00:00 committed by Git OBS Bridge
parent 85b1175dfd
commit d0376f8fff
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- brp-desktop.data/xdg_menu
+++ brp-desktop.data/xdg_menu
@@ -1980,7 +1980,7 @@
$output = output_validate($menu);
print $output;
if ( $validate_error eq 1 ) {
- print "Errors in installed desktop file detected. Please mail stbinner\@suse.de, if you think this is wrong.\n";
+ print "Errors in installed desktop file detected. Please refer to http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros\n";
exit 1;
}
exit 0;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 11 18:38:31 CET 2010 - ro@suse.de
- replace mail address by http url in xdg_data check (bnc#510720)
-------------------------------------------------------------------
Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de

View File

@ -26,6 +26,7 @@ Summary: build root policy check scripts
Version: 1.0
Release: 22
Source0: %{name}-%{version}.tar.bz2
Patch0: brp-check-suse-fix_mail.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,6 +37,7 @@ build root policy check scripts
%prep
%setup -q
%patch0
%build
# nothing to do