Peter Robinson
e17f462da0
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
2015-11-10 14:05:43 +00:00
Toshio Kuratomi
7a351bcb34
Modify a shebang in the python3 module so it doesn't drag in /usr/bin/python2.
2015-11-05 18:27:35 -08:00
Rex Dieter
cd3de26229
BR: xmltoman, move autogen to %build
2015-10-10 08:19:19 -05:00
Rex Dieter
2a7658264b
drop references to old invalid_packet.patch
2015-10-10 08:00:16 -05:00
Rex Dieter
c7eef2fdc5
0.6.32-0.1.rc
...
- avahi-0.6.32-rc
- -devel: move dbus-1/interfaces here
- Avahi's IPv6 support is disabled by default (#821127 )
- avahi: script and/or trigger should not directly enable systemd units (#1094899 )
2015-10-10 07:57:09 -05:00
Rafael Fonseca
4ce6c6adad
Use %%{mono_arches} ( fix #1265303 )
2015-09-22 13:39:01 -05:00
Rex Dieter
c4f24b388a
treat "Invalid response packet from host" as avahi_log_debug ( #1240711 )
2015-09-22 08:25:33 -05:00
Richard Hughes
d450c423de
Remove no longer required AppData file
2015-09-18 12:08:38 +01:00
Rex Dieter
887b62464f
non-existing homedir /var/lib/avahi-autoipd ( #1173822 )
2015-09-17 11:21:02 -05:00
Rex Dieter
9b2a80aff9
fix python-avahi dep botched in build -38
2015-09-17 11:00:32 -05:00
Rex Dieter
d3977d6286
add bz reference
2015-09-17 10:51:49 -05:00
Rex Dieter
f22be5516f
avahi-daemon manpage references file locations under /home/lennart/tmp ( #991094 )
2015-09-17 10:50:57 -05:00
Rex Dieter
54e63ffbd5
Syslog Filled With "Invalid response packet from host" Message ( #1240711 )
2015-09-17 10:47:00 -05:00
Rex Dieter
f5488f8a48
pull in post 0.6.31 upstream fixes, python related packaging polish
2015-09-17 10:36:43 -05:00
Jason Tibbitts
5536a8639f
Add patch for 952193; fix to py3 packaging.
2015-07-14 15:22:31 -05:00
Bastien Nocera
ad88c22af2
Split off Python bindings, add Python3 support
2015-06-21 18:46:39 +02:00
Michal Sekletar
3b52db469b
Fix checking for sender of rtnetlink messages
...
So far we did check that incoming message comes has uid == 0. However this
doesn't work if avahi is running inside net_ns && user_ns. Instead we should
check that message comes from kernel, i.e. pid == 0.
Thanks Lubomir Rintel <lkundrak@v3.sk> for the patch.
Resolves : #1227052
2015-06-17 22:54:05 +02:00
Dennis Gilmore
0ca6f3f5b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-17 01:25:25 +00:00
Peter Robinson
43f27000a1
Rebuild (mono4)
2015-05-18 10:01:26 +01:00
Kalev Lember
96bb25347d
Rebuilt for GCC 5 C++11 ABI change
2015-05-02 12:44:08 +02:00
Richard Hughes
574c7a3eda
Add an AppData file for the software center
2015-03-26 16:06:03 +00:00
Peter Lemenkov
c517f0ac99
Drop post-stage dependency on initscripts
...
Drop post-stage dependency on initscripts (rhbz #1168566 ). See also rhbz
bug #182462 .
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2014-11-27 13:22:48 +03:00
Peter Robinson
d6c25b517d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-15 21:57:15 +00:00
Bastien Nocera
94c57c0317
Disable publish-workstation= and publish-hinfo= by default ( #1105647 )
2014-08-12 12:19:14 +02:00
Dennis Gilmore
a54aaccd13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-06 21:16:16 -05:00
Peter Robinson
b59b161f16
Re-enable qt3 on aarch64
2014-06-03 16:51:18 +01:00
Rex Dieter
e89b8c045b
support ppc64le ( #1079392 )
2014-03-22 17:54:14 -05:00
Ville Skyttä
9a2dbece8f
Drop INSTALL from docs, fix some trivial rpmlint warnings.
2014-01-16 22:00:52 +02:00
Peter Robinson
ec56af5ec9
Fix minor issue in exclude logic
2014-01-08 11:24:19 +00:00
Peter Robinson
2bfb049ad7
Add option to disable qt3 support (and disable on aarch64)
2014-01-08 08:05:39 +00:00
Rex Dieter
46c756f994
avahi-libs should not require avahi, f20+ ( #913168 )
2013-10-08 07:06:26 -05:00
Rex Dieter
0e4a5ef781
conform to http://fedoraproject.org/wiki/Packaging/UsersAndGroups#Soft_static_allocation
2013-09-26 07:56:19 -05:00
Kalev Lember
3c8e583eeb
Make sure the split up -devel package require avahi-devel
...
This adds back the dependency on the base -devel that was dropped in
commit b09f78ff7f
.
Most of the existing packages just have deps on e.g. avahi-glib-devel
and expect to have avahi-devel pulled in as well, failing to build
otherwise.
2013-09-25 12:32:33 +02:00
Kalev Lember
954da08e6e
Bump the release
2013-09-21 17:52:25 +02:00
Kalev Lember
b3f4de05e3
Allow building with deprecated GTK+ symbols
...
Commit 76b6ce8
added a downstream patch to remove the use of the
deprecated stock items. This however added new strings that the current
avahi tarball doesn't ship translations for, and as such we shouldn't do
it downstream.
Instead, just allow the deprecated GTK+ symbols. The deprecated API and
-Werror should never have been enabled in the tarball builds in the
first place.
https://bugzilla.redhat.com/show_bug.cgi?id=1001676
2013-09-21 17:50:11 +02:00
Kalev Lember
8a6e2baefe
Drop an obsolete build dep
2013-09-21 17:42:29 +02:00
Rex Dieter
b09f78ff7f
0.6.31-17
...
- -libs: %doc README LICENSE
- drop some explicit -devel deps, rely on automatic pkgconfig deps
- drop -Werror compiler flag
- cleanup/tighten subpkg deps
- trim changelog
- avahi-libs should not require avahi, f21+ (#913168 )
2013-09-20 23:33:24 -05:00
Rex Dieter
f6469e363f
no hardened build ( #1008395 )
2013-09-19 12:44:49 -05:00
Rex Dieter
76b6ce853d
Fix/workaround gtkstock.h deprecation ( #1001676 )
2013-09-19 12:20:01 -05:00
Jon Ciesla
d456c30f77
libmng rebuild
2013-08-26 08:32:29 -05:00
Peter Robinson
96b7ed7477
build verbose
2013-08-14 20:13:35 +01:00
Peter Robinson
562af041b8
Disable mono on aarch64 as it's not yet been ported
2013-08-14 19:56:15 +01:00
Dennis Gilmore
d21c9288a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-02 21:46:27 -05:00
Kalev Lember
3ffeb128bd
Correct a typo in inter-subpackage deps
2013-02-02 13:14:51 +01:00
Matthias Clasen
661b35b0ba
tighten inter-subpackage symlinks
2013-02-01 15:26:42 -05:00
Adam Tkac
75dd501868
Rebuild due to "jpeg8-ABI" feature drop
...
Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-01-18 16:38:20 +01:00
Adam Tkac
b953ec87e1
Fix path to ldconfig
...
Signed-off-by: Adam Tkac <vonsch@gmail.com>
2012-12-21 17:10:21 +01:00
Adam Tkac
ed2796f7bb
rebuild against new libjpeg
...
Signed-off-by: Adam Tkac <vonsch@gmail.com>
2012-12-21 15:26:47 +01:00
Lennart Poettering
426470eb7a
fix build
2012-08-08 03:11:12 +02:00
Lennart Poettering
bd6dcc26ee
Use new systemd macros
2012-08-08 03:00:27 +02:00
Stef Walter
3e5a7dced8
Remove the ssh.service example file
...
* Move it to the example documentation instead.
* There's no guarantee that openssh-server is installed
and enabled, so we shouldn't be installing this file just because
avahi is present.
2012-08-06 13:36:03 +02:00
Dennis Gilmore
76be9eb414
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-18 12:18:04 -05:00
Peter Robinson
7436afea6e
merge newer f17 into master, ARM has mono
2012-05-21 09:21:07 +01:00
Lennart Poettering
42627fcff1
fix tarball
2012-02-14 23:57:33 +01:00
Lennart Poettering
346b52cf23
New upstream release
2012-02-14 23:08:30 +01:00
Dennis Gilmore
a21c093ed1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-12 16:09:45 -06:00
Bill Nottingham
5aa21334c0
Add %{?rhel} conditional.
2011-12-07 16:56:28 -05:00
Christian Krause
22bc36b138
Change paths for mono assemblies according to updated packaging
...
guidelines (http://fedoraproject.org/wiki/Packaging:Mono )
2011-12-02 00:35:38 +01:00
Adam Jackson
a981624d48
Rebuild to break bogus libpng dep
2011-11-14 15:32:59 -05:00
Lennart Poettering
d6e5bc7183
Remove sysv init script
2011-08-23 01:03:06 +02:00
Bill Nottingham
d2eddfce89
Fix versioning on triggers so they'll properly fire on upgrades from Fedora 14.
2011-05-05 16:30:43 -04:00
Lennart Poettering
28fb32c0e2
enable avahi by default
2011-05-03 01:07:54 +02:00
Lennart Poettering
7dd3ee99e9
new upstream release
2011-04-04 00:27:01 +02:00
Lennart Poettering
7dd0713ff7
new upstream release
2011-03-09 01:15:43 +01:00
Lennart Poettering
3c6090c127
rework systemd integration
2011-02-18 14:11:29 +01:00
Matthias Clasen
a3dfcc8e96
rebuild
2011-02-10 22:17:09 -05:00
Dennis Gilmore
d49f8cd8f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-07 21:47:54 -06:00
Matthias Clasen
d99ae69de0
Rebuild
2011-02-02 09:54:39 -05:00
Matthias Clasen
440fda2e6a
Reubild
2011-01-07 14:54:47 -05:00
Matthias Clasen
53118a49b1
rebuild
2010-12-03 13:08:13 -05:00
Dan Horák
571c8f2700
- Updated the archs without mono
2010-11-24 08:46:57 +01:00
Matthias Clasen
d7fe38168c
try again
2010-11-02 00:24:02 -04:00
Matthias Clasen
e8ff3506a7
rebuild
2010-11-02 00:10:37 -04:00
Paul F. Johnson
5aa16f736a
- rebuilt
2010-10-27 23:09:28 +01:00
Lennart Poettering
5e838a27bd
New upstream release
2010-10-05 02:00:51 +02:00
Lennart Poettering
5bc6de5b68
replace systemd-install by systemctl enable
2010-08-04 03:31:17 +02:00
dmalcolm
e196605c43
- Rebuilt for
...
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 00:40:21 +00:00
Lennart Poettering
701616adf7
New upstream release
2010-07-13 03:27:26 +00:00
Lennart Poettering
4e7c3a5c4f
On request of Colin Walters, disable introspection again for now.
2010-06-29 18:48:06 +00:00
Lennart Poettering
e71f245ebc
Fix systemd unit installation
2010-06-29 03:12:09 +00:00
Lennart Poettering
f5c5ea6747
Add missing dependencies
2010-06-29 02:41:20 +00:00
Lennart Poettering
2ba274d5b5
new upstream release
2010-06-29 02:33:04 +00:00
Bastien Nocera
61e5aea409
- Split avahi libraries in -libs
2010-04-19 14:48:33 +00:00
Lennart Poettering
a17ac137da
Move avahi-discover from avahi-tools to avahi-ui-tools
2010-01-25 20:01:06 +00:00
Jesse Keating
000137226c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-24 17:40:20 +00:00
Karsten Hopp
c31d3663a9
- Build *-sharp & *-ui-sharp for s390x
2009-06-17 13:30:09 +00:00
Matthias Clasen
9cd47e43f4
Use %find_lang
2009-06-12 03:04:38 +00:00
Michael Schwendt
318a85ec60
- Create avahi-ui-sharp-devel package for pkgconfig dep-chain ( #477308 ).
2009-05-26 18:29:54 +00:00
Xavier LAMIEN
fae4a7031a
build arch ppc64 for sub-packages -sharp & -ui-sharp
2009-05-25 22:25:35 +00:00
Lennart Poettering
6458d68cf6
drop %config(noreplace)
2009-04-18 21:18:52 +00:00
Lennart Poettering
a502ac12da
New upstream release
2009-04-14 02:14:19 +00:00
Jesse Keating
8144c3eecf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-24 03:34:54 +00:00
Lennart Poettering
e8b18c75d3
New upstream release
2008-12-12 21:36:22 +00:00
Ignacio Vazquez-Abrams
80acaf5186
Fix libtool errors
2008-12-03 21:55:16 +00:00
Ignacio Vazquez-Abrams
7c96e5bb1b
Rebuild for Python 2.6
2008-11-29 16:36:39 +00:00
Rex Dieter
77960a2a40
helps to be able to spell my own name
2008-06-04 14:20:32 +00:00
Rex Dieter
448355aa9f
omit bogus macro check
2008-06-04 14:19:05 +00:00
Rex Dieter
f72697da85
- qt4 bindings ( #446904 )
...
- devel: BR: pkgconfig
- nuke rpaths
2008-06-04 14:10:03 +00:00
Lennart Poettering
cf6bfa4d0c
Add release part to package dependencies ( Closed #311601 )
2008-03-27 18:17:07 +00:00
Christopher Aillon
55d44ea9e7
- The qt3 subpackage should (Build)Require: qt3
2008-03-10 23:01:11 +00:00