Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
||||
SOURCES/xdg-dbus-proxy-0.1.3.tar.xz
|
||||
/xdg-dbus-proxy-0.1.0.tar.xz
|
||||
/xdg-dbus-proxy-0.1.1.tar.xz
|
||||
/xdg-dbus-proxy-0.1.2.tar.xz
|
||||
/xdg-dbus-proxy-0.1.3.tar.xz
|
||||
/xdg-dbus-proxy-0.1.4.tar.xz
|
||||
/xdg-dbus-proxy-0.1.5.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
2b7b0fce9c26caabec31da459e33b10e7803ece2 SOURCES/xdg-dbus-proxy-0.1.3.tar.xz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (xdg-dbus-proxy-0.1.5.tar.xz) = 4b079c060aa4c1d7f305216d03166b9edc19cb73ef1230e14a882f07a6400929f62afc8535338c8560ea032a519c0934fbc69533f5bebb555fecb8f090330a33
|
@ -1,13 +1,13 @@
|
||||
Name: xdg-dbus-proxy
|
||||
Version: 0.1.3
|
||||
Release: 1%{?dist}
|
||||
Version: 0.1.5
|
||||
Release: 4%{?dist}
|
||||
Summary: Filtering proxy for D-Bus connections
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/flatpak/xdg-dbus-proxy/
|
||||
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
@ -26,11 +26,11 @@ to facilitate using it in other contexts.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -38,16 +38,39 @@ to facilitate using it in other contexts.
|
||||
%{_mandir}/man1/xdg-dbus-proxy.1*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 22 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Aug 07 2023 Kalev Lember <klember@redhat.com> - 0.1.5-1
|
||||
- Update to 0.1.5 (rhbz#2229713)
|
||||
|
||||
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-2
|
||||
- Fix D-Bus disconnection when an object path was overly long
|
||||
|
||||
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-1
|
||||
- Update to 0.1.4
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
||||
- Update to 0.1.3
|
||||
Resolves: #2060089
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user