[rpmfusion-packager] Use koji-rpmfusion name instead rpmfusion-koji, also koji-rpmfusion is symlink
by Sérgio M. Basto
commit 4fa65796f9a1c0a6adf63bf38e5017fa7dfd737c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 14 03:42:24 2016 +0100
Use koji-rpmfusion name instead rpmfusion-koji, also koji-rpmfusion is symlink
of koji and use one koji profile instead use secondary arch script.
- Requires rfpkg instead fedpkg.
.gitignore | 1 +
rpmfusion-packager.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5971c8..7c7b248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
rpmfusion-packager-0.4.tar.bz2
/rpmfusion-packager-0.5.0.tar.gz
/rpmfusion-packager-0.5.1.tar.gz
+/rpmfusion-packager-0.5.2.tar.gz
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 3961081..5507c40 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -1,5 +1,5 @@
Name: rpmfusion-packager
-Version: 0.5.1
+Version: 0.5.2
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -11,7 +11,7 @@ Source0: https://github.com/rpmfusion-infra/rpmfusion-packager/archive/v%
BuildRequires: autoconf automake
# Packager tools
Requires: rpm-build rpmdevtools rpmlint mock
-Requires: fedpkg
+Requires: rfpkg
Requires: koji
Requires: mock-rpmfusion-free
@@ -44,13 +44,18 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
%files
%doc AUTHORS ChangeLog README TODO
%license COPYING
-%config(noreplace) %{_sysconfdir}/koji/rpmfusion-config
+%config(noreplace) %{_sysconfdir}/koji.conf.d/rpmfusion.conf
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/rpmfusion-*-cvs
-%{_bindir}/rpmfusion-koji
+%{_bindir}/koji-rpmfusion
%changelog
+* Wed Sep 14 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.2-1
+- Use koji-rpmfusion name instead rpmfusion-koji, also koji-rpmfusion is symlink
+ of koji and use one koji profile instead use secondary arch script.
+- Requires rfpkg instead fedpkg.
+
* Tue Sep 13 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.1-1
- 0.5.1 add rpmfusion-koji and License tag
diff --git a/sources b/sources
index cffb25f..3f1de2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7796f040f386853a62627328c7f89ec3 rpmfusion-packager-0.5.1.tar.gz
+36b9a0092242448eeaf73fcce422075d rpmfusion-packager-0.5.2.tar.gz
8 years, 2 months
[xorg-x11-drv-nvidia] glvnd lib needed for non-glvnd setup
by Leigh Scott
commit 0890182399d3ba80992816fa11c64984e5f1f330
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 13 16:53:07 2016 +0100
glvnd lib needed for non-glvnd setup
xorg-x11-drv-nvidia.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 75be761..2e4e5f6 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 370.28
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -189,9 +189,10 @@ install -p -m 0755 tls/lib*.so.%{version} $RPM_BUILD_ROOT%{_nvidia_libdir}/
# install stuff the wildcard missed
install -p -m 0755 libEGL.so.1 $RPM_BUILD_ROOT%{_nvidia_libdir}/
ln -s libEGL.so.1 $RPM_BUILD_ROOT%{_nvidia_libdir}/libEGL.so
+install -p -m 0755 libGLdispatch.so.0 $RPM_BUILD_ROOT%{_nvidia_libdir}/
# GlVND
-#ln -s libGLX_nvidia.so.%{version} $RPM_BUILD_ROOT%{_nvidia_libdir}/libGLX_indirect.so.0
+ln -s libGLX_nvidia.so.%{version} $RPM_BUILD_ROOT%{_nvidia_libdir}/libGLX_indirect.so.0
%ifarch x86_64 i686
# OpenCL config
@@ -547,6 +548,9 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
+* Tue Sep 13 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:370.28-2
+- readd libGLdispatch.so.0
+
* Fri Sep 09 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:370.28-1
- Update to 370.28
- Remove surplus glvnd libs (not used)
8 years, 2 months
[rpmfusion-packager] forgot add new-sources
by Sérgio M. Basto
commit a1ed650683c8a7e60a9e82efa169f24ca58d3fe9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Sep 13 09:02:37 2016 +0100
forgot add new-sources
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 9d0787b..b5971c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
rpmfusion-packager-0.4.tar.bz2
/rpmfusion-packager-0.5.0.tar.gz
+/rpmfusion-packager-0.5.1.tar.gz
diff --git a/sources b/sources
index 714d462..cffb25f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5994d3bb559b779ce0c6173930075f61 rpmfusion-packager-0.5.0.tar.gz
+7796f040f386853a62627328c7f89ec3 rpmfusion-packager-0.5.1.tar.gz
8 years, 2 months
[rpmfusion-packager] 0.5.1 add rpmfusion-koji and License tag
by Sérgio M. Basto
commit f580c2a676fddd56f51678eeb248322d8edea120
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Sep 13 08:59:45 2016 +0100
0.5.1 add rpmfusion-koji and License tag
rpmfusion-packager.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index b4f91a3..3961081 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -1,12 +1,12 @@
Name: rpmfusion-packager
-Version: 0.5.0
+Version: 0.5.1
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
Group: Applications/Productivity
License: GPLv2+
URL: https://github.com/rpmfusion-infra/rpmfusion-packager
-Source0: https://github.com/rpmfusion-infra/rpmfusion-packager/archive/master/rpmf...
+Source0: https://github.com/rpmfusion-infra/rpmfusion-packager/archive/v%{version}...
BuildRequires: autoconf automake
# Packager tools
@@ -29,7 +29,7 @@ packager in setting up their environment and access the RPM Fusion
infrastructure.
%prep
-%setup -q -n %{name}-master
+%setup -q
autoreconf -i
@@ -40,20 +40,20 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
-mkdir -p %{buildroot}%{_sysconfdir}/koji
-install -pm 0644 src/koji-rpmfusion-config \
- %{buildroot}%{_sysconfdir}/koji/rpmfusion-config
-
-
%files
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc AUTHORS ChangeLog README TODO
+%license COPYING
%config(noreplace) %{_sysconfdir}/koji/rpmfusion-config
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/rpmfusion-*-cvs
+%{_bindir}/rpmfusion-koji
%changelog
+* Tue Sep 13 2016 Sérgio Basto <sergio(a)serjux.com> - 0.5.1-1
+- 0.5.1 add rpmfusion-koji and License tag
+
* Sat Jun 11 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.0-1
- Remove plague-client
- Introduce fedpkg and koji dependencies
8 years, 2 months
[VirtualBox-kmod/f23] (4 commits) ...Update VBox to 5.1.6
by Sérgio M. Basto
Summary of changes:
7f6775f... Update VBox to 5.1.4 (*)
914b475... Force use VirtualBox-kmodsrc >= 5.1.4-3 (*)
c5463c8... Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0 (*)
0ba94aa... Update VBox to 5.1.6 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[VirtualBox-kmod/f24] (4 commits) ...Update VBox to 5.1.6
by Sérgio M. Basto
Summary of changes:
7f6775f... Update VBox to 5.1.4 (*)
914b475... Force use VirtualBox-kmodsrc >= 5.1.4-3 (*)
c5463c8... Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0 (*)
0ba94aa... Update VBox to 5.1.6 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[VirtualBox/f23] (10 commits) ...Remove patch already in upstream and cleanup spec
by Sérgio M. Basto
Summary of changes:
30c594b... Update VBox to 5.1.4 (*)
293430b... upload sources and disable webservices (*)
8c483c2... Enable webservice with fix of patch 02-gsoap-build-fix, add (*)
19a1d1b... Delete VirtualBox-5.0.12-strings.patch (*)
82650ea... Fixes for linux kernel-4.8-rc4, fixes from openSUSE (*)
1400e0e... git add modify_for_4_8_bo_move.patch smap.diff (*)
90d0c2e... Fix for kernel 4.8.0-rc5 (*)
15574b4... Fix for kernel 4.8.0-rc5 (*)
65a166d... Update VBox to 5.1.6 (*)
31551d3... Remove patch already in upstream and cleanup spec (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[VirtualBox-kmod] Update VBox to 5.1.6
by Sérgio M. Basto
commit 0ba94aa46f8821e3dcd293f270f1432cc5bd3679
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Sep 13 05:55:31 2016 +0100
Update VBox to 5.1.6
VirtualBox-kmod.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index ea5530a..9fc5cce 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -18,7 +18,7 @@
#global prerel RC4
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
-%global vboxrel 4
+%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
# Allow only root to access vboxdrv regardless of the file mode
# use only for debugging!
@@ -26,9 +26,9 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 5.1.4
+Version: 5.1.6
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -106,6 +106,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Sep 13 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-1
+- Update VBox to 5.1.6
+
* Sat Sep 10 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.4-3
- Force use VirtualBox-kmodsrc >= 5.1.4-4, with fix for 4.8.0-rc5
8 years, 2 months