163237
Name:           rpmdevtools
163237
Version:        9.5
163237
Release:        1%{?dist}
163237
Summary:        RPM Development Tools
163237
163237
# rpmdev-setuptree is GPLv2, everything else GPLv2+
163237
License:        GPLv2+ and GPLv2
163237
URL:            https://pagure.io/rpmdevtools
163237
Source0:        https://releases.pagure.org/rpmdevtools/%{name}-%{version}.tar.xz
163237
Source1:        progressbar.py
163237
163237
# Fedora-specific downstream patches
163237
## Force legacy datestamp by default until rhbz#1715412 is resolved
163237
Patch1001:      0001-Force-legacy-datestamp-while-RHBZ-1715412-is-still-a.patch
163237
163237
# RHEL-specific downstream patches
163237
## Remove fakeroot dependency (rhbz#1905465)
163237
Patch2001:      rpmdevtools-9.5-no_qa_robot.patch
163237
163237
BuildArch:      noarch
163237
# help2man, pod2man, *python for creating man pages
163237
BuildRequires:  make
163237
BuildRequires:  help2man
163237
BuildRequires:  %{_bindir}/pod2man
163237
BuildRequires:  perl-generators
163237
# python dependencies for spectool
163237
# spectool is executed for creating man page
163237
BuildRequires:  python3-devel
163237
BuildRequires:  python3dist(requests)
163237
BuildRequires:  python3dist(rpm)
163237
# emacs-common >= 1:22.3-3 for macros.emacs
163237
BuildRequires:  emacs-common >= 1:22.3-3
163237
BuildRequires:  bash-completion
163237
%if 0%{?fedora}
163237
# xemacs-common >= 21.5.29-8 for macros.xemacs
163237
BuildRequires:  xemacs-common >= 21.5.29-8
163237
%endif
163237
Requires:       curl
163237
Requires:       diffutils
163237
Requires:       file
163237
Requires:       findutils
163237
Requires:       gawk
163237
Requires:       grep
163237
Requires:       rpm-build >= 4.4.2.3
163237
Requires:       python%{python3_version}dist(argcomplete)
163237
Requires:       python%{python3_version}dist(requests)
163237
Requires:       python%{python3_version}dist(rpm)
163237
Requires:       sed
163237
Requires:       emacs-filesystem
163237
%if 0%{?fedora}
163237
Requires:       xemacs-filesystem
163237
%endif
163237
163237
%description
163237
This package contains scripts and (X)Emacs support files to aid in
163237
development of RPM packages.
163237
rpmdev-setuptree    Create RPM build tree within user's home directory
163237
rpmdev-diff         Diff contents of two archives
163237
rpmdev-newspec      Creates new .spec from template
163237
rpmdev-rmdevelrpms  Find (and optionally remove) "development" RPMs
163237
rpmdev-checksig     Check package signatures using alternate RPM keyring
163237
rpminfo             Print information about executables and libraries
163237
rpmdev-md5/sha*     Display checksums of all files in an archive file
163237
rpmdev-vercmp       RPM version comparison checker
163237
rpmdev-spectool     Expand and download sources and patches in specfiles
163237
rpmdev-wipetree     Erase all files within dirs created by rpmdev-setuptree
163237
rpmdev-extract      Extract various archives, "tar xvf" style
163237
rpmdev-bumpspec     Bump revision in specfile
163237
...and many more.
163237
163237
163237
%prep
163237
%autosetup -p1
163237
grep -lF "%{_bindir}/python " * \
163237
| xargs sed -i -e "s|%{_bindir}/python |%{_bindir}/python3 |"
163237
163237
# Let spectool find the bundled progressbar2 implementation
163237
cp %{SOURCE1} .
163237
sed -i \
163237
's|^\(import progressbar\)$|'\
163237
'import sys\n'\
163237
'sys.path.insert(1, "%{_datadir}/rpmdevtools")\n'\
163237
'\1\nsys.path.pop(1)|' \
163237
rpmdev-spectool
163237
163237
163237
%build
163237
%configure --libdir=%{_prefix}/lib
163237
%make_build
163237
163237
163237
%install
163237
%make_install
163237
163237
echo %%{_datadir}/bash-completion > %{name}.files
163237
[ -d %{buildroot}%{_sysconfdir}/bash_completion.d ] && \
163237
echo %%{_sysconfdir}/bash_completion.d > %{name}.files
163237
163237
%if 0%{?fedora}
163237
for dir in %{_emacs_sitestartdir} %{_xemacs_sitestartdir} ; do
163237
%else
163237
for dir in %{_emacs_sitestartdir} ; do
163237
%endif
163237
  install -dm 755 %{buildroot}$dir
163237
  ln -s %{_datadir}/rpmdevtools/rpmdev-init.el %{buildroot}$dir
163237
  touch %{buildroot}$dir/rpmdev-init.elc
163237
done
163237
163237
# For backwards compatibility
163237
ln -sr %{buildroot}%{_bindir}/rpmdev-spectool %{buildroot}%{_bindir}/spectool
163237
echo ".so man1/rpmdev-spectool.1" > %{buildroot}%{_mandir}/man1/spectool.1
163237
163237
cp %{SOURCE1} %{buildroot}%{_datadir}/rpmdevtools/
163237
%py_byte_compile %{python3} %{buildroot}%{_datadir}/rpmdevtools/
163237
163237
163237
%files -f %{name}.files
163237
%license COPYING
163237
%doc NEWS
163237
%config(noreplace) %{_sysconfdir}/rpmdevtools/
163237
%{_datadir}/rpmdevtools/
163237
%{_bindir}/*
163237
%{_emacs_sitestartdir}/rpmdev-init.el
163237
%ghost %{_emacs_sitestartdir}/rpmdev-init.elc
163237
%if 0%{?fedora}
163237
%{_xemacs_sitestartdir}/rpmdev-init.el
163237
%ghost %{_xemacs_sitestartdir}/rpmdev-init.elc
163237
%endif
163237
%{_mandir}/man[18]/*.[18]*
163237
163237
163237
%changelog
163237
* Fri Dec 10 2021 Michal Domonkos <mdomonko@redhat.com> - 9.5-1
163237
- Rebase to 9.5 (#2005756)
163237
163237
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 9.3-7
163237
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
163237
  Related: rhbz#1991688
163237
163237
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9.3-6
163237
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
163237
163237
* Thu Feb 11 2021 Michal Domonkos <mdomonko@redhat.com> - 9.3-5
163237
- Drop progressbar2 dependency and bundle a tiny replacement (#1927784)
163237
- Drop fakeroot dependency and qa-robot scripts (#1905465)
163237
163237
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9.3-4
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
163237
163237
* Mon Jan 25 2021 Miro Hrončok <mhroncok@redhat.com> - 9.3-3
163237
- spectool: Download text as text
163237
163237
* Fri Jan 22 2021 Michal Domonkos <mdomonko@redhat.com> - 9.3-2
163237
- Replace requests-download dependency with requests
163237
163237
* Wed Jan 20 2021 Neal Gompa <ngompa13@gmail.com> - 9.3-1
163237
- Update to 9.3
163237
- Force legacy datestamp by default until rhbz#1715412 is resolved
163237
163237
* Mon Oct 05 2020 Neal Gompa <ngompa13@gmail.com> - 9.2-1
163237
- Update to 9.2
163237
163237
* Thu Aug 20 2020 Neal Gompa <ngompa13@gmail.com> - 9.1-1
163237
- Update to 9.1
163237
163237
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
163237
163237
* Thu Jul 16 2020 Neal Gompa <ngompa13@gmail.com> - 9.0-2
163237
- Backport fix for python spec template
163237
163237
* Tue Jul 14 2020 Neal Gompa <ngompa13@gmail.com> - 9.0-1
163237
- Update to 9.0
163237
163237
* Wed Mar 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 8.10-11
163237
- Add perl dependencies needed for build
163237
163237
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-10
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
163237
163237
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-9
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
163237
163237
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-8
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
163237
163237
* Wed Nov 28 2018 Neal Gompa <ngompa13@gmail.com> - 8.10-7
163237
- Fix regex substitution issues with Python 3.7 (rhbz#1651954)
163237
163237
* Sun Sep 16 2018 Neal Gompa <ngompa13@gmail.com> - 8.10-6
163237
- Fix regex related deprecation warnings (rhbz#1598089)
163237
163237
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-5
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
163237
163237
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-4
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
163237
163237
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
163237
163237
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-2
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
163237
163237
* Sat Jan 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 8.10-1
163237
- Update to 8.10
163237
163237
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 8.9-2
163237
- Rebuild for Python 3.6
163237
163237
* Sat Jun 25 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.9-1
163237
- Update to 8.9
163237
163237
* Sat Jun 25 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.8-1
163237
- Update to 8.8
163237
163237
* Fri Jun 24 2016 Petr Písař <ppisar@redhat.com>
163237
- Add new mandatory perl build deps
163237
163237
* Thu Jun 23 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.7-1
163237
- Update to 8.7
163237
- Specfile cleanups
163237
163237
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.6-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
163237
163237
* Fri Jun  5 2015 Ville Skyttä <ville.skytta@iki.fi> - 8.6-2
163237
- Use python3 on > F-22
163237
163237
* Sun May 10 2015 Ville Skyttä <ville.skytta@iki.fi> - 8.6-1
163237
- Update to 8.6
163237
163237
* Mon Oct 20 2014 Ville Skyttä <ville.skytta@iki.fi> - 8.5-1
163237
- Update to 8.5
163237
- Mark COPYING as %%license where applicable
163237
163237
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.4-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
163237
163237
* Thu Oct 17 2013 Ville Skyttä <ville.skytta@iki.fi> - 8.4-2
163237
- Do not require devscripts in any scenario.
163237
163237
* Mon Oct  7 2013 Ville Skyttä <ville.skytta@iki.fi> - 8.4-1
163237
- Update to 8.4.
163237
163237
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3-5
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
163237
163237
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 8.3-4
163237
- Perl 5.18 rebuild
163237
163237
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
163237
163237
* Tue Oct 16 2012 Thomas Woerner <twoerner@redhat.com> - 8.3-2
163237
- xemacs is not available on RHEL (RHBZ#866841)
163237
163237
* Sun Sep  2 2012 Ville Skyttä <ville.skytta@iki.fi> - 8.3-1
163237
- Update to 8.3.
163237
- Drop specfile constructs no longer needed with Fedora's rpm.
163237
163237
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2-3
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
163237
163237
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2-2
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
163237
163237
* Sat Nov 12 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.2-1
163237
- Update to 8.2.
163237
163237
* Tue Apr 26 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.1-1
163237
- Update to 8.1.
163237
163237
* Tue Mar  1 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.0-3
163237
- Require xemacs-filesystem on F-15+ (#672093).
163237
163237
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.0-2
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
163237
163237
* Sun Feb  6 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.0-1
163237
- Update to 8.0, fixes #519061 and #657594.
163237
163237
* Mon Sep 27 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.10-1
163237
- Update to 7.10, fixes #595135 and #619867.
163237
- Patch spectool to work with specfiles containing Icon or BuildArchitectures
163237
  (#637000).
163237
163237
* Thu May 20 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.9-1
163237
- Update to 7.9, fixes #588313 and #589705.
163237
163237
* Fri Apr 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-2
163237
- Require %%{_bindir}/man instead of man (#582932).
163237
163237
* Tue Feb 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-1
163237
- Update to 7.8, fixes #562316.
163237
163237
* Tue Feb  2 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.7-1
163237
- Update to 7.7, fixes #558263.
163237
163237
* Mon Dec  7 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.6-1
163237
- Update to 7.6, fixes #528907.
163237
163237
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
163237
- Update to 7.5, fixes #502403.
163237
163237
* Fri Aug 21 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.4-1
163237
- Update to 7.4, fixes #215927 and #466353.
163237
- Patch spectool to make -s and -p to work as documented (Todd Zullinger).
163237
163237
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.3-2
163237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
163237
163237
* Mon May 25 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.3-1
163237
- Release 7.3.
163237
163237
* Sat May 23 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add rpmdev-packager - script for getting rpm packager info.
163237
- Use rpmdev-packager in rpmdev-bumpspec and rpmdev-init.el.
163237
- Fix rpmdev-extract MIME type comparisons with file(1) output containing
163237
  parameters.
163237
163237
* Wed May 20 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.2-1
163237
- Release 7.2.
163237
163237
* Sun May  3 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add dummy spec template for ad-hoc testing.
163237
163237
* Sat May  2 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Improve newspec/newinit when only "-o foo" argument is given (#498588,
163237
  thanks to Edwin ten Brink).
163237
- Try to get packager mail address for *Emacs rpm-spec-mode from ~/.fedora.cert
163237
  if rpm-spec-user-mail-address is not set.
163237
- Add xz support to rpmdev-extract.
163237
163237
* Sat Apr 18 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Make bumpspec's use of "head" POSIX compliant.
163237
163237
* Thu Apr 16 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add rpmdev-newinit for easier access to the init script template, move the
163237
  template to %%{_sysconfdir}/rpmdevtools, improve reload action example.
163237
163237
* Tue Apr  7 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Speed up rpmls bash completion.
163237
163237
* Sat Apr  4 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.1-1
163237
- 7.1.
163237
- Make rpmdev-md5 and friends work on non-srpm package files too.
163237
163237
* Sun Mar 15 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add bash completion.
163237
163237
* Mon Mar  9 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add query format option to rmdevelrpms, sort output by NEVRA.
163237
163237
* Sun Feb 22 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Use %%global instead of %%define in spec templates.
163237
- Handle %%global in addition to %%define in rpmdev-bumpspec.
163237
163237
* Mon Jan 26 2009 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add result dependent exit statuses to rpmdev-vercmp.
163237
163237
* Fri Dec 26 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add minimum version to rpm-python dependency (for rpmdev-bumpspec).
163237
163237
* Fri Dec 26 2008 Ville Skyttä <ville.skytta@iki.fi> - 7.0-1
163237
- 7.0.
163237
- Drop fonts spec template, adapt to new ones from Fedora fonts SIG (#477055).
163237
- Add man page for rpmdev-newspec.
163237
163237
* Tue Dec 16 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add imake and intltool to internal list of devel packages in rmdevelrpms.
163237
163237
* Sat Dec 13 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add rpmdev-sha*/*sum companions to rpmdev-md5 (ticket #7).
163237
163237
* Wed Nov 26 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add vamp-plugin-sdk to internal list of non-devel packages in rmdevelrpms
163237
  (#472641, Michael Schwendt).
163237
163237
* Thu Nov 20 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Drop "minimal buildroot" dependencies.
163237
- Drop fedora-rpmdevtools Obsoletes.
163237
163237
* Mon Oct 13 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Show available types in rpmdev-newspec --help (ticket #6, Todd Zullinger).
163237
163237
* Fri Sep 26 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add -r/--rightmost option to rpmdev-bumpspec (ticket #1, Thorsten Leemhuis).
163237
- Add %%packager from rpm config to the set of defaults for rpmdev-bumpspec's
163237
  user string.
163237
163237
* Thu Sep 25 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Bring rpmdev-bumpspec copyright holder closer to truth (Michael Schwendt).
163237
163237
* Mon Sep 22 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Switch to lzma compressed tarball.
163237
163237
* Sun Sep  7 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Improve arch specific %%files in perl spec template (#461177, Chris Weyl).
163237
163237
* Sun Aug  3 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.7-1
163237
- 6.7.
163237
- Make rpmdev-diff, rpmdev-md5 and rpminfo honor TMPDIR.
163237
163237
* Sat Apr 26 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Make rpmls work with URLs.
163237
163237
* Sun Apr 20 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Include rpm arch in dir names created by rpmdev-extract (#443266).
163237
163237
* Fri Apr 18 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Remove duplicate "reload" from case block in init script template.
163237
- Fix exit status of "reload" in case service is not running in init
163237
  script template (#442993).
163237
163237
* Thu Mar 27 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.6-1
163237
- Fix man page generation.
163237
163237
* Wed Mar 26 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.5-1
163237
- 6.5.
163237
163237
* Sun Mar 23 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Generate man pages at build time.
163237
163237
* Sat Mar 22 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Remove libgcj-devel and zlib-devel from rmdevelrpms' internal exclusion
163237
  list, they're not essential on non-devel systems any more.
163237
163237
* Mon Mar 17 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Include ocaml spec template.
163237
163237
* Tue Mar 11 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Include Michael Schwendt's bumpspecfile.py (as rpmdev-bumpspec).
163237
163237
* Tue Feb 12 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Sync with qa-robot upstream.
163237
- Update spectool to 1.0.10.
163237
163237
* Sun Feb  3 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add support for 7-zip, lzma and lzo in rpmdev-extract.
163237
163237
* Fri Feb  1 2008 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add ';;' to the init script template's reload action.
163237
163237
* Sat Dec  8 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add fonts spec template from the Fedora Fonts SIG (#407781).
163237
- Add option to use macro style instead of shell style variables to newspec.
163237
- Prefer ~/.config/rpmdevtools/rmdevelrpms.conf over ~/.rmdevelrpmsrc in
163237
  rmdevelrpms.
163237
163237
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.4-1
163237
- Import the previous fix into CVS to resync, bump version
163237
163237
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.3-1
163237
- Fix paths in qa-robot tools
163237
163237
* Sat Sep  8 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.2-1
163237
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
163237
163237
* Thu Sep  6 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Init script template cleanups.
163237
163237
* Tue Aug 28 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Update rpminfo to version 2004-07-07-02.
163237
163237
* Fri Aug 10 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.1-1
163237
- Sync COPYING with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
163237
163237
* Mon Aug  6 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Work around #250990 in rpmls and rpmdev-extract.
163237
- Clarify copyright info of rpmdev-* and rpmls.
163237
163237
* Sat Jul  7 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.
163237
- The long form of the list option in rmdevelrpms is --list-only, not --list.
163237
163237
* Thu Jul  5 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.0-1
163237
- Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.
163237
- Drop explicit dependency on patch, pulled in by recent rpm-build.
163237
- Add cmake and scons to default devel package list in rpmdev-rmdevelrpms.
163237
- Add LSB comment block to init script template.
163237
163237
* Wed Jun 27 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add 2-argument form for comparing EVR strings to rpmdev-vercmp
163237
  (available only if rpmUtils.miscutils is available).
163237
163237
* Sat Jun 16 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Include rpmsodiff and dependencies (rpmargs, rpmelfsym, rpmfile, rpmpeek,
163237
  rpmsoname) from ALT Linux's qa-robot package.
163237
- Include rpmls (#213778).
163237
163237
* Fri Jun 15 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Update spectool to 1.0.9 (#243731).
163237
163237
* Wed Apr 11 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add --list-only option to rmdevelrpms (Thorsten Leemhuis).
163237
163237
* Tue Mar 13 2007 Ville Skyttä <ville.skytta@iki.fi>
163237
- BR perl(ExtUtils::MakeMaker) by default in perl spec template.
163237
- Drop deprecated backwards compatibility with fedora-rpmdevtools.
163237
- Update URL.
163237
163237
* Wed Nov  8 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Arch-qualify output of matched packages in rmdevelrpms and allow
163237
  arch-qualified packages in the config file.
163237
163237
* Wed Oct 25 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.3-1
163237
- Update spectool to 1.0.8, fixes #212108.
163237
163237
* Mon Oct  2 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.2-1
163237
- Skip *.jar.so.debug in check-buildroot (#208903).
163237
- Treat yasm and *-static as devel packages in rmdevelrpms.
163237
163237
* Sat Sep  9 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.1-1
163237
- Re-add PHP PEAR spec template, more improvements to it (#198706,
163237
  Christopher Stone, Remi Collet).
163237
163237
* Tue Aug 22 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.0-2
163237
- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools.
163237
163237
* Sun Aug 20 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.0-1
163237
- Re-rename almost everything to rpmdev-*, with backwards compat symlinks.
163237
- Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments.
163237
- Drop PHP PEAR spec template, it's not ready yet.
163237
163237
* Wed Aug  2 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Treat *-sdk as devel packages in rmdevelrpms (#199909).
163237
- Don't assume compface is a devel package in rmdevelrpms.
163237
163237
* Thu Jul 20 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Mark things that are not needed for noarch module packages in the Perl
163237
  spec template.
163237
163237
* Wed Jul 19 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Move option arguments to "find" before non-option ones in Perl spec template.
163237
- Drop python-abi dependency from Python spec template (#189947).
163237
163237
* Tue Jul 18 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add PHP PEAR spec template (#198706, Christopher Stone).
163237
163237
* Mon Jul 17 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Drop fedora- prefix everywhere, add backcompat symlinks for execubtables.
163237
- Move %%{_sysconfdir}/fedora to %%{_sysconfdir}/rpmdevtools and
163237
  %%{_datadir}/fedora to %%{_datadir}/rpmdevtools.
163237
- Move spec templates to %%{_sysconfdir}/rpmdevtools, mark as config.
163237
- Bump version to 5.0.
163237
163237
* Sun Jul 16 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Drop fedora-kmodhelper.
163237
- Drop fedora-installdevkeys and GPG keys, modify rpmchecksig to use
163237
  the system rpmdb.
163237
163237
* Sat Jul 15 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Sort rmdevelrpms' output.
163237
163237
* Fri Jul  7 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Improve ruby spec template (#180066, David Lutterkort).
163237
163237
* Mon Jun  5 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add manual pages for rmdevelrpms, diffarchive and extract.
163237
- Trim pre-2005 changelog entries.
163237
- Autotoolize source tree.
163237
163237
* Tue May 16 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.6-1
163237
- Add spec template for library packages (#185606, Ignacio Vazquez-Abrams).
163237
163237
* Sun Feb 26 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.5-1
163237
- Improve diffarchive and extract error messages.
163237
163237
* Fri Feb 24 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Update spectool to 1.0.7 (#162253).
163237
163237
* Thu Feb  9 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add file(1) based archive type detection to fedora-extract.
163237
163237
* Wed Feb  8 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add "diff file lists only" option to diffarchive.
163237
163237
* Sun Feb  5 2006 Ville Skyttä <ville.skytta@iki.fi>
163237
- Add Ruby spec template (#180066, Oliver Andrich) and make newrpmspec
163237
  use it for ruby-*.
163237
163237
* Sat Feb  4 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.4-2
163237
- Fix rpath checker tests with bash 3.1 (#178636, Enrico Scholz).
163237
163237
* Fri Dec 30 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.4-1
163237
- Update spectool to 1.0.6 (#176521).
163237
163237
* Wed Dec 28 2005 Ville Skyttä <ville.skytta@iki.fi>
163237
- Update spectool to 1.0.5 (#162253), require wget for it.
163237
- Add disttags to spec templates.
163237
163237
* Thu Oct 27 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.3-1
163237
- check-rpaths-worker: detect when RPATH references the parent directory
163237
  of an absolute path (#169298, Enrico Scholz).
163237
- Add regression test for check-rpaths* (#169298, Enrico Scholz).
163237
- Honor user's indent-tabs-mode setting in fedora-init.el (#170902).
163237
163237
* Fri Oct  7 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.2-1
163237
- check-buildroot: grep for buildroot as a fixed string, not a regexp.
163237
- Update FSF's address in copyright notices.
163237
- check-rpaths-worker: allow multiple $ORIGIN paths in an RPATH and allow
163237
  RPATHs which are relative to $ORIGIN (#169298, Enrico Scholz).
163237
- check-rpaths-worker: give out an hint about usage and the detected issues
163237
  at the first detected error (Enrico Scholz).
163237
- Remove some redundancy from the Perl spec template.
163237
- Teach fedora-newrpmspec to detect and use different specfile variants.
163237
- Use fedora-newrpmspec in fedora-init.el.
163237
163237
* Fri Jul  8 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.1-1
163237
- Drop more pre-FC2 compat stuff from Perl spec template.
163237
- Treat gcc-gfortran as a devel package in rmdevelrpms.
163237
- Drop fedora.us GPG key.
163237
163237
* Thu Mar 24 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.0-1
163237
- Make fedora-diffarchive work better with archives containing dirs without
163237
  read/execute permissions.
163237
- Sync "Epoch: 0" drops with Fedora Extras CVS.
163237
- Include Nils Philippsen's spectool.
163237
- Own (%%ghost'd) more dirs from the site-lisp dir hierarchies.
163237
- Drop trigger support pre-FC2 Emacs and XEmacs packages.
163237
- Drop rpm-spec-mode.el patch, no longer needed for FC2 Emacs and later.
163237
- Update URLs.
163237
- Drop developer GPG keys from the package, add Fedora Extras key.
163237
- Drop fedora-pkgannfmt, it's no longer relevant.
163237
- Remove pre-FC2 compatibility stuff from Perl spec template.
163237
- Don't try to remove gcc-java and related packages by default in rmdevelrpms.
163237
- Remove "full featured" spec template, convert newrpmspec to use -minimal.
163237
163237
* Sun Feb  6 2005 Ville Skyttä <ville.skytta@iki.fi> - 0:0.3.1-1
163237
- Make buildrpmtree and wipebuildtree less dependent on a specific
163237
  configuration (#147014, Ignacio Vazquez-Abrams).
163237
163237
* Tue Jan 18 2005 Ville Skyttä <ville.skytta@iki.fi> - 0:0.3.0-1
163237
- Remove 0.fdr. prefixes and epoch 0's from all spec templates.
163237
- Add try-restart action to init script template.
163237
- Remove deprecated fedora-diffrpm and fedora-unrpm.
163237
- Install check-* to %%{_prefix}/lib/rpm instead of %%{_libdir}/rpm (bug 2351).
163237
- Check both %%{_prefix}/lib and %%{_prefix}/lib64 in the xemacs trigger.
163237
- Update rpminfo to 2004-07-07-01 and include it in the tarball.