commit lsb-release for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2020-03-12 22:58:51

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new.3160 (New)


Package is "lsb-release"

Thu Mar 12 22:58:51 2020 rev:20 rq:783517 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2017-08-24 
18:22:18.475727823 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new.3160/lsb-release.changes
2020-03-12 22:59:04.995009315 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 18:41:22 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 3.1
+  - Define Distribution ID based on PRETTY_NAME
+
+---

Old:

  lsb-release-3.0.tar.bz2

New:

  lsb-release-3.1.tar.gz



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.SFHxgT/_old  2020-03-12 22:59:05.555009538 +0100
+++ /var/tmp/diff_new_pack.SFHxgT/_new  2020-03-12 22:59:05.559009540 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsb-release
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   lsb-release
-Version:3.0
+Version:3.1
 Release:0
 Summary:Linux Standard Base Release Tools
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Fhs
-Url:https://github.com/thkukuk/lsb-release_os-release
-Source: lsb-release-3.0.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://github.com/thkukuk/lsb-release_os-release
+Source: lsb-release-%{version}.tar.gz
 BuildArch:  noarch
 
 %description
@@ -34,19 +33,14 @@
 %setup -q
 
 %build
-# for openSUSE, the distributor is the openSUSE project
-%if 0%{?is_opensuse}
-sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE"/' -i lsb_release
-%endif
 make
 
 %install
 make install INSTALL_ROOT=%{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/lsb?release
-%{_mandir}/man1/lsb?release.1%{ext_man}
+%{_mandir}/man1/lsb?release.1%{?ext_man}
 
 %changelog




commit lsb-release for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2017-08-24 18:22:15

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release"

Thu Aug 24 18:22:15 2017 rev:19 rq:517632 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2017-06-22 
10:34:55.419885490 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2017-08-24 18:22:18.475727823 +0200
@@ -1,0 +2,8 @@
+Tue Aug 15 11:23:34 CEST 2017 - ku...@suse.de
+
+- Update to lsb-release 3.0
+  - obsoletes lsb-release-2.0.dif and reproducible.patch
+  - only supports /etc/os-release as fallback
+  - adjusted documentation
+
+---

Old:

  lsb-release-2.0.dif
  lsb-release-2.0.tar.bz2
  reproducible.patch

New:

  lsb-release-3.0.tar.bz2



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.vdLKSP/_old  2017-08-24 18:22:19.171629837 +0200
+++ /var/tmp/diff_new_pack.vdLKSP/_new  2017-08-24 18:22:19.171629837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsb-release
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,21 @@
 
 
 Name:   lsb-release
+Version:3.0
+Release:0
 Summary:Linux Standard Base Release Tools
 License:GPL-2.0+
 Group:  System/Fhs
-Version:2.0
-Release:0
-Prefix: /usr
-Source: lsb-release-2.0.tar.bz2
-Patch:  lsb-release-2.0.dif
-# PATCH-FIX-OPENSUSE could be upstreamed if there is an upstream
-Patch1: reproducible.patch
-BuildArch:  noarch
-Url:http://www.linuxbase.org/
+Url:https://github.com/thkukuk/lsb-release_os-release
+Source: lsb-release-3.0.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Tools from the Linux Standard Base project to determine the used distribution
 
 %prep
-%setup -n lsb-release-2.0
-%patch
-%patch1 -p1
+%setup -q
 
 %build
 # for openSUSE, the distributor is the openSUSE project
@@ -47,19 +41,12 @@
 make
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-install -m644 lsb_release.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/ # install place
-ln lsb_release.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/lsb-release.1.gz
-install -m755 lsb_release $RPM_BUILD_ROOT%{_bindir}
-ln -sf lsb_release $RPM_BUILD_ROOT%{_bindir}/lsb-release
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install INSTALL_ROOT=%{buildroot}%{_prefix}
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %{_bindir}/lsb?release
-%{_mandir}/man1/lsb?release.1.gz
+%{_mandir}/man1/lsb?release.1%{ext_man}
 
 %changelog

++ lsb-release-2.0.tar.bz2 -> lsb-release-3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lsb-release-2.0/COPYING new/lsb-release-3.0/COPYING
--- old/lsb-release-2.0/COPYING 2004-05-13 23:18:43.0 +0200
+++ new/lsb-release-3.0/COPYING 2015-04-24 12:23:50.0 +0200
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,7 +55,7 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
+
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announ

commit lsb-release for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2017-06-22 10:34:54

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release"

Thu Jun 22 10:34:54 2017 rev:18 rq:504914 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2016-06-03 
16:36:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2017-06-22 10:34:55.419885490 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 16:11:39 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to drop current timestamps from man-page to make 
build reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.UwryKC/_old  2017-06-22 10:34:56.035798670 +0200
+++ /var/tmp/diff_new_pack.UwryKC/_new  2017-06-22 10:34:56.039798106 +0200
@@ -25,6 +25,8 @@
 Prefix: /usr
 Source: lsb-release-2.0.tar.bz2
 Patch:  lsb-release-2.0.dif
+# PATCH-FIX-OPENSUSE could be upstreamed if there is an upstream
+Patch1: reproducible.patch
 BuildArch:  noarch
 Url:http://www.linuxbase.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +37,7 @@
 %prep
 %setup -n lsb-release-2.0
 %patch
+%patch1 -p1
 
 %build
 # for openSUSE, the distributor is the openSUSE project

++ reproducible.patch ++
Index: lsb-release-2.0/help2man
===
--- lsb-release-2.0.orig/help2man
+++ lsb-release-2.0/help2man
@@ -173,7 +173,7 @@ my ($help_text, $version_text) = map {
or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
 } qw(help), $opt_version_key;
 
-my $date = strftime "%B %Y", localtime;
+my $date = strftime "%B %Y", gmtime($ENV{SOURCE_DATE_EPOCH} || time);
 (my $program = $ARGV[0]) =~ s!.*/!!;
 my $package = $program;
 my $version;
Index: lsb-release-2.0/Makefile
===
--- lsb-release-2.0.orig/Makefile
+++ lsb-release-2.0/Makefile
@@ -22,7 +22,7 @@ man: lsb_release.1.gz
 
 lsb_release.1.gz: lsb_release
@./help2man -N --include ./lsb_release.examples 
--alt_version_key=program_version ./lsb_release >lsb_release.1
-   @gzip -9f lsb_release.1
+   @gzip -9fn lsb_release.1
 
 install: all
install -D -m 644 lsb_release.1.gz ${mandir}/man1/lsb_release.1.gz



commit lsb-release for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2016-06-03 16:36:19

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release"

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2015-01-30 
23:58:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2016-06-03 16:36:21.0 +0200
@@ -1,0 +2,14 @@
+Mon May 30 15:33:16 CEST 2016 - ku...@suse.de
+
+- Merge with openSUSE again, change openSUSE project distributor
+  name to remove the problematic whitespace.
+
+---
+Mon Feb 22 10:56:38 CET 2016 - ku...@suse.de
+
+- Change Distributor name from "SUSE LINUX" to "SUSE", since
+  the LSB spec is not in sync with the reference implementation,
+  and some projects follow the reference implementation and not
+  the spec.
+
+---
@@ -5 +19 @@
-  contain a LSB_VERSION entry
+  contain a LSB_VERSION entry [FATE#318419]
@@ -6,0 +21,5 @@
+
+---
+Mon May 26 14:53:28 CEST 2014 - ku...@suse.de
+
+- Remove openSUSE stuff [bnc#877042]



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.x7noFb/_old  2016-06-03 16:36:22.0 +0200
+++ /var/tmp/diff_new_pack.x7noFb/_new  2016-06-03 16:36:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsb-release
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,8 +38,8 @@
 
 %build
 # for openSUSE, the distributor is the openSUSE project
-%if 0%{sles_version} == 0
-sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE project"/' -i 
lsb_release
+%if 0%{?is_opensuse}
+sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE"/' -i lsb_release
 %endif
 make
 

++ lsb-release-2.0.dif ++
--- /var/tmp/diff_new_pack.x7noFb/_old  2016-06-03 16:36:22.0 +0200
+++ /var/tmp/diff_new_pack.x7noFb/_new  2016-06-03 16:36:22.0 +0200
@@ -77,7 +77,7 @@
  MSG_NA="n/a"
  MSG_NONE="(none)"
  MSG_RESULT="" # contains the result in case short output selected
-+MSG_DISTRIBUTOR="SUSE LINUX"
++MSG_DISTRIBUTOR="SUSE"
  
  # Description string delimiter
  DESCSTR_DELI="release"




commit lsb-release for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2015-01-30 23:58:32

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release"

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2013-10-17 
17:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2015-01-30 23:58:34.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 30 11:08:40 CET 2015 - ku...@suse.de
+
+- Read /etc/lsb-release.d/* even if /etc/lsb-release does not
+  contain a LSB_VERSION entry
+- codename is not the distribution version
+
+---



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.Zzto62/_old  2015-01-30 23:58:35.0 +0100
+++ /var/tmp/diff_new_pack.Zzto62/_new  2015-01-30 23:58:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsb-release
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ lsb-release-2.0.dif ++
--- /var/tmp/diff_new_pack.Zzto62/_old  2015-01-30 23:58:35.0 +0100
+++ /var/tmp/diff_new_pack.Zzto62/_new  2015-01-30 23:58:35.0 +0100
@@ -1,10 +1,10 @@
 --- lsb_release
-+++ lsb_release2013-10-17 10:48:43.0 +0200
 lsb_release2015/01/30 10:06:09
 @@ -4,6 +4,7 @@
  #
  # Copyright (C) 2000, 2002, 2004 Free Standards Group, Inc.
  # Originally by Dominique MASSONIE 
-+# Modified for SuSE Linux products by Thorsten Kukuk
++# Modified for SUSE Linux products by Thorsten Kukuk
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@
  
  # This script version
 -SCRIPTVERSION="2.0"
-+SCRIPTVERSION="2.0-SuSE"
++SCRIPTVERSION="2.0-SUSE"
  
  # Defines the data files
 -INFO_ROOT="/etc"  # directory of config files
@@ -90,20 +90,45 @@
  echo "FSG `basename $0` v$SCRIPTVERSION"
  echo
  echo "Copyright (C) 2000, 2002, 2004 Free Standards Group, Inc."
-@@ -188,10 +154,10 @@
+@@ -188,65 +154,54 @@
  
  # Get/Init LSB infos (maybe Distrib infos too)
  GetLSBInfo() {
 -if [ -f "$INFO_ROOT/$INFO_LSB_FILE" ]
++LSB_VERSION=""
 +if [ -f "$INFO_LSB_FILE" ]
  then
  # should init at least LSB_VERSION
 -. "$INFO_ROOT/$INFO_LSB_FILE"
 +. "$INFO_LSB_FILE"
++fi
++# Always look in the directories
++if [ -d "$INFO_ROOT/$INFO_LSB_DIR" ]
++then
++  for tag in "$INFO_ROOT/$INFO_LSB_DIR/"*
++  do
++  if [ -z "$LSB_VERSION" ]
++  then
++  LSB_VERSION=`basename $tag`
++  else
++  LSB_VERSION=$LSB_VERSION:`basename $tag`
++  fi
++  done
  fi
  if [ -z "$LSB_VERSION" ]
  then
-@@ -210,43 +176,27 @@
+   LSB_VERSION=$MSG_NA
+-else
+-  # if we found LSB_VERSION, continue to look in directory
+-  if [ -d "$INFO_ROOT/$INFO_LSB_DIR" ]
+-  then
+-  for tag in "$INFO_ROOT/$INFO_LSB_DIR/"*
+-  do
+-  LSB_VERSION=$LSB_VERSION:`basename $tag`
+-  done
+-  fi
+ fi
+ }
  
  # Get the whole distrib information string (from ARG $1 file)
  InitDistribInfo() {
@@ -156,7 +181,7 @@
  [ -z "$DISTRIB_DESCRIPTION" ] 
\
  && DISTRIB_DESCRIPTION=$TMP_DISTRIB_DESC
  else
-@@ -265,8 +215,13 @@
+@@ -265,8 +220,12 @@
  
  if [ -n "$NO" ]
  then   # does not contain "release" delimiter
@@ -168,11 +193,10 @@
 + DISTRIB_RELEASE=$VERSION_ID
 + [ -z "$DISTRIB_RELEASE" ] && DISTRIB_RELEASE=$MSG_NA
 +  fi
-+  DISTRIB_CODENAME=$(echo $VERSION | sed 's:.*(\(.*\)):\1:')
  [ -z "$DISTRIB_CODENAME" ] && DISTRIB_CODENAME=$MSG_NA
  fi
  fi
-@@ -282,16 +237,7 @@
+@@ -282,16 +241,7 @@
  
  if [ -n "$NO" ]
  then
@@ -190,7 +214,7 @@
  fi
  }
  
-@@ -399,7 +345,7 @@
+@@ -399,7 +349,7 @@
  fi
  fi
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lsb-release for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2013-10-17 14:39:49

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release"

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2012-09-13 
07:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2013-10-17 17:42:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 07:52:33 UTC 2013 - b...@vdm-design.de
+
+- Change to use /etc/os-release instead of /etc/SuSE-release [bnc#845262]
+
+---



Other differences:
--
++ lsb-release-2.0.dif ++
--- /var/tmp/diff_new_pack.ROJE60/_old  2013-10-17 17:42:09.0 +0200
+++ /var/tmp/diff_new_pack.ROJE60/_new  2013-10-17 17:42:09.0 +0200
@@ -1,5 +1,5 @@
 --- lsb_release
-+++ lsb_release2010/09/20 15:30:29
 lsb_release2013-10-17 10:48:43.0 +0200
 @@ -4,6 +4,7 @@
  #
  # Copyright (C) 2000, 2002, 2004 Free Standards Group, Inc.
@@ -69,7 +69,7 @@
 -CHECKFIRST="/etc/redhat-release"  # check it before file search
 +INFO_LSB_FILE="/etc/lsb-release"  # where to get LSB version
 +INFO_LSB_DIR="/etc/lsb-release.d" # where to get LSB addon modules
-+INFO_DISTRIB_FILE="/etc/SuSE-release" # -
++INFO_DISTRIB_FILE="/etc/os-release"   # -
  
  # Defines our exit codes
  EXIT_STATUS="0"   # default = Ok :)
@@ -103,7 +103,7 @@
  fi
  if [ -z "$LSB_VERSION" ]
  then
-@@ -210,35 +176,18 @@
+@@ -210,43 +176,27 @@
  
  # Get the whole distrib information string (from ARG $1 file)
  InitDistribInfo() {
@@ -145,8 +145,18 @@
 +  EXIT_STATUS=$ERROR_NOANSWER
  fi
  else
++source $INFO_DISTRIB_FILE
  NO=""# is Description string syntax correct ?
-@@ -265,8 +214,13 @@
+ if [ -z "$DISTRIB_DESCRIPTION" ]  
\
+ || [ -n "$(echo $DISTRIB_DESCRIPTION |
\
+sed -e "s/.*$DESCSTR_DELI.*//")" ]
+ then
+-TMP_DISTRIB_DESC=$(head -n 1 $FILENAME 2>/dev/null)
++TMP_DISTRIB_DESC=$PRETTY_NAME
+ [ -z "$DISTRIB_DESCRIPTION" ] 
\
+ && DISTRIB_DESCRIPTION=$TMP_DISTRIB_DESC
+ else
+@@ -265,8 +215,13 @@
  
  if [ -n "$NO" ]
  then   # does not contain "release" delimiter
@@ -155,14 +165,14 @@
 +[ -z "$DISTRIB_ID" ] && DISTRIB_ID=$MSG_DISTRIBUTOR
 +if [ -z "$DISTRIB_RELEASE" ]
 +then
-+ DISTRIB_RELEASE=$(grep ^VERSION $FILENAME | cut "-d " -f 3)
++ DISTRIB_RELEASE=$VERSION_ID
 + [ -z "$DISTRIB_RELEASE" ] && DISTRIB_RELEASE=$MSG_NA
 +  fi
-+  DISTRIB_CODENAME=$(grep ^CODENAME $FILENAME | cut "-d " -f 3)
++  DISTRIB_CODENAME=$(echo $VERSION | sed 's:.*(\(.*\)):\1:')
  [ -z "$DISTRIB_CODENAME" ] && DISTRIB_CODENAME=$MSG_NA
  fi
  fi
-@@ -282,16 +236,7 @@
+@@ -282,16 +237,7 @@
  
  if [ -n "$NO" ]
  then
@@ -180,7 +190,7 @@
  fi
  }
  
-@@ -399,7 +344,7 @@
+@@ -399,7 +345,7 @@
  fi
  fi
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lsb-release for openSUSE:Factory

2012-09-12 Thread h_root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2012-09-13 07:02:59

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release", Maintainer is "ku...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes  2011-09-23 
02:12:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsb-release.new/lsb-release.changes 
2012-09-13 07:03:00.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 11 10:55:19 UTC 2012 - a...@suse.de
+
+- For openSUSE the distributor is the openSUSE project.
+
+---



Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.w6Z0bk/_old  2012-09-13 07:03:01.0 +0200
+++ /var/tmp/diff_new_pack.w6Z0bk/_new  2012-09-13 07:03:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lsb-release (Version 2.0)
+# spec file for package lsb-release
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lsb-release
 Summary:Linux Standard Base Release Tools
+License:GPL-2.0+
+Group:  System/Fhs
 Version:2.0
-Release:8
+Release:0
 Prefix: /usr
-License:GPL-2.0+
 Source: lsb-release-2.0.tar.bz2
 Patch:  lsb-release-2.0.dif
 BuildArch:  noarch
-Group:  System/Fhs
 Url:http://www.linuxbase.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,6 +37,10 @@
 %patch
 
 %build
+# for openSUSE, the distributor is the openSUSE project
+%if 0%{sles_version} == 0
+sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE project"/' -i 
lsb_release
+%endif
 make
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lsb-release for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package lsb-release for openSUSE:Factory 
checked in at 2011-12-06 18:27:17

Comparing /work/SRC/openSUSE:Factory/lsb-release (Old)
 and  /work/SRC/openSUSE:Factory/.lsb-release.new (New)


Package is "lsb-release", Maintainer is "ku...@suse.com"

Changes:




Other differences:
--
++ lsb-release.spec ++
--- /var/tmp/diff_new_pack.FEnP11/_old  2011-12-06 18:48:57.0 +0100
+++ /var/tmp/diff_new_pack.FEnP11/_new  2011-12-06 18:48:57.0 +0100
@@ -23,7 +23,7 @@
 Version:2.0
 Release:8
 Prefix: /usr
-License:GPLv2+
+License:GPL-2.0+
 Source: lsb-release-2.0.tar.bz2
 Patch:  lsb-release-2.0.dif
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org