Compare commits

..

No commits in common. "c8s" and "c10s" have entirely different histories.
c8s ... c10s

6 changed files with 50 additions and 127 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/dvd+rw-tools-7.1.tar.gz dvd+rw-tools-7.1.tar.gz
/dvd+rw-tools-7.1.tar.gz

View File

@ -0,0 +1,10 @@
--- dvd+rw-tools-7.1/growisofs.c.orig 2018-07-09 17:13:37.119250266 +0100
+++ dvd+rw-tools-7.1/growisofs.c 2018-07-09 17:14:25.808251710 +0100
@@ -439,6 +439,7 @@
#include <time.h>
#include <string.h>
#include <fcntl.h>
+#include <sys/sysmacros.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>

View File

@ -1,24 +0,0 @@
From 02d3c9a60421741c0cdd2808d5fa18a1b53f32e1 Mon Sep 17 00:00:00 2001
From: Jakub Martisko <jamartis@redhat.com>
Date: Mon, 6 Aug 2018 10:07:07 +0200
Subject: [PATCH] include sysmacros header
---
growisofs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/growisofs.c b/growisofs.c
index 8b71935..a5cde82 100644
--- a/growisofs.c
+++ b/growisofs.c
@@ -440,6 +440,7 @@
#include <string.h>
#include <fcntl.h>
#include <sys/types.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <assert.h>
#include "mp.h"
--
2.14.4

View File

@ -1,9 +1,10 @@
Summary: Toolchain to master DVD+RW/+R media
Name: dvd+rw-tools Name: dvd+rw-tools
Version: 7.1 Version: 7.1
Release: 27%{?dist} Release: 35%{?dist}
Summary: Toolchain to master DVD+RW/+R media
License: GPLv2 License: GPLv2
Group: Applications/Multimedia URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
Source1: index.html Source1: index.html
Patch1: dvd+rw-tools-7.0.manpatch Patch1: dvd+rw-tools-7.0.manpatch
@ -17,10 +18,12 @@ Patch8: dvd+rw-tools-7.1-lastshort.patch
Patch9: dvd+rw-tools-7.1-format.patch Patch9: dvd+rw-tools-7.1-format.patch
Patch10: dvd+rw-tools-7.1-bluray_srm+pow.patch Patch10: dvd+rw-tools-7.1-bluray_srm+pow.patch
Patch11: dvd+rw-tools-7.1-bluray_pow_freespace.patch Patch11: dvd+rw-tools-7.1-bluray_pow_freespace.patch
Patch12: dvd+rw-tools-7.1-sysmacros.patch Patch12: dvd+rw-tools-7.1-sysmacro-inc.patch
URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
Requires: mkisofs >= 2.0 Requires: genisoimage
BuildRequires: gcc gcc-c++
BuildRequires: kernel-headers m4 BuildRequires: kernel-headers m4
BuildRequires: make
%description %description
Collection of tools to master DVD+RW/+R media. For further Collection of tools to master DVD+RW/+R media. For further
@ -39,7 +42,7 @@ information see http://fy.chalmers.se/~appro/linux/DVD+RW/.
%patch9 -p1 -b .format %patch9 -p1 -b .format
%patch10 -p1 -b .pow %patch10 -p1 -b .pow
%patch11 -p1 -b .freespace %patch11 -p1 -b .freespace
%patch12 -p1 -b .sysmacros %patch12 -p1 -b .sysmacro
install -m 644 %{SOURCE1} index.html install -m 644 %{SOURCE1} index.html
@ -54,15 +57,38 @@ make WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK" %{?_smp_mflags}
%makeinstall %makeinstall
%files %files
%doc index.html LICENSE %license LICENSE
%doc index.html
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Mon Aug 06 2018 Jakub Martisko <jamartis@redhat.com> - 7.1-27 * Fri Apr 16 2021 Brian Stinson <bstinson@redhat.com> - 7.1-35
- Include sys/sysmacros header in the growisofs.c file - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Some macros have been moved from sys/types to sys/sysmacros which lead to FTBFS
- Resolves: 1611716 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 7.1-28
- Fix version check
* Mon Jul 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 7.1-27
- Package cleanups, add patch to fix FTBFS, use %%license
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 7.1-26 * Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 7.1-26
- Use LDFLAGS from redhat-rpm-config - Use LDFLAGS from redhat-rpm-config
@ -194,85 +220,3 @@ make WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK" %{?_smp_mflags}
* Thu Oct 26 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.1 * Thu Oct 26 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.1
- new version 7.0 - new version 7.0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.1-4.1
- rebuild
* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 6.1-4
- more build requirements
* Tue Apr 18 2006 Harald Hoyer <harald@redhat.com> - 6.1-2
- compile with smaller buffer size
- removed O_EXCL patch
* Fri Mar 24 2006 Harald Hoyer <harald@redhat.com> - 6.1-1
- version 6.1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.21.4.10.8-6.2.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.21.4.10.8-6.2
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
- rebuilt
* Wed Feb 16 2005 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-5
- built with RPM_OPT_FLAGS
* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
- rebuilt
* Thu Nov 18 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-4
- removed wget dependency
* Wed Sep 01 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-2
- added dvd+rw-tools-5.21.4.10.8-excl.patch to open O_EXCL
* Wed Sep 01 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-1
- version 5.21.4.10.8
* Mon Jul 26 2004 Harald Hoyer <harald@redhat.com> - 5.20.4.10.8-1
- version 5.20.4.10.8
* Wed Jun 16 2004 Harald Hoyer <harald@redhat.com> - 5.19.1.4.9.7-1
- version 5.19.1.4.9.7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Jan 29 2004 Harald Hoyer <harald@redhat.com> - 5.17.4.8.6-1
- version 5.17.4.8.6
- fixes 110740 110700
* Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 5.13.4.7.4-1
- version 5.13.4.7.4
* Mon Sep 08 2003 Harald Hoyer <harald@redhat.de> 5.12.4.7.4-1
* updated to version 5.12.4.7.4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Apr 15 2003 Harald Hoyer <harald@redhat.de> 5.3.4.2.4-1
- updated to version 5.3.4.2.4
* Mon Feb 3 2003 Chris Kloiber <ckloiber@redhat.com>
- Updated version to 5.1.4.0.4
- Requires mkisofs 2.0
* Thu Nov 4 2002 Andy Polyakov <appro@fy.chalmers.se>
- Minor growisofs update. Uninitialized errno at exit when
-Z /dev/scd0=image.iso is used.
* Thu Nov 3 2002 Andy Polyakov <appro@fy.chalmers.se>
- Initial packaging. Package version is derived from growisofs,
dvd+rw-format and dvd+rw-booktype version. 4.0.3.0.3 means
growisofs 4.0, dvd+rw-format 3.0 dvd+rw-booktype 3.

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.dvd.sanity}

View File

@ -1 +1 @@
SHA512 (dvd+rw-tools-7.1.tar.gz) = 938f9ec5597158af275c7bf63002696ba362f6f22a219108c6a1df28792f0485046a7af5ce57e41695aaaa0d69543bd66cbbeb4415df5c0e0a902a3f1d278a31 8acb3c885c87f6838704a0025e435871 dvd+rw-tools-7.1.tar.gz