Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > c1d59c87a34a7cdad42c3b19a6b33e34 > files > 3

mageia-release-2-3.mga2.src.rpm

# Please update release notes:
# make -C SOURCES release-notes.{html,txt}
#

%define am_i_cauldron 0
%if %am_i_cauldron
%define distrib Cauldron
%else
%define distrib Official
%endif
%define version 2
%define rel 3
%define distname cauldron
%define distsuffix .mga
%define distribution Mageia
%define lc_distro %(echo %{distribution} | tr "A-Z" "a-z")

%define product_vendor Mageia.Org
%define product_distribution %distribution
%define product_type Basic
%define product_version %version
%if %am_i_cauldron
%define product_branch Devel
%else
%define product_branch Official
%endif
%define product_release 1
%define product_arch %{_target_cpu}

%define product_id_base vendor=%product_vendor,distribution=%product_distribution,type=%product_type,version=%product_version,branch=%product_branch,release=%product_release,arch=%product_arch

%if %am_i_cauldron
    %define unstable %%_with_unstable --with-unstable
%endif

# The distro release, what is written on box
%define distro_release %version

# The distro branch: Cauldron or Official
%define distro_branch %distrib

# The distro arch, notice: using %_target_cpu is bad
# elsewhere because this depend of the config of the packager
# _target_cpu => package build for
# distro_arch => the distribution we are using
%define distro_arch %_target_cpu

# To be coherent with %distro_arch I provide os too
# be I wonder it will be linux for a long time
%define distro_os %_target_os

%define realversion %version
%define mgaver %(echo %version | sed 's/\\.//')

Summary:	%{distribution} release file
Name:		%{lc_distro}-release
Version:	%version
Release:	%mkrel %rel
License:	GPL
URL:		http://www.mageia.org/
Group:		System/Configuration/Other
Source3:	CREDITS
# edited lynx -dump of wiki:
Source4:	release-notes.txt
Source5:	release-notes.html
Source6:	ldap-names.py
BuildRoot:	%{_tmppath}/%{name}-root

%description
%{distribution} release file.

%package common
Summary: %{distribution} release common files
Group: System/Configuration/Other
Requires: lsb-release
Conflicts: %name < %version-%release
Obsoletes: %name < %version-%release
Obsoletes: mandrake-release mandrakelinux-release mandriva-release
Obsoletes: mandriva-release-common
Obsoletes: rawhide-release redhat-release
Obsoletes: mandriva-doc-common
Conflicts: systemd < 37-5

# cf mdvbz#32631
Provides: arch(%_target_cpu)
Provides: %arch_tagged %{lc_distro}-release-common

%description common
Common files for %{distribution} release packages.

%define release_package(s) \
%{-s:%package %1} \
Summary: %{distribution} release file%{?1: for %1} \
Group: System/Configuration/Other \
Requires:	%{arch_tagged %{lc_distro}-release-common} \
Requires(post):	coreutils \
Provides:	redhat-release rawhide-release mandrake-release mandrakelinux-release mandriva-release \
Provides:	%name = %version-%release \

%define release_descr(s) \
%description %{-s:%1} \
%{distribution} release file for %1 flavor. \


%define release_post(s) \
%post %{-s:%1} \
ln -fs product.id.%1 %{_sysconfdir}/product.id


%define release_install(s) \
cat > %{buildroot}%{_sysconfdir}/product.id.%{1} << EOF \
%{product_id_base},product=%1\
EOF\
 \
mkdir -p %{buildroot}%_sys_macros_dir \
cat > %{buildroot}%_sys_macros_dir/%{1}.macros <<EOF \
%%distribution      %distribution\
%%mandriva_release  %distro_release\
%%distro_release    %distro_release\
%%distro_branch     %distro_branch\
%%distro_arch       %distro_arch\
%%distro_os         %distro_os\
%%distro_class      %%(. %{_sysconfdir}/sysconfig/system; echo \\\$META_CLASS)\
%%mdkver            %mgaver\
%%mdvver            %mgaver\
%%mgaver            %mgaver\
%%distsuffix        %distsuffix\
\
# productid variable\
%%product_id %{product_id_base},product=%{1}\
\
%%product_vendor        %product_vendor\
%%product_distribution  %product_distribution\
%%product_type          %product_type\
%%product_version       %product_version\
%%product_branch        %product_branch\
%%product_release       %product_release\
%%product_arch          %product_arch\
%%product_product       %1\
\
%{?unstable}\
EOF\
 \
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig \
cat > %{buildroot}%{_sysconfdir}/sysconfig/system <<EOF \
SECURITY=3\
CLASS=beginner\
LIBSAFE=no\
META_CLASS=download\
EOF\


%release_package -s Default
Obsoletes: mandriva-release-Flash mandriva-release-Free mandriva-release-Mini mandriva-release-One mandriva-release-Powerpack

%release_descr -s Default

%prep
#%setup -q -n %{name}
cp -a %SOURCE3 CREDITS
cp -a %SOURCE4 release-notes.txt
cp -a %SOURCE5 release-notes.html
cat > README.urpmi <<EOF
This is %{distribution} %version

You can find the release notes in %_docdir/%name-common/release-notes.txt
EOF

# check that CREDITS file is in UTF-8, fail otherwise
if iconv -f utf-8 -t utf-8 < CREDITS > /dev/null
then
	true
else
	echo "the CREDITS file *MUST* be encoded in UTF-8"
	echo "please fix it before continuing"
	false
fi

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}
echo "%{distribution} release %{realversion} (%{distrib}) for %{_target_cpu}" > %{buildroot}%{_sysconfdir}/%{lc_distro}-release
ln -sf %{lc_distro}-release %{buildroot}%{_sysconfdir}/redhat-release
ln -sf %{lc_distro}-release %{buildroot}%{_sysconfdir}/mandrake-release
ln -sf %{lc_distro}-release %{buildroot}%{_sysconfdir}/mandrakelinux-release
ln -sf %{lc_distro}-release %{buildroot}%{_sysconfdir}/mandriva-release
ln -sf %{lc_distro}-release %{buildroot}%{_sysconfdir}/release
echo "%{version} %{rel} %{distname}" > %{buildroot}%{_sysconfdir}/version

# Generate "standardised" x-distro os-release file for systemd
# http://www.freedesktop.org/software/systemd/man/os-release.html
cat >%{buildroot}%{_sysconfdir}/os-release <<EOF
NAME="%{distribution}"
VERSION="%{realversion}"
ID=mageia
ID_LIKE="mandriva fedora"
PRETTY_NAME="%{distribution} %{realversion}"
ANSI_COLOR="1;36"
HOME_URL="http://www.mageia.org/"
SUPPORT_URL="http://www.mageia.org/support/"
BUG_REPORT_URL="https://bugs.mageia.org/"
EOF

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
cat > %{buildroot}%{_sysconfdir}/profile.d/10%{lc_distro}-release.csh<<'EOF'
if ( -r %{_sysconfdir}/sysconfig/system ) then
	eval `sed 's|^#.*||' %{_sysconfdir}/sysconfig/system | sed 's|\([^=]*\)=\([^=]*\)|set \1=\2|g' | sed 's|$|;|' `
	setenv META_CLASS $META_CLASS
else
	setenv META_CLASS unknown
endif
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/10%{lc_distro}-release.sh<<'EOF'
if [ -r %{_sysconfdir}/sysconfig/system ]; then
	. %{_sysconfdir}/sysconfig/system
	export META_CLASS
else
	export META_CLASS=unknown
fi
EOF

%release_install Default

touch %{buildroot}%{_sysconfdir}/product.id


%check
%if %am_i_cauldron
case %release in
    0.*) ;;
    *)
    echo "Cauldron distro should have this package with release < %{mkrel 1}"
    exit 1
    ;;
esac
%endif

%clean
rm -rf %{buildroot}

%release_post -s Default

%define release_files(s:) \
%files %{-s:%{-s*}} \
%defattr(-,root,root) \
%_sys_macros_dir/%{1}.macros \
%{_sysconfdir}/product.id.%1 \
%ghost %{_sysconfdir}/product.id\
\

%release_files -s Default Default

%files common
%defattr(-,root,root)
%doc CREDITS release-notes.*
%{_sysconfdir}/*-release
%{_sysconfdir}/release
%{_sysconfdir}/version
%{_sysconfdir}/profile.d/10%{lc_distro}-release.sh
%{_sysconfdir}/profile.d/10%{lc_distro}-release.csh
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/system


%changelog

* Mon May 21 2012 ennael <ennael> 2-3.mga2
+ Revision: 235995
- update release notes

* Mon May 21 2012 ennael <ennael> 2-2.mga2
+ Revision: 235974
- update release notes

  + obgr_seneca <obgr_seneca>
    - added another German doc translator
    - added German doc translators

* Sat May 19 2012 ennael <ennael> 2-1.mga2
+ Revision: 235918
- update release notes
- Mageia 2 final release
- update release notes and CREDITS

  + obgr_seneca <obgr_seneca>
    - added doc translator

* Sat May 12 2012 ennael <ennael> 2-0.11.mga2
+ Revision: 235454
- update CREDITS and release notes

  + stormi <stormi>
    - update QA CREDITS

  + obgr_seneca <obgr_seneca>
    - Updated translator list

  + boklm <boklm>
    - update marketing team list
    - update triage team with list provided by leuhmanu
    - add documentation and documentation translation teams (lists provided by marja)
    - CREDITS: update Mageia version
    - add QA team
    - update translators list
    - update packagers list

  + schultz <schultz>
    - further missing artwork people
    - 1 missing person on Artwork Credits
    - add artwork team members to CREDITS

* Wed Mar 14 2012 ennael <ennael> 2-0.7.mga2
+ Revision: 223334
- update release notes files

  + rda <rda>
    - fetch only article HTML, without wiki nav/boxes/scripts

* Tue Mar 13 2012 ennael <ennael> 2-0.6.mga2
+ Revision: 223215
- fix wiki page url for release notes

* Sat Mar 10 2012 colin <colin> 2-0.5.mga2
+ Revision: 222352
- Flesh out os-release as per upstream docs (mga#4528)

  + ennael <ennael>
    - readd Makefile to generate release notes from wiki

* Sat Dec 10 2011 tv <tv> 2-0.4.mga2
+ Revision: 180073
- revert bogus setting of product_version to "cauldron" (part of r61047 by tmb
  on 2011-02-26, "only obsolete mandriva-release-* to allow clean upgrade")
  we never did this in the past and this break stuff (eg: mga#3603)

* Sat Oct 29 2011 dmorgan <dmorgan> 2-0.3.mga2
+ Revision: 159660
- Rebuild to push in core media

* Sat Oct 29 2011 colin <colin> 2-0.2.mga2
+ Revision: 159643
- Provide /etc/os-release but conflict with systemd versions that provided this file previously
- Remove static use of /etc and replace with %%{_sysconfdir} + standardise macro usage
- Standardise on $RPM_BUILD_ROOT vs. %%{buildroot}

  + boklm <boklm>
    - Mageia Cauldron Release 2

* Mon May 30 2011 tmb <tmb> 1-2.mga1
+ Revision: 100800
- rollback to release 1

* Mon May 30 2011 ennael <ennael> 2-0.1.mga2
+ Revision: 100794
- Release 2 for Mageia Cauldron

* Mon May 30 2011 ennael <ennael> 1-1.mga1
+ Revision: 100786
- first stable release of Mageia
- update release notes

* Thu May 26 2011 ennael <ennael> 1-0.12.mga1
+ Revision: 100528
- bump release to copy release notes in rpms tree
- more fixes in CREDITS

  + rda <rda>
    - add names in artwork, webteam and sysadmin

* Wed May 25 2011 ennael <ennael> 1-0.11.mga1
+ Revision: 100393
- update credits for Mageia
- add first version of release notes
- update Mageia CREDITS
  keep mdv file for now

  + boklm <boklm>
    - add script to generate list of contributors from ldap

* Fri May 20 2011 ennael <ennael> 1-0.10.mga1
+ Revision: 99982
- obsolete mandriva-doc
- update credits text

* Tue Mar 22 2011 ennael <ennael> 1-0.9.mga1
+ Revision: 75473
- add lsb-release as require for common

* Sun Feb 27 2011 tmb <tmb> 1-0.8.mga1
+ Revision: 61065
- rebuild to get changelog and proper signs
- only obsolete mandriva-release-* to allow clean upgrade

* Sat Feb 26 2011 tv <tv> 1-0.6.mga1
+ Revision: 61003
- fix upgrading from Mandriva

* Thu Feb 10 2011 ennael <ennael> 1-0.5.mga1
+ Revision: 49728
- move Free to Default (waiting for official renaming)

* Tue Jan 25 2011 tmb <tmb> 1-0.4.mga1
+ Revision: 39454
- fix filelist
- add /etc/mandriva-release symlink too

* Mon Jan 17 2011 tmb <tmb> 1-0.3.mga1
+ Revision: 21729
- have mageia-release-common obsolete mandriva-release-common to allow clean upgrade

* Mon Jan 10 2011 blino <blino> 1-0.2.mga1
+ Revision: 5019
- use macros instead of writing mageia everywhere
- use distro_ instead in mageia_ in macro names, to be a bit more generic and fork-friendly

  + tmb <tmb>
    - fix versioning for initial upgrades
    - only create Free for now
    - imported package mageia-release


* Thu Jan 06 2011 Thomas Backlund <tmb@mageia.org> 1-0.1.mga1
- initial Mageia release
- rename mdv/k to mga
- rename Mandriva to Mageia
- rename Cooker to Cauldron
- drop filetriggers for old mandriva releases
- obsolete old mandriva-release-*

* Fri Jul 09 2010 Nicolas Vigier <nvigier@mandriva.com> 2011.0-0.1mdv2011.0
+ Revision: 549873
- switch to 2011.0 devel version

* Mon Jun 28 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.10mdv2010.1
+ Revision: 549288
- update release notes
- switch to official

* Thu Jun 17 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.9mdv2010.1
+ Revision: 548203
- update release notes

* Tue Jun 08 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.8mdv2010.1
+ Revision: 547290
- Switch back to devel release while final one is not out

* Wed May 26 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.7mdv2010.1
+ Revision: 546308
- update release notes

* Wed May 26 2010 Antoine Ginies <aginies@mandriva.com> 2010.1-0.6mdv2010.1
+ Revision: 546123
- update releases notes
- BUMP release

* Tue May 25 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.5mdv2010.1
+ Revision: 545984
- switch to official release

* Tue May 25 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.4mdv2010.1
+ Revision: 545947
- update release notes

* Tue May 18 2010 Antoine Ginies <aginies@mandriva.com> 2010.1-0.3mdv2010.1
+ Revision: 545204
- update release notes

* Thu May 06 2010 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.2mdv2010.1
+ Revision: 542860
- update release notes

  + Thierry Vignaud <tv@mandriva.org>
    - take release notes for 2010.1 when updating them

* Thu Nov 05 2009 Anne Nicolas <anne.nicolas@mandriva.com> 2010.1-0.1mdv2010.1
+ Revision: 460514
- switch to 2010.1 devel version

  + Rémy Clouard <shikamaru@mandriva.org>
    - add contributors

  + Jérôme Quelin <jquelin@mandriva.org>
    - current version is mandriva 2010
    - adding myself to credits (a bit late)

* Thu Oct 29 2009 Anne Nicolas <anne.nicolas@mandriva.com> 2010.0-0.5mdv2010.0
+ Revision: 460075
- switch to official
- update release-notes

* Mon Oct 26 2009 Anne Nicolas <anne.nicolas@mandriva.com> 2010.0-0.4mdv2010.0
+ Revision: 459391
- update release notes

* Thu Oct 15 2009 Thierry Vignaud <tv@mandriva.org> 2010.0-0.3mdv2010.0
+ Revision: 457580
- 2010.0 release notes
- update build rules for release-notes.txt
- retrieve 2010.0 release notes

* Fri May 01 2009 Gustavo De Nardin <gustavodn@mandriva.com> 2010.0-0.1mdv2010.0
+ Revision: 369188
- opening season for 2010.0

* Thu Apr 23 2009 Thierry Vignaud <tv@mandriva.org> 2009.1-1mdv2009.1
+ Revision: 368789
- final release

  + Anne Nicolas <anne.nicolas@mandriva.com>
    - update release notes

* Wed Apr 22 2009 Anne Nicolas <anne.nicolas@mandriva.com> 2009.1-0.8mdv2009.1
+ Revision: 368721
- update release notes

  + Thierry Vignaud <tv@mandriva.org>
    - update release notes

* Thu Apr 02 2009 Antoine Ginies <aginies@mandriva.com> 2009.1-0.7mdv2009.1
+ Revision: 363484
- sync to latest info available on the wiki

  + Thierry Vignaud <tv@mandriva.org>
    - add two italian translators
    - add Gergely Lonyai as Hungarian (magyar) translator

  + Anssi Hannula <anssi@mandriva.org>
    - add Mika Nieminen and Jani V?\195?\164limaa as Finnish translators

* Thu Mar 26 2009 Thierry Vignaud <tv@mandriva.org> 2009.1-0.6mdv2009.1
+ Revision: 361435
- update release notes
- restore Makefile wrongly dropped by aginies in r353072

* Mon Mar 09 2009 Antoine Ginies <aginies@mandriva.com> 2009.1-0.5mdv2009.1
+ Revision: 353072
- update releases notes

* Mon Feb 09 2009 Antoine Ginies <aginies@mandriva.com> 2009.1-0.4mdv2009.1
+ Revision: 338985
- bump release
- update to 2009 spring

* Wed Nov 26 2008 Olivier Blin <oblin@mandriva.com> 2009.1-0.3mdv2009.1
+ Revision: 306952
- add mandriva-release-Mini

* Fri Oct 10 2008 Pixel <pixel@mandriva.com> 2009.1-0.2mdv2009.1
+ Revision: 291328
- mandriva-release-XXX must require mandriva-release-common of the same arch to
  ensure noone installs i586 version instead of x86_64 when mirrors are not in
  sync (#44742)

* Wed Oct 08 2008 Frederic Crozat <fcrozat@mandriva.com> 2009.1-0.1mdv2009.1
+ Revision: 291217
- Mandriva 2009.1, here we come

* Thu Oct 02 2008 Antoine Ginies <aginies@mandriva.com> 2009.0-0.10mdv2009.0
+ Revision: 290846
- no more cooker, official branch

* Tue Sep 30 2008 Antoine Ginies <aginies@mandriva.com> 2009.0-0.9mdv2009.0
+ Revision: 290113
- fix product_branch var

  + Thierry Vignaud <tv@mandriva.org>
    - update release notes

* Fri Sep 19 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.8mdv2009.0
+ Revision: 285967
- update release notes

* Wed Sep 17 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.7mdv2009.0
+ Revision: 285560
- fix release notes URL in post script (#43960)

* Tue Sep 16 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.6mdv2009.0
+ Revision: 285332
- update release notes
- fix 2008 mention in CREDIT files (#43705)

* Wed Aug 20 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.5mdv2009.0
+ Revision: 274254
- update release notes

* Tue Aug 19 2008 Antoine Ginies <aginies@mandriva.com> 2009.0-0.4mdv2009.0
+ Revision: 273685
- bump release
- udpate release notes

* Wed Aug 13 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.3mdv2009.0
+ Revision: 271529
- update release notes
- fix generating text release notes

* Mon Jul 28 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.2mdv2009.0
+ Revision: 251115
- update

* Tue Apr 08 2008 Thierry Vignaud <tv@mandriva.org> 2009.0-0.1mdv2009.0
+ Revision: 192354
- prepare to reopen cooker

* Thu Apr 03 2008 Antoine Ginies <aginies@mandriva.com> 2008.1-0.11mdv2008.1
+ Revision: 192225
- final release

* Wed Apr 02 2008 Antoine Ginies <aginies@mandriva.com> 2008.1-0.10mdv2008.1
+ Revision: 191718
- spring will arrive soon :)

  + Thierry Vignaud <tv@mandriva.org>
    - update release notes

* Fri Mar 28 2008 Thierry Vignaud <tv@mandriva.org> 2008.1-0.9mdv2008.1
+ Revision: 190910
- update release notes

* Thu Mar 13 2008 Antoine Ginies <aginies@mandriva.com> 2008.1-0.8mdv2008.1
+ Revision: 187507
- update release notes, update distname

* Mon Mar 03 2008 Thierry Vignaud <tv@mandriva.org> 2008.1-0.7mdv2008.1
+ Revision: 178121
- update release notes
- fix stripping text version of release notes

* Tue Feb 12 2008 Thierry Vignaud <tv@mandriva.org> 2008.1-0.6mdv2008.1
+ Revision: 166318
- update release notes

* Thu Jan 24 2008 Thierry Vignaud <tv@mandriva.org> 2008.1-0.5mdv2008.1
+ Revision: 157584
- update release notes

* Tue Jan 15 2008 Pixel <pixel@mandriva.com> 2008.1-0.4mdv2008.1
+ Revision: 152814
- add provide arch(_target_cpu) (cf #32631)

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - no executable bit on profile scriptlets
      use herein documents instead of additional sources

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 2008.1-0.2mdv2008.1
+ Revision: 136359
- require coreutils for post scripts (so that /etc/product.id gets created in chroots)

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request
    - use %%am_i_cooker again
    - prevent errors on branching official/cooker

* Mon Oct 08 2007 Thierry Vignaud <tv@mandriva.org> 2008.1-0.1mdv2008.1
+ Revision: 95705
- cooker strikes back
- add one italian translators (from Andrea Celli)

* Fri Oct 05 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-5mdv2008.0
+ Revision: 95573
- update release notes
- add Tor Lundberg (screensavers images)

* Thu Oct 04 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-4mdv2008.0
+ Revision: 95476
- really package HTML release notes

* Thu Oct 04 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-3mdv2008.0
+ Revision: 95466
- update release notes

* Thu Oct 04 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-2mdv2008.0
+ Revision: 95437
- update release notes

* Thu Oct 04 2007 Frederic Crozat <fcrozat@mandriva.com> 2008.0-1mdv2008.0
+ Revision: 95307
- Say hello to Mr Brahe..

* Wed Oct 03 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.17mdv2008.0
+ Revision: 95015
- migrate Powerpack+ configuration on update

* Wed Oct 03 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.16mdv2008.0
+ Revision: 95007
- updated release notes
- move obsoletes of powerpack+ & discovery into common subpackage

  + Anssi Hannula <anssi@mandriva.org>
    - add myself as Finnish translator in CREDITS
    - fix case of suomi in CREDITS

* Thu Sep 27 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.15mdv2008.0
+ Revision: 93321
- kill Discovery & Powerpack+ flavors

* Wed Sep 26 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.14mdv2008.0
+ Revision: 93186
- package a cleaned HTML copy of release-notes for installer & One
- add another italian translator

* Tue Sep 25 2007 Pixel <pixel@mandriva.com> 2008.0-0.13mdv2008.0
+ Revision: 92832
- re-submit with youri unpack rule for release-notes.txt (to fix #33933)

* Tue Sep 25 2007 Pixel <pixel@mandriva.com> 2008.0-0.12mdv2008.0
+ Revision: 92759
- re-submit with youri unpack rule for release-notes.txt (to fix #33933)

* Mon Sep 24 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.11mdv2008.0
+ Revision: 92590
- update release notes

* Wed Sep 19 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.10mdv2008.0
+ Revision: 90947
- list You-Cheng Hsieh as Traditional Chinese translator
- add 2 more dutch translators
- auto-generate README.urpmi
- s/2007/2008/ in urpmi update info
- update release notes

* Wed Sep 19 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.9mdv2008.0
+ Revision: 90841
- revert
- yukiko doesn't contribute but do test IM and translate; kill "(part time)"
- add a check rule
- fix encoding
- add z?\195?\169
- add Austin Acton's last name
- fix Per Oyvind Karlsen name
- add 4 Norwegian Bokm?\195?\165l translators (Per ?\195?\152yvind Karlsen)
- fix Norwegian naming (Per ?\195?\152yvind Karlsen)
- add Dotan Kamber (hebrew translator since 2007.1
- add 3 more dutch translators (requested by Reinout van Schouwen on cooker-i18n)
- add UTUMI Hirosi who helped us a lot for IM

  + Nicolas Lécureuil <nlecureuil@mandriva.com>
    - Add french translator

* Thu Sep 13 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.7mdv2008.0
+ Revision: 84962
- update release notes for 2008.0 from wiki
- automate release-notes dumping from wiki
- kill mandriva release field in translator & contributor list (duplicated data &
  wasn't homogeneous)
- s/2007/2008/
- add a full name along an email

* Wed Aug 22 2007 Pixel <pixel@mandriva.com> 2008.0-0.6mdv2008.0
+ Revision: 69135
- moving Obsoletes to mandriva-release-common (#30093)
- only the mandriva-release-Free obsoletes mandriva-release (#30093)
  (it is a bit too precise for upgrading from 2006.0, but it's still better than
  current urpmi behaviour)

* Tue Jul 31 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.4mdv2008.0
+ Revision: 56802
- bump release
- enhanced descriptions
- fix mandriva-release-common description (#31796)

* Wed Jul 04 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.3mdv2008.0
+ Revision: 48120
- bump release
- fix doc path with new mdv-mandriva-setup
- fix czech spelling (Michal Bukovjan)

* Mon Jun 25 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.2mdv2008.0
+ Revision: 44022
- bump release
- prevent breaking scp/rsh in corner cases (#30017)
- use relative link for /etc/product.id (ie for chroots)

* Tue Apr 17 2007 Thierry Vignaud <tv@mandriva.org> 2008.0-0.1mdv2008.0
+ Revision: 13552
- cooker is back


* Tue Apr 03 2007 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-3mdv2007.1
+ Revision: 150417
- bump release
- resync with wiki's releases notes (mainly moves & renames but addition
  of "General information about new features and major changes")

* Tue Apr 03 2007 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-2mdv2007.1
+ Revision: 150392
- bump release
- move README.urpmi out of tarball and update it (#30061)
- further versionning changes (ala #30061)
- move releases-notes out of tarball and update them (#30061)

* Tue Apr 03 2007 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-1mdv2007.1
+ Revision: 150333
- final release
- enforce META_CLASS not being expanded like in 2007.0
- remove extra spaces at end of lines
- add missing contributors (#30073)

* Sun Apr 01 2007 Pixel <pixel@mandriva.com> 2007.1-0.6mdv2007.1
+ Revision: 150139
- remove the require mandriva-release-common -> mandriva-release
  this helps rpm/urpmi install mandriva-release-common before
  mandriva-release-*, and so /etc/sysconfig/system pb disappear (#30013)
- remove explicit conflict on the obsoleted version, that's unneeded

* Sat Mar 31 2007 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-0.5mdv2007.1
+ Revision: 150065
- bump release
- bump release
- add explicit conflicts on mandriva-release in order to help urpmi (which will
  ask a question in interactive mode)
- remove unversionnated provides on mandriva-release
- add Flash support

  + Anssi Hannula <anssi@mandriva.org>
    - fix typo in CREDITS

* Thu Mar 29 2007 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-0.3mdv2007.1
+ Revision: 149640
- bump release
- all mandriva-release-* packages are generated from the same spec file
- fix upgrading (#29842, #27864)
- move common files in -common sub package
- make it consistant
- sort
- help emacs
- fix giuseppe name (#29973)
- add Buchan Milne & Angelo Naselli (#29394)
- move CREDITS out of tarball and fix bad Translatros lines (#17490)

* Mon Dec 04 2006 Thierry Vignaud <tvignaud@mandriva.com> 2007.1-0.2mdv2007.1
+ Revision: 90486
- kill icon
- strip emails off of CREDITS

  + Warly <warly@mandriva.com>
    - post 2007.0
    - update release-notes
    - add provides mandriva-release, to help generation of product specific mandriva-release
    - convert CREDITS into utf8
    - final mandriva-release
    - update distro and credits, add release notes
    - rc2
    - rc 1

* Tue Aug 29 2006 Warly <warly@mandriva.com> 2007.0-0.12mdv2007.0
+ Revision: 58326
- update distro.txt for new beta
- new release for beta 3

  + Olivier Blin <oblin@mandriva.com>
    - clean buildroot

* Sun Aug 27 2006 Olivier Blin <oblin@mandriva.com> 2007.0-0.11mdv2007.0
+ Revision: 58168
- fix typo in sh profile script

* Fri Aug 18 2006 Frederic Crozat <fcrozat@mandriva.com> 2007.0-0.10mdv2007.0
+ Revision: 56652
- Add profile.d script to export META_CLASS (needed for csh shells)

* Mon Aug 14 2006 Warly <warly@mandriva.com> 2007.0-0.9mdv2007.0
+ Revision: 55804
- updated for beta 2

* Fri Jul 28 2006 Olivier Thauvin <nanardon@mandriva.org> 2007.0-0.7mdv2007.0
+ Revision: 42339
- set distribution into macro file (not vendor)
- provide product* variable as macros, included product_id
- factorize some change
- 0.7
- Import mandriva-release

* Fri Jul 28 2006 Warly <warly@mandriva.com> 2007.0-0.6mdv2007.0
- reintroduct product.id

* Thu Jul 27 2006 Warly <warly@mandriva.com> 2007.0-0.5mdv2007.0
- beta 1

* Sun Jun 18 2006 Olivier Thauvin <nanardon@mandriva.org> 2007.0-0.4mdv2007.0
- provide a default /etc/sysconfig/system

* Fri May 26 2006 Olivier Thauvin <nanardon@mandriva.org> 2007.0-0.3mdv2007.0
- after checking properly, no reason to not use %%mkrel now

* Fri May 26 2006 Olivier Thauvin <nanardon@mandriva.org> 2007.0-0.2mdv2007
- use new release tag schema

* Thu May 25 2006 Olivier Thauvin <nanardon@mandriva.org> 2007.0-0.1mdk
- 2007 is on the road

* Mon Jan 30 2006 Warly <warly@mandriva.com> 2006.1-0.4mdk
- add mdvver macro

* Sat Oct 01 2005 Warly <warly@mandriva.com> 2006.1-0.3mdk
- Cooker snaphost

* Sat Oct 01 2005 Warly <warly@mandriva.com> 2006.1-0.2mdk
- complete distro.txt
- correct distrib name

* Sat Oct 01 2005 Warly <warly@mandriva.com> 2006.1-0.1mdk
- 2006.1 beta

* Sat Oct 01 2005 Warly <warly@mandriva.com> 2006.0-2mdk
- update CREDITS

* Wed Sep 21 2005 Warly <warly@mandriva.com> 2006.0-1mdk
- 2006.0 Official

* Tue Sep 13 2005 Warly <warly@mandriva.com> 2006.0-0.5mdk
- rc2

* Fri Jul 01 2005 Eskild Hustvedt <eskild@mandriva.org> 2006.0-0.4mdk
- Fixed URL

* Wed Jun 29 2005 Olivier Thauvin <nanardon@mandriva.org> 2006.0-0.3mdk
- create /etc/rpm/macros.d/%%name.macros
- set _with_unstable by default for cooker

* Tue Apr 19 2005 Warly <warly@mandrakesoft.com> 2006.0-0.2mdk
- Mandriva Linux is better than Mandriva

* Tue Apr 19 2005 Warly <warly@mandrakesoft.com> 2006.0-0.1mdk
- add a .0 to the version

* Sat Apr 16 2005 Warly <warly@mandriva.com> 2006-1mdk
- Mandriva 2006 Cooker

* Thu Mar 17 2005 Warly <warly@mandrakesoft.com> 10.2-0.6mdk
- Limited Edition 2005 RC2

* Wed Mar 09 2005 Warly <warly@mandrakesoft.com> 10.2-0.5mdk
- 10.2 rc1

* Tue Feb 22 2005 Warly <warly@mandrakesoft.com> 10.2-0.4mdk
- 10.2 beta3

* Fri Feb 04 2005 Warly <warly@mandrakesoft.com> 10.2-0.3mdk
- 10.2 beta 2

* Tue Feb 01 2005 Pablo Saratxaga <pablo@mandrakesoft.com> 10.2-0.2mdk
- added test to make build fail if CREDITS file is not in utf-8

* Tue Nov 09 2004 Warly <warly@mandrakesoft.com> 10.2-0.1mdk
- oops

* Mon Nov 08 2004 Warly <warly@mandrakesoft.com> 10.2-1mdk
- Cooker 10.2

* Wed Oct 06 2004 Warly <warly@mandrakesoft.com> 10.1-2mdk
- Mandrakelinux 10.1 Official

* Wed Oct 06 2004 Warly <warly@mandrakesoft.com> 10.1-1.1mdk
- Test update for 10.1

* Tue Sep 14 2004 Warly <warly@mandrakesoft.com> 10.1-1mdk
- Mandrakelinux 10.1 Community

* Sat Sep 04 2004 Warly <warly@mandrakesoft.com> 10.1-0.7mdk
- Mandrakelinux 10.1 RC 1

* Fri Aug 20 2004 Warly <warly@mandrakesoft.com> 10.1-0.6mdk
- Mandrakelinux 10.1 beta 2

* Fri Jul 30 2004 Warly <warly@mandrakesoft.com> 10.1-0.5mdk
- Mandrakelinux 10.1 beta 1

* Fri Jul 16 2004 Warly <warly@mandrakesoft.com> 10.1-0.4mdk
- Mandrakelinux 10.1 alpha 1

* Sat Jul 03 2004 Warly <warly@mandrakesoft.com> 10.1-0.3mdk
- add a /etc/release file

* Wed May 12 2004 Warly <warly@mandrakesoft.com> 10.1-0.2mdk
- new package name