da009b4
# Read https://bugzilla.redhat.com/show_bug.cgi?id=1654765
da009b4
# mangling shebang in /usr/sbin/debootstrap from /bin/sh to /usr/bin/sh
d8a304b
%undefine __brp_mangle_shebangs
da009b4
661dbdf
Name:           debootstrap
d8a304b
Version:        1.0.123
41ca9bd
Release:        1%{?dist}
f3197e9
Summary:        Debian GNU/Linux bootstrapper
661dbdf
661dbdf
License:        MIT
89aedeb
URL:            https://wiki.debian.org/Debootstrap
8a683b7
Source0:        http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}.tar.gz
627f927
661dbdf
BuildArch:      noarch
661dbdf
09c3f2d
BuildRequires:  fakeroot
276388f
BuildRequires: make
6f76bb9
Requires:       gettext
e3da59d
Requires:       perl-interpreter
6f76bb9
Requires:       wget
6f76bb9
Requires:       tar
6f76bb9
Requires:       gzip
6f76bb9
Requires:       dpkg
6f76bb9
Requires:       xz
e3da59d
%if 0%{?fedora} || 0%{?rhel} >= 8
6f76bb9
Recommends:     ubu-keyring
6f76bb9
Recommends:     debian-keyring
3a0362f
%endif
661dbdf
661dbdf
%description
661dbdf
debootstrap is used to create a Debian base system from scratch, without
661dbdf
requiring the availability of dpkg or apt.  It does this by downloading
661dbdf
.deb files from a mirror site, and carefully unpacking them into a
661dbdf
directory which can eventually be chrooted into.
661dbdf
661dbdf
This might be often useful coupled with virtualization techniques to run
661dbdf
Debian GNU/Linux guest system.
661dbdf
661dbdf
661dbdf
%prep
d8a304b
%setup -q -n debootstrap
7db3584
7db3584
%build
c2c3a33
# nothing to do
661dbdf
661dbdf
%install
d8a304b
fakeroot %make_install VERSION="%{version}-%{release}"
661dbdf
c2c3a33
# install manual page
c2c3a33
mkdir -p %{buildroot}%{_mandir}/man8
c2c3a33
install -p -m 0644 debootstrap.8 %{buildroot}%{_mandir}/man8
661dbdf
661dbdf
%files
c2c3a33
%doc debian/changelog README
c2c3a33
%license debian/copyright
661dbdf
%{_datadir}/debootstrap
661dbdf
%{_sbindir}/debootstrap
661dbdf
%{_mandir}/man8/debootstrap.8*
661dbdf
661dbdf
%changelog
d8a304b
* Fri May 22 2020 Sérgio Basto <sergio@serjux.com> - 1.0.123-1
d8a304b
- Update to 1.0.123
d8a304b
- Undefine mangle_shebangs (#1654765)
d8a304b
- Remove old scriplets, %%{_datadir} and /usr/share is the same
2c16a6b
  and %%{_sbindir} and /usr/sbin is also the same
d8a304b
3bd6a8e
* Sat Feb 29 2020 Sérgio Basto <sergio@serjux.com> - 1.0.119-1
3bd6a8e
- Update to 1.0.119 (#1807970)
3bd6a8e
1b6b824
* Fri Feb 21 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.0.118-1
1b6b824
- Update to 1.0.118 (#1805812)
1b6b824
a4af76c
* Fri Feb 21 2020 Sérgio Basto <sergio@serjux.com> - 1.0.117-1
a4af76c
- Update to 1.0.117
a4af76c
c07f86b
* Tue Oct 08 2019 Sérgio Basto <sergio@serjux.com> - 1.0.116-1
c07f86b
- Update to 1.0.116 (#1727618)
c07f86b
41ca9bd
* Tue Oct 08 2019 Sérgio Basto <sergio@serjux.com> - 1.0.114-1
41ca9bd
- Update to 1.0.114 (#1708159)
41ca9bd
da009b4
* Sat Dec 01 2018 Sérgio Basto <sergio@serjux.com> - 1.0.109-3
da009b4
- Don't mangling shebang in /usr/sbin/debootstrap from /bin/sh to /usr/bin/sh
da009b4
  (#1654765), thanks to Laurent Vivier
da009b4
42fa3e8
* Fri Sep 21 2018 Sérgio Basto <sergio@serjux.com> - 1.0.109-2
42fa3e8
- dpkg was fixed in el6 and el7 we may use dpkg again.
42fa3e8
c5639aa
* Fri Sep 21 2018 Sérgio Basto <sergio@serjux.com> - 1.0.109-1
c5639aa
- Update to 1.0.109 (#1594470)
c5639aa
9e39611
* Thu Jun 14 2018 Sérgio Basto <sergio@serjux.com> - 1.0.102-1
9e39611
- Update to 1.0.102 (#1585520)
9e39611
e160a3d
* Wed May 23 2018 Sérgio Basto <sergio@serjux.com> - 1.0.100-1
e160a3d
- New upstream release (#1578167)
e160a3d
- Do not use dpkg on el, dpkg cause broken deps with man-pages-it in el6 and el7
e160a3d
e3da59d
* Thu Apr 19 2018 Sérgio Basto <sergio@serjux.com> - 1.0.97-1
e3da59d
- Update to 1.0.97 (#1557586)
e3da59d
- Require perl-interpreter (#1566045)
e3da59d
- From the mentioned bug report, 2 patches was applied upstream cleaned, the
e3da59d
  other 2 don't but I assume the bug is fixed.
e3da59d
627f927
* Tue Feb 27 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.0.93-3
627f927
- Fix boostrapping libvirt LXC containers
627f927
- Don't let host PATH leak into the target commands
627f927
6f76bb9
* Tue Feb 13 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.0.93-2
6f76bb9
- Require dpkg instead of ar as the unpacker
6f76bb9
22e2159
* Fri Dec 08 2017 Fedora Release Monitoring  <release-monitoring@fedoraproject.org> - 1.0.93-1
22e2159
- Update to 1.0.93 (#1523424)
22e2159
8b02fb4
* Wed Nov 01 2017 Fedora Release Monitoring  <release-monitoring@fedoraproject.org> - 1.0.92-1
8b02fb4
- Update to 1.0.92 (#1508179)
8b02fb4
1a3fc87
* Wed Jul 26 2017 Fedora Release Monitoring  <release-monitoring@fedoraproject.org> - 1.0.91-1
1a3fc87
- Update to 1.0.91 (#1475301)
1a3fc87
6da0384
* Wed Apr 26 2017 Sérgio Basto <sergio@serjux.com> - 1.0.90-1
6da0384
- Update debootstrap to 1.0.90
6da0384
af6dcf6
* Sat Nov 19 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 1.0.87-1
af6dcf6
- new upstream release:
af6dcf6
  + rework split_inline_sig with shell built-ins for Debian Installer (Debian #842591)
af6dcf6
  + default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (Debian #844221)
af6dcf6
  * remove scratchbox2 support (Debian #796189)
af6dcf6
f534799
* Sun Oct 23 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 1.0.85-1
f534799
- new upstream release:
f534799
  + add support for xz-compressed Package indicies (Debian #837649)
f534799
  + add support for downloading and validating InRelease files
f534799
  + switch default mirror to deb.debian.org
f534799
  + add Ubuntu zesty as a symlink to gutsy
f534799
  + enable merged /usr by default (Debian #839046)
f534799
  + blacklist merged /usr for jessie-kfreebsd
f534799
  + error out when seeing short options (Debian #548880)
f534799
  + add oldoldstable, buster, bullseye as symlinks to sid (Debian #792734)
f534799
  + fix failure when installing just minbase (Debian #825034)
f534799
  + do not use `tar -k` for older releases which might have file
f534799
    conflicts between the packages to be installed (Debian #838388)
f534799
  + man page: use stretch instead of wheezy in examples
f534799
c2c3a33
* Thu Sep 22 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 1.0.83-1
c2c3a33
- new upstream release:
c2c3a33
  + validate installed suite against Release file (Debian #837075)
c2c3a33
  + support for merged /usr with --merged-usr option (Debian #810301)
c2c3a33
  + fix installation with tar from busybox (Debian #837185)
c2c3a33
  + remove devices.tar.gz code (Debian #830869)
c2c3a33
0d66f75
* Fri Jun 24 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 1.0.81-1
0d66f75
- new upstream release (RHBZ #1332736)
0d66f75
  + add Ubuntu yakkety as a symlink to gutsy
7999e08
- add missing dependency on xz (RHBZ #1347734)
0d66f75
3a0362f
* Sun Mar 27 2016 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.80-1
3a0362f
- new upstream release
3a0362f
  + support kfreebsd & hurd arches on Ubuntu targets
3a0362f
- recommend installation of debian-keyring and ubu-keyring
3a0362f
66b5124
* Wed Feb 24 2016 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.79-1
66b5124
- new upstream release
66b5124
  + generate deburis files
66b5124
  + add Ubuntu xenial as a symlink to gutsy
66b5124
  + stop cleaning KEEP_DEBOOTSTRAP_DIR twice
66b5124
  + add Tanglu distribution support
66b5124
  + use HTTPS for VCS URLs
66b5124
d8898f9
* Fri Aug 14 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.72-1
d8898f9
- new upstream release
d8898f9
  + add Ubuntu wily as a symlink to gutsy
d8898f9
  + fix resolve_deps and setup_available in --foreign case
d8898f9
90e98c6
* Thu Jun 04 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.70-1
90e98c6
- new upstream release:
90e98c6
  + support for jessie-kfreebsd
90e98c6
  + deduplicate package list when counting downloaded packages
90e98c6
  + add support for '--force-check-gpg'
90e98c6
  + switch default FTP to official redirector
90e98c6
  + make it possible to override the MAKEDEV variable
90e98c6
  + use tr instead of xargs
90e98c6
89aedeb
* Mon Apr 27 2015 Lubomir Rintel <lkundrak@v3.sk> 1.0.67-1
89aedeb
- new upstream release
3325b91
- Fix upstream URL
3325b91
- Depend on Ubuntu keyring
89aedeb
8a683b7
* Tue Nov 25 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.66-1
8a683b7
- new upstream release:
8a683b7
  + add support for 'stretch'
8a683b7
  + specify gzip for deboostrap, xz for debootstrap-udeb
8a683b7
  + better portability on non-Debian platforms
8a683b7
6152008
* Wed Oct 22 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.64-1
6152008
- new upstream release:
6152008
  + Ubuntu vivid as a symlink to gutsy
6152008
  + move set -e out of shebang line (Debian: #762713)
6152008
5d5dd47
* Wed Sep 17 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.62-1
5d5dd47
- new upstream release:
5d5dd47
  + fix warnings caused by change in output of dpkg 1.17.2
5d5dd47
  + fix reporting of package versions with epoch
5d5dd47
d4e6072
* Sat Aug 02 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.60-1
d4e6072
- new upstream release:
d4e6072
  + Ubuntu utopic as a symlink to gutsy
d4e6072
  + Compression support in fallback method for deb archives extraction
d4e6072
7d19212
* Tue Apr 29 2014 Lubomir Rintel <lkundrak@v3.sk> 1.0.59-1.2
7d19212
- Fix chrooting
7d19212
- Fix architecture detection
7d19212
- Drop unneded MAKEDEV patch, as we don't use it anymore
7d19212
09c3f2d
* Tue Apr 29 2014 Lubomir Rintel <lkundrak@v3.sk> 1.0.59-1.1
09c3f2d
- RHEL 7 does not ship MAKEDEV anymore
09c3f2d
fed297a
* Fri Feb 14 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.59-1
fed297a
- new upstream release:
fed297a
  + install ca-certificates as well as apt-transport-https for https installations
fed297a
9d87de9
* Wed Feb 12 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.58-1
9d87de9
- new upstream release:
9d87de9
  + install apt-transport-https when installing over HTTPS
9d87de9
0609e88
* Sun Feb 09 2014 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.57-1
0609e88
- new upstream release:
0609e88
  + Ubuntu trusty as a symlink to gutsy
0609e88
  + when debian-archive-keyring is not available, use the main mirror with https
0609e88
  + separate installation of base-passwd and base-files
0609e88
  + pkgdetails_perl: fix percentage sign interpretation
0609e88
83f0e28
* Mon Sep 02 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.53-1
83f0e28
- new upstream release:
83f0e28
  + add saucy (Ubuntu) as a symlink to gutsy
83f0e28
  + clarify location of pkgdetails.c in error message
83f0e28
  + resolve mount points symlinks relative to target chroot before unmounting them
83f0e28
  + gutsy: detect if running under Upstart
83f0e28
  + sid, gutsy: add policy-rc.d
83f0e28
  + set Debian source format to '3.0 (native)'
83f0e28
  + bump debhelper compat level to 9
83f0e28
  + set Vcs-* to canonical format
83f0e28
  + update Standards to 3.9.4
83f0e28
dd82294
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.50-2
dd82294
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dd82294
Jan Vcelak 22eb44d
* Sat May 18 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.50-1
Jan Vcelak 22eb44d
- new upstream release:
Jan Vcelak 22eb44d
  + add support for 'jessie' release
Jan Vcelak 22eb44d
  + print version and revision information when retrieving the packages
Jan Vcelak 22eb44d
Jan Vcelak 104597a
* Fri Apr 05 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.48-1
Jan Vcelak 104597a
- new upstream release:
Jan Vcelak 104597a
  + Disable InRelease support.  gpgv won't give us back the signed data, and
Jan Vcelak 104597a
    full gpg is not available inside d-i (Debian: #703889).
Jan Vcelak 104597a
  + Move extract_release_components to after signature verification.
Jan Vcelak 104597a
Jan Vcelak 8730c9f
* Sun Mar 31 2013 Jan Vcelak <jvcelak@fedoraproject.org> 1.0.47-1
Jan Vcelak 8730c9f
- new upstream release:
Jan Vcelak 8730c9f
  + properly decrypt InRelease file if available
Jan Vcelak 8730c9f
  + add dependency on gnupg
Jan Vcelak 8730c9f
c17cee6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.46-2
c17cee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c17cee6
Jan Vcelak 890c767
* Tue Jan 01 2013 Jan Vcelak <jvcelak@redhat.com> 1.0.46-1
Jan Vcelak 890c767
- new upstream release:
Jan Vcelak 890c767
  + better support use on Android
Jan Vcelak 890c767
  + use which to locate sh if /bin/sh not found
Jan Vcelak 890c767
Jan Vcelak 4d4b6af
* Thu Nov 22 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.44-1
Jan Vcelak 4d4b6af
- new upstream release:
Jan Vcelak 4d4b6af
  + remove double quotes to fix for loop on GNU/kFreeBSD
Jan Vcelak 4d4b6af
Jan Vcelak 6cbd8eb
* Wed Nov 07 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.43-1
Jan Vcelak 6cbd8eb
- new upstream release:
Jan Vcelak 6cbd8eb
  + add (Ubuntu) raring as a symlink to gutsy.
Jan Vcelak 6cbd8eb
e9160e2
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.42-2
e9160e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e9160e2
Jan Vcelak bae31ee
* Mon Jul 16 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.42-1
Jan Vcelak bae31ee
- new upstream release:
Jan Vcelak bae31ee
  + downgrade missing InRelease file warning to info message
Jan Vcelak bae31ee
Jan Vcelak 8e480d2
* Tue Jun 26 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.41-1
Jan Vcelak 8e480d2
- new upstream release:
Jan Vcelak 8e480d2
  + support for InRelease repository files
Jan Vcelak 8e480d2
Jan Vcelak d94f7c0
* Wed May 02 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.40-1
Jan Vcelak d94f7c0
- new upstream release:
Jan Vcelak d94f7c0
  + better error reporting when installation or configuration fails
Jan Vcelak d94f7c0
  + add quantal as a symlink to gutsy
Jan Vcelak d94f7c0
Jan Vcelak c01f48f
* Wed Mar 14 2012 Jan Vcelak <jvcelak@redhat.com> 1.0.39-1
Jan Vcelak c01f48f
- new upstream release:
Jan Vcelak c01f48f
  + retry corrupted downloads rather than carrying on almost regardless
Jan Vcelak c01f48f
  + stop at the end of the retrieval phase if any packages failed to download
Jan Vcelak c01f48f
c27b3c4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.38-2
c27b3c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c27b3c4
Jan Vcelak e07d947
* Wed Nov 23 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.38-1
Jan Vcelak e07d947
- new upstream release:
Jan Vcelak e07d947
  + a few bugfixes, no new features
Jan Vcelak e07d947
Jan Vcelak 9adcf32
* Mon Oct 24 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.37-1
Jan Vcelak 9adcf32
- new upstream release:
Jan Vcelak 9adcf32
  + add Ubuntu 'precise' as a symlink to 'gutsy'
Jan Vcelak 9adcf32
Jan Vcelak 989a82f
* Mon Aug 22 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.36-1
Jan Vcelak 989a82f
- new upstream release:
Jan Vcelak 989a82f
  + use md5sum for 'sarge'
Jan Vcelak 989a82f
  + improve error message when decompressing command is not available
Jan Vcelak 989a82f
  + add more information regarding the version and architecture in case a download fails
Jan Vcelak 989a82f
  + do not use --arch when we specifically care about the host architecture
Jan Vcelak 989a82f
  + guess host OS based on uname for non-Debian systems
Jan Vcelak 989a82f
  + clarify "target" in usage message
Jan Vcelak 989a82f
  + search PATH for programs, rather than checking hardcoded locations
Jan Vcelak 989a82f
  + various fixes for installing kFreeBSD
Jan Vcelak 989a82f
Jan Vcelak 0e18938
* Mon Jun 20 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.32-1
Jan Vcelak 0e18938
- new upstream release:
Jan Vcelak 0e18938
  + use md5sums for 'woody' and 'potato'
Jan Vcelak 0e18938
Jan Vcelak e450bf3
* Mon May 23 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.31-1
Jan Vcelak e450bf3
- bootstrapping Ubuntu systems:
Jan Vcelak e450bf3
  + recommend ubuntu-keyring instead of debian-archive-keyring
Jan Vcelak e450bf3
  + check signatures when ubuntu-keyring package is installed
Jan Vcelak e450bf3
Jan Vcelak 86e8864
* Fri May 20 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.30-1
Jan Vcelak 86e8864
- new upstream release:
Jan Vcelak 86e8864
  + support bootstraping Debian oldstable
Jan Vcelak 86e8864
  + Ubuntu Oneiric symlink to Gutsy
Jan Vcelak 86e8864
  + removed --boot-floppies switch and mode
Jan Vcelak 86e8864
  + various fixes in package GPG signatures checking
Jan Vcelak 86e8864
Jan Vcelak d0a4671
* Tue Mar 08 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.28-1
Jan Vcelak d0a4671
- new upstream release:
Jan Vcelak d0a4671
  + fix: bug in the ar extractor for non-gz data.tar in .debs (Debian #598729)
Jan Vcelak d0a4671
  + remove 5 second sleeps when debootstrap finds additional required dependencies
Jan Vcelak d0a4671
  + use SHA checksums instead of MD5
Jan Vcelak d0a4671
  + avoid new warning from dpkg about missing Maintainer field
Jan Vcelak d0a4671
Jan Vcelak 7ad9221
* Wed Feb 09 2011 Jan Vcelak <jvcelak@redhat.com> 1.0.27-1
Jan Vcelak 7ad9221
- new upstream release (typo in --private-key, improve Hurd support)
Jan Vcelak 7ad9221
005bec8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.26-2
005bec8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
005bec8
Jan Vcelak 9cd68a5
* Mon Nov 22 2010 Jan Vcelak <jvcelak@redhat.com> 1.0.26-1
Jan Vcelak 9cd68a5
- new upstream release (fix typos and remove old workaround for md5sum)
Jan Vcelak 9cd68a5
Jan Vcelak bdce0e2
* Mon Oct 25 2010 Jan Vcelak <jvcelak@redhat.com> 1.0.25-1
Jan Vcelak bdce0e2
- new upstream release (support for HTTPS, added Ubuntu Nanty, added Debian Wheezy)
Jan Vcelak bdce0e2
Jan Zeleny 0b6faba
* Wed May 26 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.23-1
Jan Zeleny 0b6faba
- rebased to 1.0.23 (Add ${misc:Depends}, Add (Ubuntu) maverick as symlink to gutsy)
Jan Zeleny 0b6faba
Jan Zeleny 90645f4
* Fri Mar 05 2010 Jan Zeleny <jzeleny@redhat.com> - 1.0.22-1
Jan Zeleny 90645f4
- rebased to 1.0.22
Jan Zeleny 90645f4
22c51dc
* Wed Sep 30 2009 Adam Goode <adam@spicenitz.org> - 1.0.19-2
22c51dc
- Make sure to create /dev/console in devices.tar.gz
22c51dc
0f74a46
* Wed Sep 30 2009 Adam Goode <adam@spicenitz.org> - 1.0.19-1
0f74a46
- New upstream release
0f74a46
   + Many bugfixes
0f74a46
   + Support for new distributions
0f74a46
- Arch patch no longer needed
0f74a46
- Rebase other patches
0f74a46
afae135
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-3
afae135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
afae135
504d5aa
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
504d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
504d5aa
b0ede86
* Tue Jul 15 2008 Lubomir Rintel <lkundrak@v3.sk> - 1.0.10-1
b0ede86
- New upstream version
b0ede86
8d2a64c
* Sun Jun 15 2008 Adam Goode <adam@spicenitz.org> - 1.0.9-1
8d2a64c
- 1.0.9
8d2a64c
ee64cf8
* Fri Feb 22 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.8-1
ee64cf8
- 1.0.8
ee64cf8
b6e6e42
* Sun Nov 18 2007 Patrice Dumas <pertusus@free.fr> 1.0.7-2
b6e6e42
- keep timestamps
b6e6e42
- use rpm macros instead of hardcoded paths
b6e6e42
661dbdf
* Sat Nov 17 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.0.7-1
661dbdf
- Version bump
661dbdf
661dbdf
* Thu Nov 15 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.0.3-2
661dbdf
- Some more fixes, thanks to Patrice Dumas (#329291)
661dbdf
661dbdf
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.0.3-1
661dbdf
- Incorporating advises from Patrice Dumas (#329291) in account
661dbdf
661dbdf
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> 0.3.3.2etch1-1
661dbdf
- Initial package